diff options
| author | Max Merchel <[email protected]> | 2026-07-13 15:01:02 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-07-27 13:05:07 -0300 |
| commit | c644dec64af5182b8fbb142dbf62484f1583d5b1 (patch) | |
| tree | 60312a5a05bb50625adbee7baeba1b0e5af290c3 | |
| parent | 2484741fec39eece54824012e348c2bdbf9ff0f7 (diff) | |
ARM: dts: tqma6: add boot phase properties
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx6qdl-mba6-u-boot.dtsi | 32 | ||||
| -rw-r--r-- | arch/arm/dts/imx6qdl-tqma6-u-boot.dtsi | 36 | ||||
| -rw-r--r-- | arch/arm/dts/imx6qdl-tqma6a-u-boot.dtsi | 4 | ||||
| -rw-r--r-- | arch/arm/dts/imx6qdl-tqma6b-u-boot.dtsi | 8 |
4 files changed, 80 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-mba6-u-boot.dtsi b/arch/arm/dts/imx6qdl-mba6-u-boot.dtsi index 535fd0c5e48..22f67c6f966 100644 --- a/arch/arm/dts/imx6qdl-mba6-u-boot.dtsi +++ b/arch/arm/dts/imx6qdl-mba6-u-boot.dtsi @@ -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; +}; diff --git a/arch/arm/dts/imx6qdl-tqma6-u-boot.dtsi b/arch/arm/dts/imx6qdl-tqma6-u-boot.dtsi index 5b1a65583cf..b5269748058 100644 --- a/arch/arm/dts/imx6qdl-tqma6-u-boot.dtsi +++ b/arch/arm/dts/imx6qdl-tqma6-u-boot.dtsi @@ -16,3 +16,39 @@ 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; +}; diff --git a/arch/arm/dts/imx6qdl-tqma6a-u-boot.dtsi b/arch/arm/dts/imx6qdl-tqma6a-u-boot.dtsi index cb3f68e859b..af72ac77a79 100644 --- a/arch/arm/dts/imx6qdl-tqma6a-u-boot.dtsi +++ b/arch/arm/dts/imx6qdl-tqma6a-u-boot.dtsi @@ -8,3 +8,7 @@ /* SOC specific U-Boot DT adjustments */ #include "imx6qdl-tqma6-u-boot.dtsi" + +&i2c1 { + bootph-pre-ram; +}; diff --git a/arch/arm/dts/imx6qdl-tqma6b-u-boot.dtsi b/arch/arm/dts/imx6qdl-tqma6b-u-boot.dtsi index cb3f68e859b..8ae7f2900f3 100644 --- a/arch/arm/dts/imx6qdl-tqma6b-u-boot.dtsi +++ b/arch/arm/dts/imx6qdl-tqma6b-u-boot.dtsi @@ -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; +}; |
