uboot-rockchip: fix rk3399 boot issue

This commit is contained in:
coolsnowwolf 2023-09-29 23:16:01 +08:00
parent ccb92beeda
commit bac0af3dec

View File

@ -1,4 +1,21 @@
--- /dev/null
+++ b/arch/arm/dts/rk3399-fine-3399-u-boot.dtsi
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+#include "rk3399-u-boot.dtsi"
+#include "rk3399-sdram-lpddr4-100.dtsi"
+
+/ {
+ chosen {
+ u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
+ };
+};
+
+&vdd_log {
+ regulator-init-microvolt = <950000>;
+};
--- /dev/null
+++ b/arch/arm/dts/rk3399-fine-3399.dts
@@ -0,0 +1,789 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)