ARM: dts: vt8500: Add node address and reg in CPU nodes

Adjust CPU nodes according to current guidelines, including address
and reg. Set #address-cells accordingly.

Signed-off-by: Alexey Charkov <alchark@gmail.com>
Link: https://lore.kernel.org/r/20250515-wmt-dts-updates-v2-1-246937484cc8@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Alexey Charkov
2025-05-15 22:38:40 +03:00
committed by Krzysztof Kozlowski
parent 19272b37aa
commit 4ce310e733
4 changed files with 12 additions and 8 deletions
+3 -2
View File
@@ -11,12 +11,13 @@
compatible = "via,vt8500";
cpus {
#address-cells = <0>;
#address-cells = <1>;
#size-cells = <0>;
cpu {
cpu@0 {
device_type = "cpu";
compatible = "arm,arm926ej-s";
reg = <0x0>;
};
};
+3 -2
View File
@@ -11,12 +11,13 @@
compatible = "wm,wm8505";
cpus {
#address-cells = <0>;
#address-cells = <1>;
#size-cells = <0>;
cpu {
cpu@0 {
device_type = "cpu";
compatible = "arm,arm926ej-s";
reg = <0x0>;
};
};
+3 -2
View File
@@ -11,12 +11,13 @@
compatible = "wm,wm8650";
cpus {
#address-cells = <0>;
#address-cells = <1>;
#size-cells = <0>;
cpu {
cpu@0 {
device_type = "cpu";
compatible = "arm,arm926ej-s";
reg = <0x0>;
};
};
+3 -2
View File
@@ -11,12 +11,13 @@
compatible = "wm,wm8750";
cpus {
#address-cells = <0>;
#address-cells = <1>;
#size-cells = <0>;
cpu {
cpu@0 {
device_type = "cpu";
compatible = "arm,arm1176jzf";
reg = <0x0>;
};
};