mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-26 00:22:47 +00:00
mediatek: mt7623: Disable power button reset for U7623-02 board
The Unielec U7623 doesn't have a physical power button; I think it's hard
wired so that it turns on automatically when power is applied (unlike the
Banana Pi R2 which is a pain).
So the 'reset on long press of power button' behaviour that we get when
we enable the PMIC keyboard driver is kind of unhelpful. Disable it.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Fixes: 0d3f3323a2
("mediatek: mt7623: enable more hardware features")
This commit is contained in:
parent
e955a08340
commit
4648a60058
@ -298,6 +298,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
&mt6323keys {
|
||||
mediatek,long-press-mode = <0>;
|
||||
};
|
||||
|
||||
&uart2 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart2_pins_b>;
|
||||
|
Loading…
Reference in New Issue
Block a user