Commit 246d8fc3 authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy

arm: dts: lpc32xx: add reg property to cpu device node

According to device tree bindings for ARM cpus cpu node must contain a
reg property for enumeration scheme.

The change adds reg = <0x0> indicating that the processor does not
have CPU identification register and updates cell settings.
Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
parent 25de7c96
...@@ -18,12 +18,13 @@ / { ...@@ -18,12 +18,13 @@ / {
interrupt-parent = <&mic>; interrupt-parent = <&mic>;
cpus { cpus {
#address-cells = <0>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
cpu { cpu@0 {
compatible = "arm,arm926ej-s"; compatible = "arm,arm926ej-s";
device_type = "cpu"; device_type = "cpu";
reg = <0x0>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment