From: Sergei Shtylyov Date: Sat, 15 Apr 2017 20:18:26 +0000 (+0300) Subject: ARM: dts: r8a7745: add PFC support X-Git-Tag: MMI-PSA29.97-13-9~4755^2~16^2~7 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=95b94ed9abb58d2f5372a980a0af037e76c0beaf;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git ARM: dts: r8a7745: add PFC support Define the generic R8A7745 part of the PFC device node. Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7745.dtsi b/arch/arm/boot/dts/r8a7745.dtsi index 354534cdc588..aff90dfb8b32 100644 --- a/arch/arm/boot/dts/r8a7745.dtsi +++ b/arch/arm/boot/dts/r8a7745.dtsi @@ -1,7 +1,7 @@ /* * Device Tree Source for the r8a7745 SoC * - * Copyright (C) 2016 Cogent Embedded Inc. + * Copyright (C) 2016-2017 Cogent Embedded Inc. * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without any warranty of any @@ -123,6 +123,11 @@ #power-domain-cells = <1>; }; + pfc: pin-controller@e6060000 { + compatible = "renesas,pfc-r8a7745"; + reg = <0 0xe6060000 0 0x11c>; + }; + dmac0: dma-controller@e6700000 { compatible = "renesas,dmac-r8a7745", "renesas,rcar-dmac";