Hi Laurent, On Wed, Oct 19, 2016 at 01:23:02AM +0300, Laurent Pinchart wrote: > The system uses one address cell and one size cell, not two. Fix the DU > DT node. Do you want to handle this as a fix for v4.9? If so shall we add the following? Fixes: 1f08bbe8ac73 ("ARM: shmobile: r8a7779: Add DU node to device tree") Else I'll just queue it up for v4.10. > > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > --- > arch/arm/boot/dts/r8a7779.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi > index b9bbcce69dfb..9d5b8fa3da8b 100644 > --- a/arch/arm/boot/dts/r8a7779.dtsi > +++ b/arch/arm/boot/dts/r8a7779.dtsi > @@ -420,7 +420,7 @@ > > du: display@fff80000 { > compatible = "renesas,du-r8a7779"; > - reg = <0 0xfff80000 0 0x40000>; > + reg = <0xfff80000 0x40000>; > interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>; > clocks = <&mstp1_clks R8A7779_CLK_DU>; > power-domains = <&sysc R8A7779_PD_ALWAYS_ON>; > -- > Regards, > > Laurent Pinchart >