From: Magnus Damm Date: Tue, 8 Oct 2013 03:39:01 +0000 (+0900) Subject: ARM: shmobile: r8a7791 PFC device tree node X-Git-Tag: next-20131128~65^2~1^3~45 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=39d09d1db3fa746a9ab805d2bb7e3d2a7d926db0;p=karo-tx-linux.git ARM: shmobile: r8a7791 PFC device tree node Add a DT node for the r8a7791 PFC device. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index fea5cfef4691..765d989dfe72 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -71,4 +71,10 @@ <0 16 4>, <0 17 4>; }; + + pfc: pfc@e6060000 { + compatible = "renesas,pfc-r8a7791"; + reg = <0 0xe6060000 0 0x250>; + #gpio-range-cells = <3>; + }; };