[PATCH] ARM: shmobile: r8a7794: add PFC DT support
From: Sergei Shtylyov <hidden>
Date: 2015-02-11 22:06:49
Also in:
linux-devicetree, linux-sh
From: Sergei Shtylyov <hidden>
Date: 2015-02-11 22:06:49
Also in:
linux-devicetree, linux-sh
Define the generic R8A7794 part of the PFC device node. Based on original patch by Hisashi Nakamura [off-list ref]. Signed-off-by: Sergei Shtylyov <redacted> --- This patch is against 'renesas-devel-20150211-v3.19' tag of Simon Horman's 'renesas.git' repo. It needs the R8A7794 PFC driver patch in order to work. arch/arm/boot/dts/r8a7794.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7794.dtsi ===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi
+++ renesas/arch/arm/boot/dts/r8a7794.dtsi@@ -107,6 +107,12 @@ <0 17 IRQ_TYPE_LEVEL_HIGH>; }; + pfc: pin-controller at e6060000 { + compatible = "renesas,pfc-r8a7794"; + reg = <0 0xe6060000 0 0x11c>; + #gpio-range-cells = <3>; + }; + dmac0: dma-controller at e6700000 { compatible = "renesas,rcar-dmac"; reg = <0 0xe6700000 0 0x20000>;