summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorminda.chen <minda.chen@starfivetech.com>2023-01-09 10:18:07 +0300
committerminda.chen <minda.chen@starfivetech.com>2023-01-09 10:19:09 +0300
commitac7891c71762ea9deaa24ad0043991668d250ae6 (patch)
treea3226a6dcb08ed60ac3aa324e5ffedc8ca6a65ee /arch
parentbfbdce9b86a2a961f953d4a1b7fc4fdf92284cf3 (diff)
downloadu-boot-ac7891c71762ea9deaa24ad0043991668d250ae6.tar.xz
dts: add boot-hart-id property in dts
boot-hart-id is used by opensbi. Signed-off-by: minda.chen <minda.chen@starfivetech.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/dts/starfive_evb.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/dts/starfive_evb.dts b/arch/riscv/dts/starfive_evb.dts
index d3663b6973..67c0a7bceb 100644
--- a/arch/riscv/dts/starfive_evb.dts
+++ b/arch/riscv/dts/starfive_evb.dts
@@ -24,6 +24,7 @@
chosen {
stdout-path = "/soc/serial@10000000:115200";
+ starfive,boot-hart-id = <1>;
};