[PATCH] arm64: dts: mediatek: mt7622-rfb1: remove wrong gpio-keys property

Krzysztof Kozlowski posted 1 patch 2 years, 3 months ago
arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 1 -
1 file changed, 1 deletion(-)
[PATCH] arm64: dts: mediatek: mt7622-rfb1: remove wrong gpio-keys property
Posted by Krzysztof Kozlowski 2 years, 3 months ago
gpio-keys (regular, not polling) does not use "poll-interval" property.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Changes since v3:
1. Correct commit msg (Matthias)
---
 arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
index c28da9323a9c..1a86857c9027 100644
--- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
+++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
@@ -40,7 +40,6 @@ cpu@1 {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-		poll-interval = <100>;
 
 		key-factory {
 			label = "factory";
-- 
2.34.1
Re: [PATCH] arm64: dts: mediatek: mt7622-rfb1: remove wrong gpio-keys property
Posted by Krzysztof Kozlowski 2 years, 3 months ago
On 17/06/2022 16:21, Krzysztof Kozlowski wrote:
> gpio-keys (regular, not polling) does not use "poll-interval" property.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Changes since v3:
> 1. Correct commit msg (Matthias)
> ---

Eh, jetlag hurts the brain. This should be [PATCH v4] in the subject.


Best regards,
Krzysztof
Re: [PATCH] arm64: dts: mediatek: mt7622-rfb1: remove wrong gpio-keys property
Posted by Matthias Brugger 2 years, 3 months ago

On 18/06/2022 01:22, Krzysztof Kozlowski wrote:
> On 17/06/2022 16:21, Krzysztof Kozlowski wrote:
>> gpio-keys (regular, not polling) does not use "poll-interval" property.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>
>> ---
>>
>> Changes since v3:
>> 1. Correct commit msg (Matthias)
>> ---
> 
> Eh, jetlag hurts the brain. This should be [PATCH v4] in the subject.

No worries, applied now. Thanks!

> 
> 
> Best regards,
> Krzysztof