ASoC: dt-bindings: stm32: Ensure compatible pattern matches whole string
authorRob Herring (Arm) <robh@kernel.org>
Mon, 20 May 2024 22:27:05 +0000 (17:27 -0500)
committerMark Brown <broonie@kernel.org>
Tue, 21 May 2024 11:35:12 +0000 (12:35 +0100)
commit737ce4fb96206f999ddea7530145fc0e8abd5d31
tree4f8e1b5529b71d92b5fcf1600d501d107ee623d1
parentb195acf5266d2dee4067f89345c3e6b88d925311
ASoC: dt-bindings: stm32: Ensure compatible pattern matches whole string

The compatible pattern "st,stm32-sai-sub-[ab]" is missing starting and
ending anchors, so any prefix and/or suffix would still be valid.

This also fixes a warning on the example:

Documentation/devicetree/bindings/sound/st,stm32-sai.example.dtb: /example-0/sai@4400b000/audio-controller@4400b004: failed to match any schema with compatible: ['st,stm32-sai-sub-a']

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://msgid.link/r/20240520222705.1742367-1-robh@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/st,stm32-sai.yaml