diff mbox series

[v7,2/9] ARM: dts: nspire: Fix cpu node to conform with DT binding

Message ID 20230515191326.608638-3-afd@ti.com
State Accepted
Commit 3fa966ebb08132a90197cc96faa697a7a14873ee
Headers show
Series TI-Nspire cleanups | expand

Commit Message

Andrew Davis May 15, 2023, 7:13 p.m. UTC
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>
---
 arch/arm/boot/dts/nspire.dtsi | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/nspire.dtsi b/arch/arm/boot/dts/nspire.dtsi
index 48fbc9d533c3..cb7237051512 100644
--- a/arch/arm/boot/dts/nspire.dtsi
+++ b/arch/arm/boot/dts/nspire.dtsi
@@ -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>;
 		};
 	};