Commit a2053990 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

arm64: dts: renesas: Fix pin controller node names



According to Devicetree Specification v0.2 and later, Section "Generic
Names Recommendation", the node name for a pin controller device node
should be "pinctrl".

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20200821112433.5652-1-geert+renesas@glider.be
parent d9fd7ff5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -408,7 +408,7 @@ gpio7: gpio@e6055800 {
			resets = <&cpg 905>;
		};

		pfc: pin-controller@e6060000 {
		pfc: pinctrl@e6060000 {
			compatible = "renesas,pfc-r8a774a1";
			reg = <0 0xe6060000 0 0x50c>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ gpio7: gpio@e6055800 {
			resets = <&cpg 905>;
		};

		pfc: pin-controller@e6060000 {
		pfc: pinctrl@e6060000 {
			compatible = "renesas,pfc-r8a774b1";
			reg = <0 0xe6060000 0 0x50c>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ gpio6: gpio@e6055400 {
			resets = <&cpg 906>;
		};

		pfc: pin-controller@e6060000 {
		pfc: pinctrl@e6060000 {
			compatible = "renesas,pfc-r8a774c0";
			reg = <0 0xe6060000 0 0x508>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -457,7 +457,7 @@ gpio7: gpio@e6055800 {
			resets = <&cpg 905>;
		};

		pfc: pin-controller@e6060000 {
		pfc: pinctrl@e6060000 {
			compatible = "renesas,pfc-r8a774e1";
			reg = <0 0xe6060000 0 0x50c>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -490,7 +490,7 @@ gpio7: gpio@e6055800 {
			resets = <&cpg 905>;
		};

		pfc: pin-controller@e6060000 {
		pfc: pinctrl@e6060000 {
			compatible = "renesas,pfc-r8a7795";
			reg = <0 0xe6060000 0 0x50c>;
		};
Loading