Commit 3fa966eb authored by Andrew Davis's avatar Andrew Davis Committed by Arnd Bergmann

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: default avatarAndrew Davis <afd@ti.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 8c9a2d41
......@@ -11,8 +11,13 @@ / {
interrupt-parent = <&intc>;
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "arm,arm926ej-s";
device_type = "cpu";
reg = <0>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment