]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: tqma6ul: add boot phase properties
authorMax Merchel <Max.Merchel@ew.tq-group.com>
Tue, 19 May 2026 12:24:05 +0000 (14:24 +0200)
committerFabio Estevam <festevam@gmail.com>
Fri, 5 Jun 2026 11:58:43 +0000 (08:58 -0300)
Add boot phase properties from U-Boot device tree.
Patches are integrated into Linux v7.1-rc1.
Revert this commit once the upstream linux device trees are
synchronized.

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
arch/arm/dts/imx6ul-tqma6ul-common-u-boot.dtsi
arch/arm/dts/imx6ul-tqma6ul1-mba6ulx-u-boot.dtsi
arch/arm/dts/imx6ul-tqma6ul2-mba6ulx-u-boot.dtsi
arch/arm/dts/imx6ul-tqma6ul2l-mba6ulx-u-boot.dtsi
arch/arm/dts/imx6ull-tqma6ull2-mba6ulx-u-boot.dtsi
arch/arm/dts/imx6ull-tqma6ull2l-mba6ulx-u-boot.dtsi
arch/arm/dts/mba6ulx-u-boot.dtsi [new file with mode: 0644]

index 2db386d30ba00e09c39737cf062c0eaebf1993bf..09f94f2307482adead1a83634cc5b2c0e985649d 100644 (file)
                u-boot,mmc-env-offset-redundant = <0x110000>;
        };
 };
+
+&clks {
+       bootph-pre-ram;
+};
+
+&flash0 {
+       bootph-pre-ram;
+};
+
+&osc {
+       bootph-pre-ram;
+};
+
+&pinctrl_pmic {
+       bootph-pre-ram;
+};
+
+&pinctrl_qspi {
+       bootph-pre-ram;
+};
+
+&pinctrl_usdhc2 {
+       bootph-pre-ram;
+};
+
+&qspi {
+       bootph-pre-ram;
+};
+
+&usdhc2 {
+       bootph-pre-ram;
+};
index b401f169db7dd6ca4de7dcd2546cee62a69cc8ce..0917ecfd82abb5128286da40fda5e58da5889ba4 100644 (file)
@@ -5,4 +5,6 @@
  * Author: Max Merchel
  */
 
+#include "imx6ul-u-boot.dtsi"
 #include "imx6ul-tqma6ul-common-u-boot.dtsi"
+#include "mba6ulx-u-boot.dtsi"
index b401f169db7dd6ca4de7dcd2546cee62a69cc8ce..0917ecfd82abb5128286da40fda5e58da5889ba4 100644 (file)
@@ -5,4 +5,6 @@
  * Author: Max Merchel
  */
 
+#include "imx6ul-u-boot.dtsi"
 #include "imx6ul-tqma6ul-common-u-boot.dtsi"
+#include "mba6ulx-u-boot.dtsi"
index b401f169db7dd6ca4de7dcd2546cee62a69cc8ce..0917ecfd82abb5128286da40fda5e58da5889ba4 100644 (file)
@@ -5,4 +5,6 @@
  * Author: Max Merchel
  */
 
+#include "imx6ul-u-boot.dtsi"
 #include "imx6ul-tqma6ul-common-u-boot.dtsi"
+#include "mba6ulx-u-boot.dtsi"
index b401f169db7dd6ca4de7dcd2546cee62a69cc8ce..21fb2ab4ae9e57c0fd5d50158204e3300a7a0d3d 100644 (file)
@@ -5,4 +5,6 @@
  * Author: Max Merchel
  */
 
+#include "imx6ull-u-boot.dtsi"
 #include "imx6ul-tqma6ul-common-u-boot.dtsi"
+#include "mba6ulx-u-boot.dtsi"
index b401f169db7dd6ca4de7dcd2546cee62a69cc8ce..21fb2ab4ae9e57c0fd5d50158204e3300a7a0d3d 100644 (file)
@@ -5,4 +5,6 @@
  * Author: Max Merchel
  */
 
+#include "imx6ull-u-boot.dtsi"
 #include "imx6ul-tqma6ul-common-u-boot.dtsi"
+#include "mba6ulx-u-boot.dtsi"
diff --git a/arch/arm/dts/mba6ulx-u-boot.dtsi b/arch/arm/dts/mba6ulx-u-boot.dtsi
new file mode 100644 (file)
index 0000000..73bed31
--- /dev/null
@@ -0,0 +1,26 @@
+// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
+/*
+ * Copyright (c) 2024-2026 TQ-Systems GmbH <u-boot@ew.tq-group.com>,
+ * D-82229 Seefeld, Germany.
+ * Author: Max Merchel
+ */
+
+&uart1 {
+       bootph-pre-ram;
+};
+
+&pinctrl_uart1 {
+       bootph-pre-ram;
+};
+
+&usdhc1 {
+       bootph-pre-ram;
+};
+
+&pinctrl_usdhc1 {
+       bootph-pre-ram;
+};
+
+&reg_mba6ul_3v3 {
+       bootph-pre-ram;
+};