]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: Pinebook Pro: Enable edp
authorArnaud Patard (Rtp) <arnaud.patard@rtp-net.org>
Fri, 5 Mar 2021 10:27:50 +0000 (11:27 +0100)
committerAnatolij Gustschin <agust@denx.de>
Sat, 10 Apr 2021 09:54:22 +0000 (11:54 +0200)
- 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>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi

index 1eafb40ce32d7e2865805fb1e0481764fbb01beb..2d87bea933376ab25448d7e279a86b83be869f0f 100644 (file)
        };
 };
 
+&edp {
+       rockchip,panel = <&edp_panel>;
+};
+
 &i2c0 {
        u-boot,dm-pre-reloc;
 };