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