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

ARM: 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/20200821112351.5518-1-geert+renesas@glider.be
parent 63070d7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ uart3: serial@e1050000 {
		clock-names = "sclk";
	};

	pfc: pin-controller@e0140200 {
	pfc: pinctrl@e0140200 {
		compatible = "renesas,pfc-emev2";
		reg = <0xe0140200 0x100>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -499,7 +499,7 @@ R7S72100_CLK_SDHI10 R7S72100_CLK_SDHI11
			clock-output-names = "sdhi00", "sdhi01", "sdhi10", "sdhi11";
		};

		pinctrl: pin-controller@fcfe3000 {
		pinctrl: pinctrl@fcfe3000 {
			compatible = "renesas,r7s72100-ports";

			reg = <0xfcfe3000 0x4230>;
+1 −1
Original line number Diff line number Diff line
@@ -489,7 +489,7 @@ irqc: interrupt-controller@fcfef800 {
			interrupt-map-mask = <7 0>;
		};

		pinctrl: pin-controller@fcffe000 {
		pinctrl: pinctrl@fcffe000 {
			compatible = "renesas,r7s9210-pinctrl";
			reg = <0xfcffe000 0x1000>;

+1 −1
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ irqc1: interrupt-controller@e61c0200 {
		power-domains = <&pd_c4>;
	};

	pfc: pin-controller@e6050000 {
	pfc: pinctrl@e6050000 {
		compatible = "renesas,pfc-r8a73a4";
		reg = <0 0xe6050000 0 0x9000>;
		gpio-controller;
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ scifb: serial@e6c30000 {
		status = "disabled";
	};

	pfc: pin-controller@e6050000 {
	pfc: pinctrl@e6050000 {
		compatible = "renesas,pfc-r8a7740";
		reg = <0xe6050000 0x8000>,
		      <0xe605800c 0x20>;
Loading