ARM: dts: rockchip: add space between label and nodename nfc pinctrl on rk3128

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>
This commit is contained in:
Johan Jonker 2022-12-17 13:05:32 +01:00 committed by Heiko Stuebner
parent 51a0b607c0
commit 4a88d9ebc2

View File

@ -694,31 +694,31 @@ lcdc_rgb24: lcdc-rgb24 {
};
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>;
};