ARM: dts: pxa2xx: drop #address-cells and #size-cells from /cpus
authorDaniel Mack <daniel@zonque.org>
Fri, 30 Nov 2018 17:55:37 +0000 (18:55 +0100)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Sun, 2 Dec 2018 10:19:13 +0000 (11:19 +0100)
PXA is single-core only, so this node will not have enumerable children.
Drop the #address-cells and #size-cells properties to squelch a dtc warning.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
arch/arm/boot/dts/pxa2xx.dtsi

index 080d5c5..7d3dfa8 100644 (file)
@@ -43,8 +43,6 @@
        };
 
        cpus {
-               #address-cells = <0>;
-               #size-cells = <0>;
                cpu {
                        compatible = "marvell,xscale";
                        device_type = "cpu";