From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f48.google.com ([209.85.215.48]:34128 "EHLO mail-lf0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751668AbdF0Rb6 (ORCPT ); Tue, 27 Jun 2017 13:31:58 -0400 Received: by mail-lf0-f48.google.com with SMTP id l13so21365133lfl.1 for ; Tue, 27 Jun 2017 10:31:57 -0700 (PDT) From: Sergei Shtylyov Message-Id: <20170627173152.532417992@cogentembedded.com> Date: Tue, 27 Jun 2017 20:30:53 +0300 To: Simon Horman , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org Cc: Magnus Damm , linux-arm-kernel@lists.infradead.org, Konstantin Kozhevnikov , Sergei Shtylyov , Geert Uytterhoeven Subject: [PATCH v2] arm64: dts: r8a7795: add IMR-LX4 support MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline; filename=arm64-dts-r8a7795-add-IMR-LX4-support-v2.patch Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: Describe the IMR-LX4 devices in the R8A7795 device tree. Based on the original (and large) patch by Konstantin Kozhevnikov . Signed-off-by: Konstantin Kozhevnikov Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven --- 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; - added Geert's tag. arch/arm64/boot/dts/renesas/r8a7795.dtsi | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) Index: renesas/arch/arm64/boot/dts/renesas/r8a7795.dtsi =================================================================== --- renesas.orig/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ renesas/arch/arm64/boot/dts/renesas/r8a7795.dtsi @@ -1535,6 +1535,42 @@ status = "disabled"; }; + imr-lx4@fe860000 { + compatible = "renesas,r8a7795-imr-lx4", + "renesas,imr-lx4"; + reg = <0 0xfe860000 0 0x2000>; + interrupts = ; + clocks = <&cpg CPG_MOD 823>; + power-domains = <&sysc R8A7795_PD_A3VC>; + }; + + imr-lx4@fe870000 { + compatible = "renesas,r8a7795-imr-lx4", + "renesas,imr-lx4"; + reg = <0 0xfe870000 0 0x2000>; + interrupts = ; + clocks = <&cpg CPG_MOD 822>; + power-domains = <&sysc R8A7795_PD_A3VC>; + }; + + imr-lx4@fe880000 { + compatible = "renesas,r8a7795-imr-lx4", + "renesas,imr-lx4"; + reg = <0 0xfe880000 0 0x2000>; + interrupts = ; + clocks = <&cpg CPG_MOD 821>; + power-domains = <&sysc R8A7795_PD_A3VC>; + }; + + imr-lx4@fe890000 { + compatible = "renesas,r8a7795-imr-lx4", + "renesas,imr-lx4"; + reg = <0 0xfe890000 0 0x2000>; + interrupts = ; + clocks = <&cpg CPG_MOD 820>; + power-domains = <&sysc R8A7795_PD_A3VC>; + }; + vspbc: vsp@fe920000 { compatible = "renesas,vsp2"; reg = <0 0xfe920000 0 0x8000>; From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Tue, 27 Jun 2017 20:30:53 +0300 Subject: [PATCH v2] arm64: dts: r8a7795: add IMR-LX4 support Message-ID: <20170627173152.532417992@cogentembedded.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Describe the IMR-LX4 devices in the R8A7795 device tree. Based on the original (and large) patch by Konstantin Kozhevnikov . Signed-off-by: Konstantin Kozhevnikov Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven --- 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; - added Geert's tag. arch/arm64/boot/dts/renesas/r8a7795.dtsi | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) Index: renesas/arch/arm64/boot/dts/renesas/r8a7795.dtsi =================================================================== --- renesas.orig/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ renesas/arch/arm64/boot/dts/renesas/r8a7795.dtsi @@ -1535,6 +1535,42 @@ status = "disabled"; }; + imr-lx4 at fe860000 { + compatible = "renesas,r8a7795-imr-lx4", + "renesas,imr-lx4"; + reg = <0 0xfe860000 0 0x2000>; + interrupts = ; + clocks = <&cpg CPG_MOD 823>; + power-domains = <&sysc R8A7795_PD_A3VC>; + }; + + imr-lx4 at fe870000 { + compatible = "renesas,r8a7795-imr-lx4", + "renesas,imr-lx4"; + reg = <0 0xfe870000 0 0x2000>; + interrupts = ; + clocks = <&cpg CPG_MOD 822>; + power-domains = <&sysc R8A7795_PD_A3VC>; + }; + + imr-lx4 at fe880000 { + compatible = "renesas,r8a7795-imr-lx4", + "renesas,imr-lx4"; + reg = <0 0xfe880000 0 0x2000>; + interrupts = ; + clocks = <&cpg CPG_MOD 821>; + power-domains = <&sysc R8A7795_PD_A3VC>; + }; + + imr-lx4 at fe890000 { + compatible = "renesas,r8a7795-imr-lx4", + "renesas,imr-lx4"; + reg = <0 0xfe890000 0 0x2000>; + interrupts = ; + clocks = <&cpg CPG_MOD 820>; + power-domains = <&sysc R8A7795_PD_A3VC>; + }; + vspbc: vsp at fe920000 { compatible = "renesas,vsp2"; reg = <0 0xfe920000 0 0x8000>;