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

Commit 0697ccc0 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman
Browse files

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



Add a pfc node to the r8a7778 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 f36218d2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -32,4 +32,9 @@
		reg = <0xfe438000 0x1000>,
		      <0xfe430000 0x100>;
	};

	pfc: pfc@fffc0000 {
		compatible = "renesas,pfc-r8a7778";
		reg = <0xfffc000 0x118>;
	};
};