[U-Boot] [PATCH] ARM: dts: imx6q-logicpd: Add imx6q-logicpd-u-boot for SPL

Adam Ford aford173 at gmail.com
Wed Jul 24 19:22:18 UTC 2019


The SPL device tree is missing the entires for gpio1, uart1, usdhc1 and
usdhc2.  This creates a new imx6q-logicpd-u-boot.dtsi file
which will enable these functions so SPL can properly setup UART, detect
microSD card, and startup.

Fixes: 8f4691e31a18 ("ARM: imx6q_logic: With SPL_OF_CONTROL enabled,
remove MMC init")

Signed-off-by: Adam Ford <aford173 at gmail.com>

diff --git a/arch/arm/dts/imx6q-logicpd-u-boot.dtsi b/arch/arm/dts/imx6q-logicpd-u-boot.dtsi
new file mode 100644
index 0000000000..3f91853e35
--- /dev/null
+++ b/arch/arm/dts/imx6q-logicpd-u-boot.dtsi
@@ -0,0 +1,23 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2019 Logic PD <aford173 at gmail.com>
+ */
+
+#include "imx6qdl-u-boot.dtsi"
+
+&iomuxc {
+
+};
+
+&uart1 {
+	u-boot,dm-spl;
+};
+
+&usdhc1 {
+	u-boot,dm-spl;
+};
+
+&usdhc2 {
+	u-boot,dm-spl;
+};
+
-- 
2.17.1



More information about the U-Boot mailing list