diff options
author | David Woodhouse <dwmw2@infradead.org> | 2022-01-10 09:46:22 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-01-10 13:45:41 +0000 |
commit | 4648a60058eeb5c841ba7bc2f78480d957c692ab (patch) | |
tree | f4385380b3a17a64f701a72e04406fffda704ba9 | |
parent | e955a083407e075c5576fc60792f24f116f01596 (diff) | |
download | upstream-4648a60058eeb5c841ba7bc2f78480d957c692ab.tar.gz upstream-4648a60058eeb5c841ba7bc2f78480d957c692ab.tar.bz2 upstream-4648a60058eeb5c841ba7bc2f78480d957c692ab.zip |
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")
-rw-r--r-- | target/linux/mediatek/dts/mt7623a-unielec-u7623-02-emmc.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/mediatek/dts/mt7623a-unielec-u7623-02-emmc.dtsi b/target/linux/mediatek/dts/mt7623a-unielec-u7623-02-emmc.dtsi index aa1e82b58a..0a2972e23b 100644 --- a/target/linux/mediatek/dts/mt7623a-unielec-u7623-02-emmc.dtsi +++ b/target/linux/mediatek/dts/mt7623a-unielec-u7623-02-emmc.dtsi @@ -298,6 +298,10 @@ }; }; +&mt6323keys { + mediatek,long-press-mode = <0>; +}; + &uart2 { pinctrl-names = "default"; pinctrl-0 = <&uart2_pins_b>; |