diff options
author | Sébastien Szymanski <sebastien.szymanski@armadeus.com> | 2018-09-06 09:51:53 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-10-09 18:36:03 +0200 |
commit | 2f90c62c8ac09504ee2d94445bd425f35f6a60f3 (patch) | |
tree | 845a07550831d83e6a8f3b00d382e35f86008fa8 /arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi | |
parent | be381cc4346c1d18a0624c93192ec9fe083522db (diff) | |
download | u-boot-2f90c62c8ac09504ee2d94445bd425f35f6a60f3.tar.gz |
ARM: opos6ul: make the board boot again
Commit 9faa43c4b5e5 ("ARM: dts: i.MX6UL: U-Boot specific dts for u-boot,
dm-spl") removes the u-boot,dm-spl properties from the imx6ul.dtsi file
and breaks the OPOS6UL board.
Add the u-boot,dm-spl properties into *-u-boot.dts files to make the
board boot again.
Fixes: commit 9faa43c4b5e5 ("ARM: dts: i.MX6UL: U-Boot specific dts for u-boot, dm-spl")
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi b/arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi new file mode 100644 index 0000000000..4918de388e --- /dev/null +++ b/arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi @@ -0,0 +1,28 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Device Tree Source extras for U-Boot for the OPOS6UL SoM + * + * Copyright (C) 2018 Armadeus Systems <support@armadeus.com> + */ + +/ { + soc { + u-boot,dm-spl; + }; +}; + +&aips2 { + u-boot,dm-spl; +}; + +&iomuxc { + u-boot,dm-spl; +}; + +&pinctrl_usdhc1 { + u-boot,dm-spl; +}; + +&usdhc1 { + u-boot,dm-spl; +}; |