From: Laurent Pinchart Date: Thu, 9 May 2013 13:05:57 +0000 (+0200) Subject: ARM: shmobile: r8a7790: Add pin control device to device tree X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9694c778048e006604c3fbade6b0aefa5dd0b516;p=deliverable%2Flinux.git ARM: shmobile: r8a7790: Add pin control device to device tree Add a pfc node to the r8a7790 device tree. Signed-off-by: Laurent Pinchart Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 339d9b11721c..13caf12e7dda 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -54,4 +54,9 @@ interrupt-parent = <&gic>; interrupts = <0 0 4>, <0 1 4>, <0 2 4>, <0 3 4>; }; + + pfc: pfc@e6060000 { + compatible = "renesas,pfc-r8a7790"; + reg = <0 0xe6060000 0 0x250>; + }; };