Re: [PATCH] arm64: dts: st: add sai support on stm32mp251

From: Alexandre TORGUE
Date: Mon Dec 09 2024 - 11:17:22 EST


Hi Olivier

On 11/13/24 10:20, Olivier Moysan wrote:
Add SAI support to STM32MP25 SoC family.

Signed-off-by: Olivier Moysan <olivier.moysan@xxxxxxxxxxx>
---
arch/arm64/boot/dts/st/stm32mp251.dtsi | 136 +++++++++++++++++++++++++
1 file changed, 136 insertions(+)

diff --git a/arch/arm64/boot/dts/st/stm32mp251.dtsi b/arch/arm64/boot/dts/st/stm32mp251.dtsi
index 6fe12e3bd7dd..e9db486b988a 100644
--- a/arch/arm64/boot/dts/st/stm32mp251.dtsi
+++ b/arch/arm64/boot/dts/st/stm32mp251.dtsi
@@ -484,6 +484,108 @@ spi5: spi@40280000 {
status = "disabled";
};


Applied on stm32-next.

Cheers!
Alex