]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: at91: calao_usb: fix button nodes
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 31 Jan 2025 21:02:38 +0000 (22:02 +0100)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Mon, 17 Feb 2025 06:40:49 +0000 (08:40 +0200)
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>
arch/arm/boot/dts/microchip/usb_a9260_common.dtsi
arch/arm/boot/dts/microchip/usb_a9263.dts
arch/arm/boot/dts/microchip/usb_a9g20-dab-mmx.dtsi

index 19084ba758833ad3e6acf5cc9b2faf5b567e6249..ae369ff042671cc16711bd9e2c158e1a45f6e9db 100644 (file)
 
        gpio_keys {
                compatible = "gpio-keys";
-               #address-cells = <1>;
-               #size-cells = <0>;
 
-               user_pb {
+               button-user-pb {
                        label = "user_pb";
                        gpios = <&pioB 10 GPIO_ACTIVE_LOW>;
                        linux,code = <28>;
index 90cb9fbcdbb0161c1bce96839518e57d8369295d..5caf7e337009358441700e1a1efb04a9e11eaeba 100644 (file)
 
        gpio_keys {
                compatible = "gpio-keys";
-               #address-cells = <1>;
-               #size-cells = <0>;
 
-               user_pb {
+               button-user-pb {
                        label = "user_pb";
                        gpios = <&pioB 10 GPIO_ACTIVE_LOW>;
                        linux,code = <28>;
index 08d58081201adf3a4124cd51c8fe267eba009405..5b1d80c0ab26a7e7b98ba6408c4fa7ef1d2b68b9 100644 (file)
 
        gpio_keys {
                compatible = "gpio-keys";
-               #address-cells = <1>;
-               #size-cells = <0>;
 
-               user_pb1 {
+               button-user-pb1 {
                        label = "user_pb1";
                        gpios = <&pioB 25 GPIO_ACTIVE_LOW>;
                        linux,code = <0x100>;
                };
 
-               user_pb2 {
+               button-user-pb2 {
                        label = "user_pb2";
                        gpios = <&pioB 13 GPIO_ACTIVE_LOW>;
                        linux,code = <0x101>;
                };
 
-               user_pb3 {
+               button-user-pb3 {
                        label = "user_pb3";
                        gpios = <&pioA 26 GPIO_ACTIVE_LOW>;
                        linux,code = <0x102>;
                };
 
-               user_pb4 {
+               button-user-pb4 {
                        label = "user_pb4";
                        gpios = <&pioC 9 GPIO_ACTIVE_LOW>;
                        linux,code = <0x103>;