mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
5ff1963da3
The SPL device tree is missing the entires for gpio1, uart1, usdhc1 and
usdhc2. This creates the missing imx6q-logicpd-u-boot.dtsi file
which will enable these functions so SPL can properly setup UART, detect
microSD card, and startup.
Fixes: 8f4691e31a
("ARM: imx6q_logic: With SPL_OF_CONTROL enabled,
remove MMC init")
Signed-off-by: Adam Ford <aford173@gmail.com>
10 lines
347 B
Text
10 lines
347 B
Text
MX6LOGICPD BOARD
|
|
M: Adam Ford <aford173@gmail.com>
|
|
S: Maintained
|
|
F: board/logicpd/imx6/
|
|
F: include/configs/imx6_logic.h
|
|
F: configs/imx6q_logic_defconfig
|
|
F: arch/arm/dts/imx6-logicpd-baseboard.dtsi
|
|
F: arch/arm/dts/imx6-logicpd-som.dtsi
|
|
F: arch/arm/dts/imx6q-logicpd.dts
|
|
F: arch/arm/dts/imx6q-logicpd-u-boot.dtsi
|