summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Patard (Rtp) <arnaud.patard@rtp-net.org>2021-03-05 13:27:50 +0300
committerAnatolij Gustschin <agust@denx.de>2021-04-10 12:54:22 +0300
commita0c248ef0844da239096ecb4a83f9fa2b0535117 (patch)
treeb6998e2d993a5c03223c26352a6a25306e897297
parentdecbc18ed2a9788fcaad3ca349def7bad36741f4 (diff)
downloadu-boot-a0c248ef0844da239096ecb4a83f9fa2b0535117.tar.xz
rockchip: Pinebook Pro: Enable edp
- 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>
-rw-r--r--arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi b/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi
index 1eafb40ce3..2d87bea933 100644
--- a/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi
@@ -16,6 +16,10 @@
};
};
+&edp {
+ rockchip,panel = <&edp_panel>;
+};
+
&i2c0 {
u-boot,dm-pre-reloc;
};