Skip to content

Commit 5e7922a

Browse files
xhackerustcConchuOD
authored andcommitted
riscv: dts: starfive: add 'cpus' label to jh7110 and jh7100 soc dtsi
Add the 'cpus' label so that we can reference it in board dts files. Signed-off-by: Jisheng Zhang <[email protected]> Reviewed-by: Emil Renner Berthing <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent e0503d4 commit 5e7922a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/riscv/boot/dts/starfive/jh7100.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#address-cells = <2>;
1414
#size-cells = <2>;
1515

16-
cpus {
16+
cpus: cpus {
1717
#address-cells = <1>;
1818
#size-cells = <0>;
1919

arch/riscv/boot/dts/starfive/jh7110.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#address-cells = <2>;
1616
#size-cells = <2>;
1717

18-
cpus {
18+
cpus: cpus {
1919
#address-cells = <1>;
2020
#size-cells = <0>;
2121

0 commit comments

Comments
 (0)