From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [PATCH v4 2/2] arm64: dts: rockchip: Add initial support for Pinebook Pro Date: Fri, 06 Mar 2020 10:27:44 +0100 Message-ID: <4053849.MTJ45Pz6JY@diego> References: <20200304213023.689983-2-t.schramm@manjaro.org> <6168222.Wuk326WHQK@phil> <7a799284-92ab-ea04-285e-37d655064118@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <7a799284-92ab-ea04-285e-37d655064118-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Johan Jonker Cc: Tobias Schramm , Rob Herring , Mark Rutland , Andy Yan , Douglas Anderson , Jagan Teki , Markus Reichl , Alexis Ballier , Matthias Kaehlcke , Nick Xie , Kever Yang , Vivek Unune , Katsuhiro Suzuki , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Vasily Khoruzhick , Emmanuel Vadot List-Id: linux-rockchip.vger.kernel.org Hi Johan, Am Freitag, 6. März 2020, 08:22:00 CET schrieb Johan Jonker: > Hi, > > Missing #address-cells, #size-cells > Can you still fix that? > > On 3/6/20 1:23 AM, Heiko Stuebner wrote: > > Am Mittwoch, 4. März 2020, 22:30:23 CET schrieb Tobias Schramm: > >> This commit adds initial dt support for the rk3399 based Pinebook Pro. > >> > >> Signed-off-by: Tobias Schramm > > > > applied for 5.7 > > > > Thanks > > Heiko > > > > > > > +&edp { > > + force-hpd; > > + pinctrl-names = "default"; > > + pinctrl-0 = <&edp_hpd>; > > + status = "okay"; > > + > > + ports { > > #address-cells = <1>; > #size-cells = <0>; > > Don't forget that extra empty line here. The edp ports node does get its address+size cells already from the main node in rk3399.dtsi, so isn't needed here. Heiko > > > > + edp_out: port@1 { > > + reg = <1>; > > + #address-cells = <1>; > > + #size-cells = <0>; > > + > > + edp_out_panel: endpoint@0 { > > + reg = <0>; > > + remote-endpoint = <&panel_in_edp>; > > + }; > > + }; > > + }; > > +}; > >