diff mbox series

[1/7] ARM: dts: pxa2xx: drop #address-cells and #size-cells from /cpus

Message ID 20181130175543.32628-2-daniel@zonque.org (mailing list archive)
State New, archived
Headers show
Series ARM: dts: fixes and additions for pxa platform | expand

Commit Message

Daniel Mack Nov. 30, 2018, 5:55 p.m. UTC
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>
---
 arch/arm/boot/dts/pxa2xx.dtsi | 2 --
 1 file changed, 2 deletions(-)

Comments

Robert Jarzmik Dec. 1, 2018, 1:31 p.m. UTC | #1
Daniel Mack <daniel@zonque.org> writes:

> 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>
Applied to pxa/dt, thanks.

Cheers.

--
Robert
diff mbox series

Patch

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";