diff options
| author | Marek Vasut <[email protected]> | 2025-10-23 23:46:05 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-17 10:44:20 -0600 |
| commit | 9853527d6c1d18d3ce592a8754c1f8f8bddfef18 (patch) | |
| tree | 814a65f71d96602c01a1f2413f3def1b196ff544 | |
| parent | 16da0356414a789dd910d4597ebc80b968aae03c (diff) | |
ARM: dts: stm32: Fix STM32MP15xx DHSOM boot breakage due to ETZPC
Switch etzpc bus to simple-bus to prevent breakage on non-TFA systems.
This fixes boot of every STM32MP15xx DHSOM device.
Fixes: ad3cdc677dda ("ARM: stm32mp: add ETZPC system bus driver for STM32MP1")
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
| -rw-r--r-- | arch/arm/dts/stm32mp15xx-dhsom-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp15xx-dhsom-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhsom-u-boot.dtsi index 386c605c07f..ed2629f379a 100644 --- a/arch/arm/dts/stm32mp15xx-dhsom-u-boot.dtsi +++ b/arch/arm/dts/stm32mp15xx-dhsom-u-boot.dtsi @@ -51,3 +51,7 @@ }; }; }; + +&etzpc { + compatible = "simple-bus"; +}; |
