diff options
author | Arınç ÜNAL <[email protected]> | 2023-02-12 15:13:54 +0300 |
---|---|---|
committer | Matthias Brugger <[email protected]> | 2023-03-06 14:35:17 +0100 |
commit | 6154a79fdcb3b80fb91c25b4528df18c538f080d (patch) | |
tree | 5225bdc3ff6356028f7f32885e4859f060378ffc | |
parent | 90ae0327fb89f74024c46955dfc3184357bb5582 (diff) |
arm: dts: mt7623: disable home key on Bananapi BPI-R2
There's no home key on Bananapi BPI-R2. Disable it.
Signed-off-by: Arınç ÜNAL <[email protected]>
Acked-by: Frank Wunderlich <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts index 5008115d2494..ece61a6a7a89 100644 --- a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts +++ b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts @@ -322,6 +322,12 @@ vqmmc-supply = <®_3p3v>; }; +&mt6323keys { + home { + status = "disabled"; + }; +}; + &mt6323_leds { status = "okay"; |