[PATCH v1] ARM: dts: rockchip: rk3128: add space between label and nodename nfc pinctrl node

Johan Jonker posted 1 patch 2 years, 9 months ago
arch/arm/boot/dts/rk3128.dtsi | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
[PATCH v1] ARM: dts: rockchip: rk3128: add space between label and nodename nfc pinctrl node
Posted by Johan Jonker 2 years, 9 months ago
Add space between label and nodename nfc pinctrl node.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 arch/arm/boot/dts/rk3128.dtsi | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm/boot/dts/rk3128.dtsi b/arch/arm/boot/dts/rk3128.dtsi
index 0480144c1..b63bd4ad3 100644
--- a/arch/arm/boot/dts/rk3128.dtsi
+++ b/arch/arm/boot/dts/rk3128.dtsi
@@ -694,31 +694,31 @@
 		};

 		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>;
 			};

--
2.20.1
Re: [PATCH v1] ARM: dts: rockchip: rk3128: add space between label and nodename nfc pinctrl node
Posted by Heiko Stuebner 2 years, 8 months ago
On Sat, 17 Dec 2022 13:05:32 +0100, Johan Jonker wrote:
> Add space between label and nodename nfc pinctrl node.
> 
> 

Applied, thanks!

[1/1] ARM: dts: rockchip: rk3128: add space between label and nodename nfc pinctrl node
      commit: 4a88d9ebc27e144ad9e1cad6a7832cb65f332673

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>