Re: [PATCH] ASoC: dt-bindings: stm32: Fix incorrect compatible string in stm32h7-sai match
From: Olivier MOYSAN
Date: Tue Mar 24 2026 - 08:54:49 EST
Hi,
On 3/23/26 14:47, Mark Brown wrote:
On Sat, Mar 21, 2026 at 02:20:11AM +0100, Jihed Chaibi wrote:
The conditional block that defines clock constraints for the stm32h7-sai
variant references "st,stm32mph7-sai", which does not match any compatible
string in the enum. As a result, clock validation for the h7 variant is
silently skipped. Correct the compatible string to "st,stm32h7-sai".
A web search for stm32mph7 appears to show stm32h7 as the correct part
number... ST people, any confirmation here? Are both valid?
The right part number is "st,stm32h7-sai" only.
So, the fix is valid. Thanks for it.
BRs
Olivier