]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
riscv: dts: th1520: Preserve CLINT node for SPL
authorYao Zi <ziyao@disroot.org>
Fri, 6 Jun 2025 04:28:03 +0000 (04:28 +0000)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 3 Jul 2025 08:14:13 +0000 (16:14 +0800)
Preserve CLINT node for SPL, whose IPI functionality is essential for
operation of a multi-core system.

Signed-off-by: Yao Zi <ziyao@disroot.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/dts/th1520.dtsi

index 28107a9f35456b95991d46667fbf4979d4b01a80..e773d2e6a8076cbed4043bd2696a63abe0d4d98e 100644 (file)
                clint: timer@ffdc000000 {
                        compatible = "thead,th1520-clint", "thead,c900-clint";
                        reg = <0xff 0xdc000000 0x0 0x00010000>;
+                       bootph-pre-ram;
                        interrupts-extended = <&cpu0_intc 3>, <&cpu0_intc 7>,
                                              <&cpu1_intc 3>, <&cpu1_intc 7>,
                                              <&cpu2_intc 3>, <&cpu2_intc 7>,