ARM: dts: da850: get rid of skeleton.dtsi
authorSekhar Nori <nsekhar@ti.com>
Wed, 18 Apr 2018 09:24:07 +0000 (14:54 +0530)
committerSekhar Nori <nsekhar@ti.com>
Tue, 24 Apr 2018 08:59:02 +0000 (14:29 +0530)
commit30f548ba90b83759c1b187156d6874334a804791
treed4bc66bc4cda68cdeaf4a5ec14db3861d37e6c06
parent60cc43fc888428bb2f18f08997432d426a243338
ARM: dts: da850: get rid of skeleton.dtsi

skeleton.dtsi is deprecated. Drop its usage in da850.dtsi
and move the nodes and properties included by it directly
to keep the dtb same.

The memory node has been changed to get rid of warnings
(see below). It contains the memory base address as that is
fixed for DA850 SoCs. But the size needs to be added by
bootloader or a board specific dts.

This gets rid of the following W=1 warnings:

arch/arm/boot/dts/da850-enbw-cmc.dtb: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
arch/arm/boot/dts/da850-evm.dtb: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
arch/arm/boot/dts/da850-lego-ev3.dtb: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name

Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850.dtsi