Hi Marek, On Mon, Mar 4, 2019 at 9:00 PM <marek.vasut@xxxxxxxxx> wrote: > From: Marek Vasut <marek.vasut+renesas@xxxxxxxxx> > > Add IIC3 node to R8A7792 SoC device tree and a DA9063 PMIC node > to V2H Blanche board device tree. > > Signed-off-by: Marek Vasut <marek.vasut+renesas@xxxxxxxxx> Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- a/arch/arm/boot/dts/r8a7792-blanche.dts > +++ b/arch/arm/boot/dts/r8a7792-blanche.dts > @@ -308,6 +308,26 @@ > }; > }; > > +&iic3 { > + status = "okay"; > + > + pmic@58 { > + compatible = "dlg,da9063"; > + reg = <0x58>; > + interrupt-parent = <&irqc>; > + interrupts = <2 IRQ_TYPE_LEVEL_LOW>; I've just realized none of the R-Car Gen2 boards configure pinctrl for the IRQC2 line (intc_irq2/intc), so they all rely on the boot loader doing that. 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