commit | f1e323a0a58e6d6b60456bf8e8565f628f33b88c | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Thu Sep 05 09:54:55 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:36:36 2019 +0200 |
tree | 2688b948580f6e76938561711117ab904e8161d1 | |
parent | 772b55723bcbe8ebe84f579d9cdc831d8e18579d [diff] |
dts: imx28: Remove #include "imx28.dtsi" from imx28-u-boot.dtsi file After this change it is possible to use imx28-<board>-u-boot.dtsi with the imx28-u-boot.dtsi explicitly included without breaking setup from imx28-<board>.dts file. The problem is that the imx28.dtsi included in a wrong place overrides the changes made in imx28-<board>.dts. As a result some devices are "disabled" in the final DTB. Signed-off-by: Lukasz Majewski <lukma@denx.de>