From: Vladimir Zapolskiy Date: Tue, 29 Jan 2019 19:20:46 +0000 (+0200) Subject: ARM: dts: lpc32xx: ea3250: add unit address to memory device node X-Git-Tag: v5.15~6897^2~42^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec54b138b170649ac33dfaaf7ade69727aef6ad1;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: lpc32xx: ea3250: add unit address to memory device node The change adds a unit address to memory device node, the issue was reported as a unit_address_vs_reg warning by dtc. Root device node properties #address-cells and #size-cells were removed as inherited from lpc32xx.dtsi. Signed-off-by: Vladimir Zapolskiy --- diff --git a/arch/arm/boot/dts/lpc3250-ea3250.dts b/arch/arm/boot/dts/lpc3250-ea3250.dts index 58ea0a4..ef6b3e7 100644 --- a/arch/arm/boot/dts/lpc3250-ea3250.dts +++ b/arch/arm/boot/dts/lpc3250-ea3250.dts @@ -17,10 +17,8 @@ / { model = "Embedded Artists LPC3250 board based on NXP LPC3250"; compatible = "ea,ea3250", "nxp,lpc3250"; - #address-cells = <1>; - #size-cells = <1>; - memory { + memory@80000000 { device_type = "memory"; reg = <0x80000000 0x4000000>; };