From: Magnus Damm Date: Tue, 8 Oct 2013 03:39:01 +0000 (+0900) Subject: ARM: shmobile: r8a7791 PFC device tree node X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=55146927a7d504dc9bef65cad9435ce04329d854;p=linux-beck.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>; + }; };