On Thu, Jan 03, 2019 at 02:34:39PM +0000, Biju Das wrote: > Hi Geert, > > Thanks for the feedback. > > > Subject: Re: [PATCH v2 4/5] ARM: dts: r8a7743: Remove LVDS encoder from > > du node > > > > Hi Biju, > > > > On Wed, Dec 5, 2018 at 10:15 AM Biju Das <biju.das@xxxxxxxxxxxxxx> > > wrote: > > > The internal LVDS encoder now has DT bindings separate from the DU. > > > So remove it from du node. > > > > > > Fixes: c6a27fa41fab ("drm: rcar-du: Convert LVDS encoder code to > > > bridge driver") > > > > > > Signed-off-by: Biju Das <biju.das@xxxxxxxxxxxxxx> > > > > Thanks for your patch! > > > > > --- > > > V1-->V2 > > > * Removed LVDS encoder definition from DU node. > > > > Shouldn't you add a new node for the LVDS encoder? > > Yes for Soc Dtsi , I will add the new node for LVDS encoder. Can I clarify that I should wait for a fresh revision of this and the following patch? > Regards, > Biju > > > --- > > > arch/arm/boot/dts/r8a7743.dtsi | 9 +++------ > > > 1 file changed, 3 insertions(+), 6 deletions(-) > > > > > > diff --git a/arch/arm/boot/dts/r8a7743.dtsi > > > b/arch/arm/boot/dts/r8a7743.dtsi index 3cc33f7..3ad1efc 100644 > > > --- a/arch/arm/boot/dts/r8a7743.dtsi > > > +++ b/arch/arm/boot/dts/r8a7743.dtsi > > > @@ -1681,15 +1681,12 @@ > > > > > > du: display@feb00000 { > > > compatible = "renesas,du-r8a7743"; > > > - reg = <0 0xfeb00000 0 0x40000>, > > > - <0 0xfeb90000 0 0x1c>; > > > - reg-names = "du", "lvds.0"; > > > + reg = <0 0xfeb00000 0 0x40000>; > > > interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>, > > > <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>; > > > clocks = <&cpg CPG_MOD 724>, > > > - <&cpg CPG_MOD 723>, > > > - <&cpg CPG_MOD 726>; > > > - clock-names = "du.0", "du.1", "lvds.0"; > > > + <&cpg CPG_MOD 723>; > > > + clock-names = "du.0", "du.1"; > > > status = "disabled"; > > > > > > ports { > > > > Gr{oetje,eeting}s, > > > > Geert > > > > -- > > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@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 > > > > Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.