[v1] ARM: dts: rockchip: rk3128: add space between label and nodename nfc pinctrl node
Commit Message
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(-)
--
2.20.1
Comments
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,
@@ -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>;
};