diff options
author | Sébastien Szymanski <sebastien.szymanski@armadeus.com> | 2018-04-17 17:29:31 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-04-26 09:34:00 +0200 |
commit | 30754ef77c3e88acb5a378d4e2c2bcce6228a118 (patch) | |
tree | 41dd36e58c9a377413f8ab89cc613b22c5c5c6d8 /arch/arm/dts/imx6ul-opos6ul.dtsi | |
parent | e426e193539e4fa5f52bc55499f66c4159a3372d (diff) |
imx6ul: opos6ul: add SPL_DM support
Since commit commit 152038ea1886 ("i.MX6UL: icore: Add SPL_OF_CONTROL
support") the OPOS6UL board doesn't boot anymore. Adding SPL_DM support
makes the board boot again.
Fixes: commit 152038ea1886 ("i.MX6UL: icore: Add SPL_OF_CONTROL support")
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Diffstat (limited to 'arch/arm/dts/imx6ul-opos6ul.dtsi')
-rw-r--r-- | arch/arm/dts/imx6ul-opos6ul.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/dts/imx6ul-opos6ul.dtsi b/arch/arm/dts/imx6ul-opos6ul.dtsi index 51095df33a..d51ad4de20 100644 --- a/arch/arm/dts/imx6ul-opos6ul.dtsi +++ b/arch/arm/dts/imx6ul-opos6ul.dtsi @@ -1,5 +1,5 @@ /* - * Copyright 2017 Armadeus Systems <support@armadeus.com> + * Copyright 2018 Armadeus Systems <support@armadeus.com> * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual @@ -99,6 +99,7 @@ /* eMMC */ &usdhc1 { + u-boot,dm-spl; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc1>; bus-width = <8>; @@ -161,6 +162,7 @@ }; pinctrl_usdhc1: usdhc1grp { + u-boot,dm-spl; fsl,pins = < MX6UL_PAD_SD1_CMD__USDHC1_CMD 0x17059 MX6UL_PAD_SD1_CLK__USDHC1_CLK 0x10059 |