summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6ul-litesom.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: i.MX6UL: liteSOM: depend on DDR controller settingsMarcin Niestroj2019-03-071-0/+8
Initially we depended on DDR controller settings for liteSOM and liteboard. With 33fdc89d4cbd ("dts: update to v5.0-rc1") a `device_type = "memory";` property was added to imx6ul-litesom.dtsi file, which causes "ram0" to be added with 512MB size (value in dtsi) instead of the real 256MB size that is configured in barebox-grinn-liteboard-256mb.img. As a result Linux kernel fails to boot. Lets depend on DDR controller settings, by removing whole `/memory` node from device tree. This makes barebox-grinn-liteboard-256mb.img able to boot Linux kernel once again. Reported-by: Bartosz Bilas <b.bilas@grinn-global.com> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>