fix radxa e25 uboot and kernel boot

This commit is contained in:
amazingfate 2023-02-06 01:28:45 +08:00 committed by Igor
parent 6193ec3ebd
commit 94751ee733
No known key found for this signature in database
GPG Key ID: 7DF2FC8F0E1B825A
2 changed files with 23 additions and 2 deletions

View File

@ -1,9 +1,9 @@
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-radxa-rock-3-compute-module-plus.dtsi b/arch/arm64/boot/dts/rockchip/rk3568-radxa-rock-3-compute-module-plus.dtsi
new file mode 100644
index 000000000..8ce33ce32
index 000000000..29b978245
--- /dev/null
+++ b/arch/arm64/boot/dts/rockchip/rk3568-radxa-rock-3-compute-module-plus.dtsi
@@ -0,0 +1,715 @@
@@ -0,0 +1,717 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Copyright (c) 2020 Rockchip Electronics Co., Ltd.
@ -180,6 +180,8 @@ index 000000000..8ce33ce32
+};
+
+&gpu {
+ clock-names = "gpu", "bus";
+ interrupt-names = "gpu", "mmu", "job";
+ mali-supply = <&vdd_gpu>;
+ status = "okay";
+};

View File

@ -0,0 +1,19 @@
diff --git a/arch/arm/dts/rk3568-radxa-rock-3-compute-module-plus.dtsi b/arch/arm/dts/rk3568-radxa-rock-3-compute-module-plus.dtsi
index e2cdda8a..15d7b41f 100644
--- a/arch/arm/dts/rk3568-radxa-rock-3-compute-module-plus.dtsi
+++ b/arch/arm/dts/rk3568-radxa-rock-3-compute-module-plus.dtsi
@@ -372,6 +372,7 @@
regulator-boot-on;
regulator-name = "vcc_3v3";
regulator-state-mem {
+ u-boot,dm-pre-reloc;
regulator-off-in-suspend;
};
};
@@ -418,4 +419,4 @@
<0 RK_PA2 RK_FUNC_2 &pcfg_pull_none>;
};
};
-};
\ No newline at end of file
+};