diff options
-rw-r--r-- | arch/arm/dts/stm32mp13-u-boot.dtsi | 4 | ||||
-rw-r--r-- | arch/arm/dts/stm32mp15-u-boot.dtsi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp13-u-boot.dtsi b/arch/arm/dts/stm32mp13-u-boot.dtsi index af7edc7e2b2..1fe6966781c 100644 --- a/arch/arm/dts/stm32mp13-u-boot.dtsi +++ b/arch/arm/dts/stm32mp13-u-boot.dtsi @@ -48,6 +48,10 @@ bootph-all; }; +&etzpc { + bootph-all; +}; + &gpioa { bootph-all; }; diff --git a/arch/arm/dts/stm32mp15-u-boot.dtsi b/arch/arm/dts/stm32mp15-u-boot.dtsi index 3f57bd5fe0f..327d7760436 100644 --- a/arch/arm/dts/stm32mp15-u-boot.dtsi +++ b/arch/arm/dts/stm32mp15-u-boot.dtsi @@ -106,6 +106,10 @@ operating-points-v2 = <&cpu0_opp_table>; }; +&etzpc { + bootph-all; +}; + &gpioa { bootph-all; }; |