Hi Sergei, On Tue, Jun 27, 2017 at 7:33 PM, Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> wrote: > Describe the IMR-LX4 devices in the R8A7796 device tree. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> > --- 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 = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>; > + clocks = <&cpg CPG_MOD 823>; > + power-domains = <&sysc R8A7796_PD_A3VC>; resets = <&cpg 823>; > + }; > + > + imr-lx4@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@xxxxxxxxx> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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