Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Johan Jonker and committed by
Heiko Stuebner
4a88d9eb 51a0b607

+7 -7
+7 -7
arch/arm/boot/dts/rk3128.dtsi
··· 694 694 }; 695 695 696 696 nfc { 697 - flash_ale:flash-ale { 697 + flash_ale: flash-ale { 698 698 rockchip,pins = <2 RK_PA0 1 &pcfg_pull_none>; 699 699 }; 700 700 701 - flash_cle:flash-cle { 701 + flash_cle: flash-cle { 702 702 rockchip,pins = <2 RK_PA1 1 &pcfg_pull_none>; 703 703 }; 704 704 705 - flash_wrn:flash-wrn { 705 + flash_wrn: flash-wrn { 706 706 rockchip,pins = <2 RK_PA2 1 &pcfg_pull_none>; 707 707 }; 708 708 709 - flash_rdn:flash-rdn { 709 + flash_rdn: flash-rdn { 710 710 rockchip,pins = <2 RK_PA3 1 &pcfg_pull_none>; 711 711 }; 712 712 713 - flash_rdy:flash-rdy { 713 + flash_rdy: flash-rdy { 714 714 rockchip,pins = <2 RK_PA4 1 &pcfg_pull_none>; 715 715 }; 716 716 717 - flash_cs0:flash-cs0 { 717 + flash_cs0: flash-cs0 { 718 718 rockchip,pins = <2 RK_PA6 1 &pcfg_pull_none>; 719 719 }; 720 720 721 - flash_dqs:flash-dqs { 721 + flash_dqs: flash-dqs { 722 722 rockchip,pins = <2 RK_PA7 1 &pcfg_pull_none>; 723 723 }; 724 724