]> Git Repo - J-linux.git/commitdiff
ARM: dts: amlogic: meson8b-ec100: align GPIO keys node name with bindings
authorKrzysztof Kozlowski <[email protected]>
Mon, 1 Jul 2024 16:52:10 +0000 (18:52 +0200)
committerNeil Armstrong <[email protected]>
Tue, 9 Jul 2024 15:30:23 +0000 (17:30 +0200)
Bindings expect the GPIO keys node names to follow certain pattern, see
dtbs_check warnings:

  meson8b-ec100.dtb: gpio-keys: '#address-cells', '#size-cells' do not match any of the regexes: '^(button|event|key|switch|(button|event|key|switch)...

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
arch/arm/boot/dts/amlogic/meson8b-ec100.dts

index 3da47349eaaf75065afd013fcaeaa3923578b78f..49890eb12781f4365ffa7a5d3cdb5ec8c09be3e2 100644 (file)
@@ -34,8 +34,6 @@
 
        gpio-keys {
                compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
                poll-interval = <100>;
 
                pal-switch {
This page took 0.067124 seconds and 4 git commands to generate.