ARM: dts: stm32: Fix STM32MP15xx DHSOM boot breakage due to ETZPC
authorMarek Vasut <marek.vasut@mailbox.org>
Thu, 23 Oct 2025 21:46:05 +0000 (23:46 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 17 Nov 2025 16:44:20 +0000 (10:44 -0600)
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 <marek.vasut@mailbox.org>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/dts/stm32mp15xx-dhsom-u-boot.dtsi

index 386c605..ed2629f 100644 (file)
@@ -51,3 +51,7 @@
                };
        };
 };
+
+&etzpc {
+       compatible = "simple-bus";
+};