From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: [PATCH v2] arm64: dts: r8a7796: add IMR-LX4 support Date: Tue, 27 Jun 2017 20:33:44 +0300 Message-ID: <20170627173400.581660959@cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Return-path: Content-Disposition: inline; filename=arm64-dts-r8a7796-add-IMR-LX4-support-v2.patch Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Simon Horman , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Magnus Damm , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Sergei Shtylyov List-Id: devicetree@vger.kernel.org Describe the IMR-LX4 devices in the R8A7796 device tree. Signed-off-by: Sergei Shtylyov --- This patch is against the 'renesas-devel-20170626-v4.12-rc7' tag of Simon Horman's 'renesas.git' repo. The IMR-LX4 bindings were documented in the IMR driver patch and ACK'ed by Rob Herring, so I don't expect them to change... Changes in version 2: - added SoC specific "compatible" prop values; - refreshed the patch. arch/arm64/boot/dts/renesas/r8a7796.dtsi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) Index: renesas/arch/arm64/boot/dts/renesas/r8a7796.dtsi =================================================================== --- renesas.orig/arch/arm64/boot/dts/renesas/r8a7796.dtsi +++ renesas/arch/arm64/boot/dts/renesas/r8a7796.dtsi @@ -1454,5 +1454,23 @@ }; }; }; + + imr-lx4@fe860000 { + compatible = "renesas,r8a7796-imr-lx4", + "renesas,imr-lx4"; + reg = <0 0xfe860000 0 0x2000>; + interrupts = ; + clocks = <&cpg CPG_MOD 823>; + power-domains = <&sysc R8A7796_PD_A3VC>; + }; + + imr-lx4@fe870000 { + compatible = "renesas,r8a7796-imr-lx4", + "renesas,imr-lx4"; + reg = <0 0xfe870000 0 0x2000>; + interrupts = ; + clocks = <&cpg CPG_MOD 822>; + power-domains = <&sysc R8A7796_PD_A3VC>; + }; }; }; -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html