Unverified Commit 91049ec2 authored by Jihed Chaibi's avatar Jihed Chaibi Committed by Mark Brown
Browse files

ASoC: dt-bindings: stm32: Fix incorrect compatible string in stm32h7-sai match



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".

Fixes: 8509bb1f ("ASoC: dt-bindings: add stm32mp25 support for sai")
Signed-off-by: default avatarJihed Chaibi <jihed.chaibi.dev@gmail.com>
Reviewed-by: default avatarOlivier Moysan <olivier.moysan@foss.st.com>
Link: https://patch.msgid.link/20260321012011.125791-1-jihed.chaibi.dev@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 5a184f1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ allOf:
      properties:
        compatible:
          contains:
            const: st,stm32mph7-sai
            const: st,stm32h7-sai
    then:
      properties:
        clocks: