diff options
author | Daniel Mack <daniel@zonque.org> | 2018-11-30 20:55:37 +0300 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2018-12-02 13:19:13 +0300 |
commit | a6da403dc9d5d5f4ec20a29896d1d1262888aa24 (patch) | |
tree | cb5c9c56040002a654a52bd7b1ff2cb8dce20581 /arch | |
parent | 40b217a04363a7325aa9df743b830888fb18e816 (diff) | |
download | linux-a6da403dc9d5d5f4ec20a29896d1d1262888aa24.tar.xz |
ARM: dts: pxa2xx: drop #address-cells and #size-cells from /cpus
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/pxa2xx.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi index 080d5c5169b5..7d3dfa8259f8 100644 --- a/arch/arm/boot/dts/pxa2xx.dtsi +++ b/arch/arm/boot/dts/pxa2xx.dtsi @@ -43,8 +43,6 @@ }; cpus { - #address-cells = <0>; - #size-cells = <0>; cpu { compatible = "marvell,xscale"; device_type = "cpu"; |