mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] arm: dts: mt7623: disable home key on Bananapi BPI-R2
@ 2023-02-12 12:13 arinc9.unal
  2023-02-12 12:33 ` Frank Wunderlich
  0 siblings, 1 reply; 4+ messages in thread
From: arinc9.unal @ 2023-02-12 12:13 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Matthias Brugger,
	AngeloGioacchino Del Regno
  Cc: Arınç ÜNAL, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek, Frank Wunderlich,
	erkin.bozoglu

From: Arınç ÜNAL <arinc.unal@arinc9.com>

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

Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
---
 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm: dts: mt7623: disable home key on Bananapi BPI-R2
  2023-02-12 12:13 [PATCH] arm: dts: mt7623: disable home key on Bananapi BPI-R2 arinc9.unal
@ 2023-02-12 12:33 ` Frank Wunderlich
  2023-02-14 18:09   ` Matthias Brugger
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Wunderlich @ 2023-02-12 12:33 UTC (permalink / raw)
  To: arinc9.unal, Rob Herring, Krzysztof Kozlowski, Matthias Brugger,
	AngeloGioacchino Del Regno
  Cc: Arınç ÜNAL, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek, erkin.bozoglu

Am 12. Februar 2023 13:13:54 MEZ schrieb arinc9.unal@gmail.com:
>From: Arınç ÜNAL <arinc.unal@arinc9.com>
>
>There's no home key on Bananapi BPI-R2. Disable it.

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

Acked-by: Frank Wunderlich <frank-w@public-files.de>
regards Frank

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm: dts: mt7623: disable home key on Bananapi BPI-R2
  2023-02-12 12:33 ` Frank Wunderlich
@ 2023-02-14 18:09   ` Matthias Brugger
  2023-02-14 21:55     ` Arınç ÜNAL
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Brugger @ 2023-02-14 18:09 UTC (permalink / raw)
  To: Frank Wunderlich, arinc9.unal, Rob Herring, Krzysztof Kozlowski,
	AngeloGioacchino Del Regno
  Cc: Arınç ÜNAL, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek, erkin.bozoglu



On 12/02/2023 13:33, Frank Wunderlich wrote:
> Am 12. Februar 2023 13:13:54 MEZ schrieb arinc9.unal@gmail.com:
>> From: Arınç ÜNAL <arinc.unal@arinc9.com>
>>
>> There's no home key on Bananapi BPI-R2. Disable it.
> 
>>
>> +&mt6323keys {
>> +	home {
>> +		status = "disabled";
>> +	};
>> +};
>>
> 
> Acked-by: Frank Wunderlich <frank-w@public-files.de>
> regards Frank


Applied, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm: dts: mt7623: disable home key on Bananapi BPI-R2
  2023-02-14 18:09   ` Matthias Brugger
@ 2023-02-14 21:55     ` Arınç ÜNAL
  0 siblings, 0 replies; 4+ messages in thread
From: Arınç ÜNAL @ 2023-02-14 21:55 UTC (permalink / raw)
  To: Matthias Brugger, Frank Wunderlich, arinc9.unal, Rob Herring,
	Krzysztof Kozlowski, AngeloGioacchino Del Regno
  Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
	erkin.bozoglu

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 arinc9.unal@gmail.com:
>>> From: Arınç ÜNAL <arinc.unal@arinc9.com>
>>>
>>> There's no home key on Bananapi BPI-R2. Disable it.
>>
>>>
>>> +&mt6323keys {
>>> +    home {
>>> +        status = "disabled";
>>> +    };
>>> +};
>>>
>>
>> Acked-by: Frank Wunderlich <frank-w@public-files.de>
>> 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ç

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-14 21:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-12 12:13 [PATCH] arm: dts: mt7623: disable home key on Bananapi BPI-R2 arinc9.unal
2023-02-12 12:33 ` Frank Wunderlich
2023-02-14 18:09   ` Matthias Brugger
2023-02-14 21:55     ` Arınç ÜNAL

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®