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

Geert Uytterhoeven geert at linux-m68k.org
Wed Jul 5 02:54:20 PDT 2017


Hi Sergei,

On Tue, Jun 27, 2017 at 7:33 PM, Sergei Shtylyov
<sergei.shtylyov at cogentembedded.com> 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>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds



More information about the linux-arm-kernel mailing list