Skip to content

Commit

Permalink
uboot-rockchip: fix rk3399 boot issue
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Jan 4, 2025
1 parent ccb92be commit bac0af3
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit bac0af3

Please sign in to comment.