Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 871e4b3e authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman
Browse files

ARM: shmobile: sh7372: Add pin control device to device tree



Add a pfc node to the sh7372 device tree.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent f98e10c8
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -23,4 +23,12 @@
			reg = <0x0>;
			reg = <0x0>;
		};
		};
	};
	};

	pfc: pfc@e6050000 {
		compatible = "renesas,pfc-sh7372";
		reg = <0xe6050000 0x8000>,
		      <0xe605801c 0x1c>;
		gpio-controller;
		#gpio-cells = <2>;
	};
};
};