[PATCH v2] arm64: dts: r8a7796: add IMR-LX4 support

Simon Horman horms at verge.net.au
Wed Jul 5 06:04:58 PDT 2017


On Wed, Jul 05, 2017 at 03:03:37PM +0300, Sergei Shtylyov wrote:
> Hello.
> 
> On 07/05/2017 12:54 PM, Geert Uytterhoeven wrote:
> 
> >>Describe the IMR-LX4 devices in the R8A7796 device tree.
> >>
> >>Signed-off-by: Sergei Shtylyov <sergei.shtylyov at cogentembedded.com>
> >
> >>--- renesas.orig/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> >>+++ renesas/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> >>@@ -1454,5 +1454,23 @@
> >>                                };
> >>                        };
> >>                };
> >>+
> >>+               imr-lx4 at fe860000 {
> >>+                       compatible = "renesas,r8a7796-imr-lx4",
> >>+                                    "renesas,imr-lx4";
> >>+                       reg = <0 0xfe860000 0 0x2000>;
> >>+                       interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>;
> >>+                       clocks = <&cpg CPG_MOD 823>;
> >>+                       power-domains = <&sysc R8A7796_PD_A3VC>;
> >
> >resets = <&cpg 823>;
> >
> >>+               };
> >>+
> >>+               imr-lx4 at fe870000 {
> >>+                       compatible = "renesas,r8a7796-imr-lx4",
> >>+                                    "renesas,imr-lx4";
> >>+                       reg = <0 0xfe870000 0 0x2000>;
> >>+                       interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>;
> >>+                       clocks = <&cpg CPG_MOD 822>;
> >>+                       power-domains = <&sysc R8A7796_PD_A3VC>;
> >
> >resets = <&cpg 822>;
> >
> >With the issues above fixed:
> >
> >Reviewed-by: Geert Uytterhoeven <geert+renesas at glider.be>
> 
>    I'm afraid it's already merged by Simon...

I've gone through and added Geert's tags to patches that I merged recently.
I'm planning to push the updated patches later today.



More information about the linux-arm-kernel mailing list