Hi Vladimir,
On 13 October 2015 at 01:54, Vladimir Zapolskiy [off-list ref] wrote:
quoted hunk
There is no addressable devices under cpus device node, remove noisy
address and size cells properties.
Signed-off-by: Vladimir Zapolskiy <redacted>
---
arch/arm/boot/dts/lpc32xx.dtsi | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/arm/boot/dts/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi
index dcb52cb..929458d 100644
--- a/arch/arm/boot/dts/lpc32xx.dtsi
+++ b/arch/arm/boot/dts/lpc32xx.dtsi
@@ -18,9 +18,6 @@
interrupt-parent = <&mic>;
cpus {
- #address-cells = <0>;
- #size-cells = <0>;
-
According to Documentation/devicetree/bindings/arm/cpus.txt these
properties are required.
Take a look at Example 3 in the doc for it should look like on a ARM
926EJ-S uniprocessor 32-bit system.
regards,
Joachim Eastwood
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html