Message ID | 20220616005333.18491-17-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | dt-bindings: input: gpio-keys: rework matching children | expand |
On 16/06/2022 02:53, Krzysztof Kozlowski wrote: > gpio-keys children do not use unit addresses. > Is it me or doesn't the commit message match the actual commit? Change looks good, but message puzzles me. Regards, Matthias > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > 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";
On 17/06/2022 03:41, Matthias Brugger wrote: > On 16/06/2022 02:53, Krzysztof Kozlowski wrote: >> gpio-keys children do not use unit addresses. >> > > Is it me or doesn't the commit message match the actual commit? Change looks > good, but message puzzles me. > Indeed, wrong commit msg. Thanks for spotting it, I will send a v4 of this patch alone. 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 children do not use unit addresses. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 1 - 1 file changed, 1 deletion(-)