fix radxa e25 uboot and kernel boot
This commit is contained in:
parent
6193ec3ebd
commit
94751ee733
@ -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";
|
||||
+};
|
||||
|
||||
19
patch/u-boot/legacy/board_radxa-e25/fix-vcc3v3.patch
Normal file
19
patch/u-boot/legacy/board_radxa-e25/fix-vcc3v3.patch
Normal 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
|
||||
+};
|
||||
Loading…
Reference in New Issue
Block a user