From: Maxime Ripard Date: Wed, 21 Nov 2018 08:39:24 +0000 (+0100) Subject: ARM: dts: sun8i: v3s: Remove skeleton and memory to avoid warnings X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4403037daf66104a8c81cffd50395fb8a2e7163e;p=linux.git ARM: dts: sun8i: v3s: Remove skeleton and memory to avoid warnings Our memory node will generate a warning in DTC since the unit address is not matching the reg property. However, that node will be created by the bootloader, so we can just remove it entirely in order to remove that warning. Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai --- diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi index 5617dd387fd35..b099d2fbb5cd7 100644 --- a/arch/arm/boot/dts/sun8i-a83t.dtsi +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi @@ -187,11 +187,6 @@ status = "disabled"; }; - memory { - reg = <0x40000000 0x80000000>; - device_type = "memory"; - }; - cpu0_opp_table: opp_table0 { compatible = "operating-points-v2"; opp-shared;