From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH 4/5] arm64: dts: renesas: r8a77970: add the LVDS instance Date: Wed, 31 Jan 2018 19:34:32 +0100 Message-ID: References: <20180131161811.12699-1-niklas.soderlund@ragnatech.se> <20180131161811.12699-5-niklas.soderlund@ragnatech.se> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20180131161811.12699-5-niklas.soderlund@ragnatech.se> Sender: linux-renesas-soc-owner@vger.kernel.org To: =?UTF-8?Q?Niklas_S=C3=B6derlund?= Cc: Simon Horman , Linux-Renesas , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , =?UTF-8?Q?Niklas_S=C3=B6derlund?= List-Id: devicetree@vger.kernel.org Hi Niklas, On Wed, Jan 31, 2018 at 5:18 PM, Niklas S=C3=B6derlund wrote: > From: Niklas S=C3=B6derlund > > Add the LVDS device to r8a77970.dtsi in a disabled state. Also connect > the it to the LVDS output of the DU. > > Signed-off-by: Niklas S=C3=B6derlund FWIW, Sergei sent the exact same patch before... > --- > arch/arm64/boot/dts/renesas/r8a77970.dtsi | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r8a77970.dtsi b/arch/arm64/boot/= dts/renesas/r8a77970.dtsi > index e1d8aa0fbc1e4f90..3945a34550d17321 100644 > --- a/arch/arm64/boot/dts/renesas/r8a77970.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a77970.dtsi > @@ -655,6 +655,31 @@ > port@1 { > reg =3D <1>; > du_out_lvds0: endpoint { > + remote-endpoint =3D <&lvd= s0_in>; > + }; > + }; > + }; > + }; > + > + lvds0: lvds@feb90000 { > + compatible =3D "renesas,r8a77970-lvds"; > + reg =3D <0 0xfeb90000 0 0x14>; > + clocks =3D <&cpg CPG_MOD 727>; ... also with missing power-domains and resets properties. > + status =3D "disabled"; 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. Bu= t when I'm talking to journalists I just say "programmer" or something like t= hat. -- Linus Torvalds