From e50de21fd7ce54d34a461d5f5ba6331271be57fb Mon Sep 17 00:00:00 2001 From: Chancel Liu Date: Mon, 2 Feb 2026 19:56:22 +0900 Subject: [PATCH] ASoC: dt-bindings: fsl_rpmsg: Add compatible string for i.MX952 Add compatible string "fsl,imx952-rpmsg-audio" for i.MX952 platform, which is backward compatible with i.MX95. Set it to fall back to "fsl,imx95-rpmsg-audio". Signed-off-by: Chancel Liu Link: https://patch.msgid.link/20260202105622.39772-3-chancel.liu@nxp.com Signed-off-by: Mark Brown --- Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml b/Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml index 48cd5fbeb8af..3a32f7517d0c 100644 --- a/Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml +++ b/Documentation/devicetree/bindings/sound/fsl,rpmsg.yaml @@ -34,6 +34,7 @@ properties: - items: - enum: - fsl,imx94-rpmsg-audio + - fsl,imx952-rpmsg-audio - const: fsl,imx95-rpmsg-audio clocks: -- 2.47.3