]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: tqma6: add boot phase properties
authorMax Merchel <Max.Merchel@ew.tq-group.com>
Mon, 13 Jul 2026 13:01:02 +0000 (15:01 +0200)
committerFabio Estevam <festevam@gmail.com>
Mon, 27 Jul 2026 16:05:07 +0000 (13:05 -0300)
Add boot phase properties from U-Boot device tree.
This commit can be reverted if changes are integrated in upstreem
device trees and synced with U-Boot.

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
arch/arm/dts/imx6qdl-mba6-u-boot.dtsi
arch/arm/dts/imx6qdl-tqma6-u-boot.dtsi
arch/arm/dts/imx6qdl-tqma6a-u-boot.dtsi
arch/arm/dts/imx6qdl-tqma6b-u-boot.dtsi

index 535fd0c5e484653b6ebcd5790371f2ec27a0bddb..22f67c6f9664029d9cc820a228e4a47f67f913ff 100644 (file)
@@ -6,3 +6,35 @@
  */
 
 #include "imx6qdl-tqma6-u-boot.dtsi"
+
+&gpio1 {
+       bootph-pre-ram;
+};
+
+&i2c1 {
+       bootph-pre-ram;
+};
+
+&pinctrl_uart2 {
+       bootph-pre-ram;
+};
+
+&pinctrl_usdhc2 {
+       bootph-pre-ram;
+};
+
+&pinctrl_wdog1{
+       bootph-pre-ram;
+};
+
+&uart2 {
+       bootph-pre-ram;
+};
+
+&usdhc2 {
+       bootph-pre-ram;
+};
+
+&wdog1 {
+       bootph-pre-ram;
+};
index 5b1a65583cf7eb9f96b06759edcb8d77e4f07711..b5269748058c949aef0b0f82eb807570567f1e9c 100644 (file)
                bootph-pre-ram;
        };
 };
+
+&aips1 {
+       bootph-pre-ram;
+};
+
+&aips2 {
+       bootph-pre-ram;
+};
+
+&ecspi1 {
+       bootph-pre-ram;
+};
+
+&gpio3 {
+       bootph-pre-ram;
+};
+
+&m25p80 {
+       bootph-pre-ram;
+};
+
+&pinctrl_ecspi1 {
+       bootph-pre-ram;
+};
+
+&pinctrl_i2c1 {
+       bootph-pre-ram;
+};
+
+&pinctrl_usdhc3 {
+       bootph-pre-ram;
+};
+
+&usdhc3 {
+       bootph-pre-ram;
+};
index cb3f68e859b853746134ed4c57644af088d01e8d..af72ac77a7988a14d51aae40e1a1a461dba3bc60 100644 (file)
@@ -8,3 +8,7 @@
 /* SOC specific U-Boot DT adjustments */
 
 #include "imx6qdl-tqma6-u-boot.dtsi"
+
+&i2c1 {
+       bootph-pre-ram;
+};
index cb3f68e859b853746134ed4c57644af088d01e8d..8ae7f2900f379e19d73f5e36f3a0b95a60d1a0c3 100644 (file)
@@ -8,3 +8,11 @@
 /* SOC specific U-Boot DT adjustments */
 
 #include "imx6qdl-tqma6-u-boot.dtsi"
+
+&i2c3 {
+       bootph-pre-ram;
+};
+
+&pinctrl_i2c3 {
+       bootph-pre-ram;
+};