diff mbox series

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

Message ID 20220617232124.7022-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State New, archived
Headers show
Series arm64: dts: mediatek: mt7622-rfb1: remove wrong gpio-keys property | expand

Commit Message

Krzysztof Kozlowski June 17, 2022, 11:21 p.m. UTC
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(-)

Comments

Krzysztof Kozlowski June 17, 2022, 11:22 p.m. UTC | #1
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
Matthias Brugger June 22, 2022, 2:17 p.m. UTC | #2
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
diff mbox series

Patch

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";