From: Laurent Pinchart Date: Thu, 9 May 2013 13:05:57 +0000 (+0200) Subject: ARM: shmobile: r8a7778: Add pin control device to device tree X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0697ccc05473083cb9e1cdf16cd1f425f0f9395f;p=deliverable%2Flinux.git ARM: shmobile: r8a7778: Add pin control device to device tree Add a pfc node to the r8a7778 device tree. Signed-off-by: Laurent Pinchart Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi index 474373559bdc..c8dbf148c69c 100644 --- a/arch/arm/boot/dts/r8a7778.dtsi +++ b/arch/arm/boot/dts/r8a7778.dtsi @@ -32,4 +32,9 @@ reg = <0xfe438000 0x1000>, <0xfe430000 0x100>; }; + + pfc: pfc@fffc0000 { + compatible = "renesas,pfc-r8a7778"; + reg = <0xfffc000 0x118>; + }; };