Home
last modified time | relevance | path

Searched hist:df5ec72d7adf5cdb452e79228fe3d344ef47167d (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/dts/
H A Dkeystone-k2g.dtsidf5ec72d7adf5cdb452e79228fe3d344ef47167d Fri Jun 16 22:25:28 UTC 2017 Cooper Jr., Franklin <fcooper@ti.com> ARM: dts: keystone-k2g: Remove skeleton.dtsi

Adding the unit address to the memory node was causing the below error:
Warning (reg_format): "reg" property in /memory has invalid length
(8 bytes) (#address-cells == 2, #size-cells == 2)

Further debugging showed that this was due to the memory node added by
default to skeleton.dtsi which was being included in keystone-k2g.dtsi.
Adding a missing node was all that was needed to remove this deprecated
dtsi file from the SoC dtsi. With skeleton.dtsi removed the dtc compiler
no longer complained about including the unit address for the memory node.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>