ARM: dts: rockchip: add space between label and nodename nfc pinctrl on rk3128
authorJohan Jonker <jbx6244@gmail.com>
Sat, 17 Dec 2022 12:05:32 +0000 (13:05 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 10 Jan 2023 15:29:11 +0000 (16:29 +0100)
Add space between label and nodename nfc pinctrl node.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/67675d28-87c5-0df1-4b93-2f1233918a1e@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3128.dtsi

index 0480144..b63bd4a 100644 (file)
                };
 
                nfc {
-                       flash_ale:flash-ale {
+                       flash_ale: flash-ale {
                                rockchip,pins = <2 RK_PA0 1 &pcfg_pull_none>;
                        };
 
-                       flash_cle:flash-cle {
+                       flash_cle: flash-cle {
                                rockchip,pins = <2 RK_PA1 1 &pcfg_pull_none>;
                        };
 
-                       flash_wrn:flash-wrn {
+                       flash_wrn: flash-wrn {
                                rockchip,pins = <2 RK_PA2 1 &pcfg_pull_none>;
                        };
 
-                       flash_rdn:flash-rdn {
+                       flash_rdn: flash-rdn {
                                rockchip,pins = <2 RK_PA3 1 &pcfg_pull_none>;
                        };
 
-                       flash_rdy:flash-rdy {
+                       flash_rdy: flash-rdy {
                                rockchip,pins = <2 RK_PA4 1 &pcfg_pull_none>;
                        };
 
-                       flash_cs0:flash-cs0 {
+                       flash_cs0: flash-cs0 {
                                rockchip,pins = <2 RK_PA6 1 &pcfg_pull_none>;
                        };
 
-                       flash_dqs:flash-dqs {
+                       flash_dqs: flash-dqs {
                                rockchip,pins = <2 RK_PA7 1 &pcfg_pull_none>;
                        };