Skip to content

Commit 3fa966e

Browse files
glneoarndb
authored andcommitted
ARM: dts: nspire: Fix cpu node to conform with DT binding
This node does not follow the DT binding schema, correct this. Should result in no functional change. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 8c9a2d4 commit 3fa966e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm/boot/dts/nspire/nspire.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@
1111
interrupt-parent = <&intc>;
1212

1313
cpus {
14+
#address-cells = <1>;
15+
#size-cells = <0>;
16+
1417
cpu@0 {
1518
compatible = "arm,arm926ej-s";
19+
device_type = "cpu";
20+
reg = <0>;
1621
};
1722
};
1823

0 commit comments

Comments
 (0)