This series is fixing boot issue for STM32MP235F-DK and STM32MP257F-DK boards. STM32MP235F-DK: - Update syscon compatible list in STM32 syscon driver - Temporarily fix watchdog arm,smc-id value - Add txbyteclk to avoid error during clock registration.
STM32MP257F-DK: - Add STM32MP257F-DK-U-Boot file - Temporarily fix watchdog arm,smc-id value Patrice Chotard (5): ARM: dts: Add stm32mp257f-dk-u-boot.dtsi ARM: dts: Fix "arm,smc-id" value for stm32mp23-u-boot.dtsi ARM: dts: Fix "arm,smc-id" value for stm32mp25-u-boot.dtsi ARM: dts: Add txbyteclk clock in stm32mp235f-dk-u-boot.dtsi stm32mp: Add stm32mp23 support for syscon driver arch/arm/dts/stm32mp23-u-boot.dtsi | 5 +++++ arch/arm/dts/stm32mp235f-dk-u-boot.dtsi | 8 ++++++++ arch/arm/dts/stm32mp25-u-boot.dtsi | 5 +++++ arch/arm/dts/stm32mp257f-dk-u-boot.dtsi | 26 +++++++++++++++++++++++++ arch/arm/mach-stm32mp/syscon.c | 1 + 5 files changed, 45 insertions(+) create mode 100644 arch/arm/dts/stm32mp257f-dk-u-boot.dtsi -- 2.43.0 base-commit: 22859b2fb25cb5c6cccc48a7dda49a05e9276e12 branch: upstream_stm32mp2x-dk_board_fixes

