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

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
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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>;
		};
	};