Skip to content

Commit e8dee66

Browse files
abajktsbogend
authored andcommitted
mips: lantiq: danube: add missing properties to cpu node
This fixes the following warnings: arch/mips/boot/dts/lantiq/danube_easy50712.dtb: cpus: '#address-cells' is a required property from schema $id: http://devicetree.org/schemas/cpus.yaml# arch/mips/boot/dts/lantiq/danube_easy50712.dtb: cpus: '#size-cells' is a required property from schema $id: http://devicetree.org/schemas/cpus.yaml# arch/mips/boot/dts/lantiq/danube_easy50712.dtb: cpu@0 (mips,mips24Kc): 'reg' is a required property from schema $id: http://devicetree.org/schemas/mips/cpus.yaml# Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 1ea149f commit e8dee66

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/mips/boot/dts/lantiq/danube.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55
compatible = "lantiq,xway", "lantiq,danube";
66

77
cpus {
8+
#address-cells = <1>;
9+
#size-cells = <0>;
10+
811
cpu@0 {
912
compatible = "mips,mips24Kc";
13+
reg = <0>;
1014
};
1115
};
1216

0 commit comments

Comments
 (0)