From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaud Patard (Rtp) Date: Tue, 27 Oct 2020 14:21:36 +0100 Subject: [patch v2 05/10] rk3399-pinebook-pro-u-boot.dtsi: Enable edp References: <20201027132131.016984025@rtp-net.org> Message-ID: <20201027132235.934181387@rtp-net.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de - uboot rockchip edp code is looking for a rockchip,panel property for the edp dts node, so add it. Signed-off-by: Arnaud Patard Index: u-boot/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi =================================================================== --- u-boot.orig/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi +++ u-boot/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi @@ -49,3 +49,7 @@ &vdd_log { regulator-init-microvolt = <950000>; }; + +&edp { + rockchip,panel = <&edp_panel>; +};