aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/at91rm9200.dtsi
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2020-08-31 19:11:23 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2020-09-03 10:09:34 +0200
commit58f984941d4524018ac0634c1e101bc6bbd4d257 (patch)
treefac3cc72d9730fc3e868c446f60c3c41f9a03a9e /arch/arm/boot/dts/at91rm9200.dtsi
parentARM: at91: Add GARDENA smart Gateway (Art. 19000) support (diff)
downloadlinux-dev-58f984941d4524018ac0634c1e101bc6bbd4d257.tar.xz
linux-dev-58f984941d4524018ac0634c1e101bc6bbd4d257.zip
ARM: dts: at91: fix cpu node
The reg property is mandatory for cpu nodes, also fix the #address-cells of the cpus node that has to be at least 1. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Reviewed-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20200831171129.3886857-2-alexandre.belloni@bootlin.com
Diffstat (limited to 'arch/arm/boot/dts/at91rm9200.dtsi')
-rw-r--r--arch/arm/boot/dts/at91rm9200.dtsi5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91rm9200.dtsi b/arch/arm/boot/dts/at91rm9200.dtsi
index a5040f5ea641..231313e4c926 100644
--- a/arch/arm/boot/dts/at91rm9200.dtsi
+++ b/arch/arm/boot/dts/at91rm9200.dtsi
@@ -39,12 +39,13 @@
ssc2 = &ssc2;
};
cpus {
- #address-cells = <0>;
+ #address-cells = <1>;
#size-cells = <0>;
- cpu {
+ cpu@0 {
compatible = "arm,arm920t";
device_type = "cpu";
+ reg = <0>;
};
};