diff mbox series

[v2,05/10] rk3399-pinebook-pro-u-boot.dtsi: Enable edp

Message ID 20201027132235.934181387@rtp-net.org
State Superseded
Delegated to: Kever Yang
Headers show
Series rk3399 (Pinebook pro) EDP support | expand

Commit Message

Arnaud Patard (Rtp) Oct. 27, 2020, 1:21 p.m. UTC
- uboot rockchip edp code is looking for a rockchip,panel property
  for the edp dts node, so add it.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>

Comments

Peter Robinson Oct. 27, 2020, 2:32 p.m. UTC | #1
On Tue, Oct 27, 2020 at 1:23 PM Arnaud Patard <arnaud.patard@rtp-net.org> wrote:
>
> - uboot rockchip edp code is looking for a rockchip,panel property
>   for the edp dts node, so add it.
>
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
> 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>;
> +};

This should be in alphabetical order.
diff mbox series

Patch

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>;
+};