projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c9a2d4
)
ARM: dts: nspire: Fix cpu node to conform with DT binding
author
Andrew Davis
<afd@ti.com>
Wed, 2 Aug 2023 15:33:26 +0000
(10:33 -0500)
committer
Arnd Bergmann
<arnd@arndb.de>
Sat, 12 Aug 2023 09:45:58 +0000
(11:45 +0200)
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>
arch/arm/boot/dts/nspire/nspire.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/nspire/nspire.dtsi
b/arch/arm/boot/dts/nspire/nspire.dtsi
index 48fbc9d533c39c2e7d4727d3ffc76ef45fee46e7..cb723705151266321f2f3d7a037ebff89aa53857 100644
(file)
--- a/
arch/arm/boot/dts/nspire/nspire.dtsi
+++ b/
arch/arm/boot/dts/nspire/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>;
};
};