diff options
-rw-r--r-- | arch/arm/dts/imx8mp-toradex-smarc-dev-u-boot.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mp-toradex-smarc-dev-u-boot.dtsi b/arch/arm/dts/imx8mp-toradex-smarc-dev-u-boot.dtsi index ababa8ecbc9..e107a496726 100644 --- a/arch/arm/dts/imx8mp-toradex-smarc-dev-u-boot.dtsi +++ b/arch/arm/dts/imx8mp-toradex-smarc-dev-u-boot.dtsi @@ -9,6 +9,14 @@ }; }; +&gpio1 { + bootph-pre-ram; +}; + +&gpio5 { + bootph-pre-ram; +}; + &i2c1 { bootph-pre-ram; }; @@ -25,6 +33,10 @@ bootph-pre-ram; }; +&pinctrl_i2c1_gpio { + bootph-pre-ram; +}; + &pinctrl_pmic { bootph-pre-ram; }; |