aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2024-01-17 13:21:51 +0530
committerAnatolij Gustschin <agust@denx.de>2024-04-21 09:07:00 +0200
commit6794063d506592631bd76e1309e64b9d72fd8d1b (patch)
tree4b1ce7c4917cbc25abbe6489f68a405810aabf4c
parent804838a496fbb1b53f21529ead0f41fbf6713c7c (diff)
downloadu-boot-6794063d506592631bd76e1309e64b9d72fd8d1b.zip
u-boot-6794063d506592631bd76e1309e64b9d72fd8d1b.tar.gz
u-boot-6794063d506592631bd76e1309e64b9d72fd8d1b.tar.bz2
ARM: dts: rk3328: Enable VOP for bootph-all
Model: Firefly roc-rk3328-cc DRAM: 1 GiB (effective 1022 MiB) Video device 'vop@ff370000' cannot allocate frame buffer memory -ensure the device is set up before relocation Error binding driver 'rockchip_rk3328_vop': -28 Some drivers failed to bind initcall sequence 000000003ffcd5e8 failed at call 000000000021a5c4 (err=-28) ### ERROR ### Please RESET the board ### Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
-rw-r--r--arch/arm/dts/rk3328-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3328-u-boot.dtsi b/arch/arm/dts/rk3328-u-boot.dtsi
index e0c6aee..7c5067c 100644
--- a/arch/arm/dts/rk3328-u-boot.dtsi
+++ b/arch/arm/dts/rk3328-u-boot.dtsi
@@ -130,6 +130,10 @@
bootph-all;
};
+&vop {
+ bootph-all;
+};
+
#ifdef CONFIG_ROCKCHIP_SPI_IMAGE
&binman {
simple-bin-spi {