[PATCH 1/3] ARM: dts: r8a7792: add PFC support
From: Sergei Shtylyov <hidden>
Date: 2016-07-02 17:07:00
Also in:
linux-devicetree, linux-renesas-soc
From: Sergei Shtylyov <hidden>
Date: 2016-07-02 17:07:00
Also in:
linux-devicetree, linux-renesas-soc
Hello. On 07/01/2016 02:06 AM, Sergei Shtylyov wrote:
Define the generic R8A7792 part of the PFC device node. Signed-off-by: Sergei Shtylyov <redacted> --- arch/arm/boot/dts/r8a7792.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7792.dtsi ===================================================================--- renesas.orig/arch/arm/boot/dts/r8a7792.dtsi +++ renesas/arch/arm/boot/dts/r8a7792.dtsi@@ -108,6 +108,12 @@ #power-domain-cells = <1>; }; +
Just noticed this extra empty line... :-/
+ pfc: pin-controller at e6060000 {
+ compatible = "renesas,pfc-r8a7792";
+ reg = <0 0xe6060000 0 0x144>;
+ };
+
dmac0: dma-controller at e6700000 {
compatible = "renesas,dmac-r8a7792",
"renesas,rcar-dmac";
Will repost.
MBR, Sergei