[PATCH v2 4/6] dt-bindings: clock: imx8mp: Add syscon compatible

From: Daniel Baluta
Date: Mon Nov 25 2024 - 10:23:56 EST


imx8mp audiomix contains a set of registers used to control
the DSP.

The dsp will use this to acquire o reference to audiomix registers
and handle the registers to control the dsp.

Signed-off-by: Daniel Baluta <daniel.baluta@xxxxxxx>
---
Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml b/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
index 6588a17a7d9a..f368682f3633 100644
--- a/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
+++ b/Documentation/devicetree/bindings/clock/imx8mp-audiomix.yaml
@@ -15,7 +15,9 @@ description: |

properties:
compatible:
- const: fsl,imx8mp-audio-blk-ctrl
+ items:
+ - const: fsl,imx8mp-audio-blk-ctrl
+ - const: syscon

reg:
maxItems: 1
--
2.43.0