mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-02 16:43:49 +01:00
uboot-rockchip: add u-boot device tree back for Radxa ROCK 4D
Some checks failed
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Some checks failed
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
This was removed by mistake.
Fixes: 292cca0e5c ("uboot-rockchip: Update to 2025.10")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/20376
Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
8c952afd91
commit
875e0bf791
1 changed files with 13 additions and 0 deletions
|
|
@ -196,6 +196,19 @@ v2: Add comment about the reset-gpios prop rename
|
|||
&usb_drd1_dwc3 {
|
||||
dr_mode = "host";
|
||||
status = "okay";
|
||||
--- /dev/null
|
||||
+++ b/arch/arm/dts/rk3576-rock-4d-u-boot.dtsi
|
||||
@@ -0,0 +1,10 @@
|
||||
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
+
|
||||
+#include "rk3576-u-boot.dtsi"
|
||||
+
|
||||
+&sfc0 {
|
||||
+ flash@0 {
|
||||
+ bootph-pre-ram;
|
||||
+ bootph-some-ram;
|
||||
+ };
|
||||
+};
|
||||
--- a/arch/arm/mach-rockchip/rk3576/MAINTAINERS
|
||||
+++ b/arch/arm/mach-rockchip/rk3576/MAINTAINERS
|
||||
@@ -4,6 +4,12 @@ S: Maintained
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue