Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: at91: calao_usb: fix button nodes

Adhere naming to DT schema. And remove the unneeded #*-cells. Found by
'make dtbs_check'.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20250131210236.36212-9-wsa+renesas@sang-engineering.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>

authored by

Wolfram Sang and committed by
Claudiu Beznea
3fe94dd7 d059c556

+6 -12
+1 -3
arch/arm/boot/dts/microchip/usb_a9260_common.dtsi
··· 128 128 129 129 gpio_keys { 130 130 compatible = "gpio-keys"; 131 - #address-cells = <1>; 132 - #size-cells = <0>; 133 131 134 - user_pb { 132 + button-user-pb { 135 133 label = "user_pb"; 136 134 gpios = <&pioB 10 GPIO_ACTIVE_LOW>; 137 135 linux,code = <28>;
+1 -3
arch/arm/boot/dts/microchip/usb_a9263.dts
··· 156 156 157 157 gpio_keys { 158 158 compatible = "gpio-keys"; 159 - #address-cells = <1>; 160 - #size-cells = <0>; 161 159 162 - user_pb { 160 + button-user-pb { 163 161 label = "user_pb"; 164 162 gpios = <&pioB 10 GPIO_ACTIVE_LOW>; 165 163 linux,code = <28>;
+4 -6
arch/arm/boot/dts/microchip/usb_a9g20-dab-mmx.dtsi
··· 65 65 66 66 gpio_keys { 67 67 compatible = "gpio-keys"; 68 - #address-cells = <1>; 69 - #size-cells = <0>; 70 68 71 - user_pb1 { 69 + button-user-pb1 { 72 70 label = "user_pb1"; 73 71 gpios = <&pioB 25 GPIO_ACTIVE_LOW>; 74 72 linux,code = <0x100>; 75 73 }; 76 74 77 - user_pb2 { 75 + button-user-pb2 { 78 76 label = "user_pb2"; 79 77 gpios = <&pioB 13 GPIO_ACTIVE_LOW>; 80 78 linux,code = <0x101>; 81 79 }; 82 80 83 - user_pb3 { 81 + button-user-pb3 { 84 82 label = "user_pb3"; 85 83 gpios = <&pioA 26 GPIO_ACTIVE_LOW>; 86 84 linux,code = <0x102>; 87 85 }; 88 86 89 - user_pb4 { 87 + button-user-pb4 { 90 88 label = "user_pb4"; 91 89 gpios = <&pioC 9 GPIO_ACTIVE_LOW>; 92 90 linux,code = <0x103>;