9faa43c4 | 11-Apr-2018 |
Jagan Teki <jagan@amarulasolutions.com> |
ARM: dts: i.MX6UL: U-Boot specific dts for u-boot, dm-spl
u-boot,dm-spl property is specific to U-Boot, so move it into *u-boot.dtsi files for relevant i.MX6UL files.
This make syncing Linux dts fi
ARM: dts: i.MX6UL: U-Boot specific dts for u-boot, dm-spl
u-boot,dm-spl property is specific to U-Boot, so move it into *u-boot.dtsi files for relevant i.MX6UL files.
This make syncing Linux dts files straight forward.
Also update the MAINTAINERS file for dts files.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
show more ...
|
b596df45 | 20-Nov-2017 |
Jagan Teki <jagannadh.teki@gmail.com> |
engicam: imx6q: Return mmc dev 0 for icore
icorem6 has sd on usdhci1 which is devno 0 so return proper devno from board_mmc_get_env_dev for icorem6 and icorem_6rqs
Signed-off-by: Jagan Teki <jagan@
engicam: imx6q: Return mmc dev 0 for icore
icorem6 has sd on usdhci1 which is devno 0 so return proper devno from board_mmc_get_env_dev for icorem6 and icorem_6rqs
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
show more ...
|
539b1e22 | 20-Nov-2017 |
Jagan Teki <jagannadh.teki@gmail.com> |
board: icore-rqs: Fix mmc get env device
As per USDHC boot eFUSE descriptions: USDHC3 => devno 2 USDHC4 => devno 3
Linux will detect mmc0, mmc1, mmc2 based on the status "okay" on usdhc so imx6qdl-
board: icore-rqs: Fix mmc get env device
As per USDHC boot eFUSE descriptions: USDHC3 => devno 2 USDHC4 => devno 3
Linux will detect mmc0, mmc1, mmc2 based on the status "okay" on usdhc so imx6qdl-icore-rqs.dtsi has enabled usdhc1, usdhc3 and usdhc4.But U-Boot can detect based on the aliases so add mmc1, mmc2 for usdhc3 and usdhc4 respectively and return the board_mmc_get_env_dev by subtracting -1
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
show more ...
|