2023-02-12 12:14:34

by Arınç ÜNAL

[permalink] [raw]
Subject: [PATCH] arm: dts: mt7623: disable home key on Bananapi BPI-R2

From: Arınç ÜNAL <[email protected]>

There's no home key on Bananapi BPI-R2. Disable it.

Signed-off-by: Arınç ÜNAL <[email protected]>
---
arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
index 642b1c0a96ba..a37f3fa223c7 100644
--- a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
+++ b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
@@ -345,6 +345,12 @@ &mmc1 {
vqmmc-supply = <&reg_3p3v>;
};

+&mt6323keys {
+ home {
+ status = "disabled";
+ };
+};
+
&mt6323_leds {
status = "okay";

--
2.37.2



2023-02-12 12:33:37

by Frank Wunderlich

[permalink] [raw]
Subject: Re: [PATCH] arm: dts: mt7623: disable home key on Bananapi BPI-R2

Am 12. Februar 2023 13:13:54 MEZ schrieb [email protected]:
>From: Arınç ÜNAL <[email protected]>
>
>There's no home key on Bananapi BPI-R2. Disable it.

>
>+&mt6323keys {
>+ home {
>+ status = "disabled";
>+ };
>+};
>

Acked-by: Frank Wunderlich <[email protected]>
regards Frank

2023-02-14 18:09:35

by Matthias Brugger

[permalink] [raw]
Subject: Re: [PATCH] arm: dts: mt7623: disable home key on Bananapi BPI-R2



On 12/02/2023 13:33, Frank Wunderlich wrote:
> Am 12. Februar 2023 13:13:54 MEZ schrieb [email protected]:
>> From: Arınç ÜNAL <[email protected]>
>>
>> There's no home key on Bananapi BPI-R2. Disable it.
>
>>
>> +&mt6323keys {
>> + home {
>> + status = "disabled";
>> + };
>> +};
>>
>
> Acked-by: Frank Wunderlich <[email protected]>
> regards Frank


Applied, thanks!

2023-02-14 21:56:13

by Arınç ÜNAL

[permalink] [raw]
Subject: Re: [PATCH] arm: dts: mt7623: disable home key on Bananapi BPI-R2

On 14.02.2023 21:09, Matthias Brugger wrote:
>
>
> On 12/02/2023 13:33, Frank Wunderlich wrote:
>> Am 12. Februar 2023 13:13:54 MEZ schrieb [email protected]:
>>> From: Arınç ÜNAL <[email protected]>
>>>
>>> There's no home key on Bananapi BPI-R2. Disable it.
>>
>>>
>>> +&mt6323keys {
>>> +    home {
>>> +        status = "disabled";
>>> +    };
>>> +};
>>>
>>
>> Acked-by: Frank Wunderlich <[email protected]>
>> regards Frank
>
>
> Applied, thanks!

Efkaristo poli! (I'm learning Greek, I'm trying to practice wherever I
can ;))

I'd like to remind my v3 patch series for the mt7623 DTs.

Arınç