Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: dt-bindings: fsl,mqs: make gpr optional for SM-based SoCs

For SM-based SoCs (i.e. MX95, MX943), GPR configuration is performed by
the SM coprocessor. Thus, GPR is transparent to the software and does not
need to be described in the devicetree. Make it optional.

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
Link: https://patch.msgid.link/20260126145537.2301-2-laurentiumihalcea111@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Laurentiu Mihalcea and committed by
Mark Brown
f80bee70 233ccfe9

+10 -2
+10 -2
Documentation/devicetree/bindings/sound/fsl,mqs.yaml
··· 68 68 compatible: 69 69 contains: 70 70 enum: 71 + - fsl,imx6sx-mqs 72 + - fsl,imx93-mqs 73 + then: 74 + required: 75 + - gpr 76 + - if: 77 + properties: 78 + compatible: 79 + contains: 80 + enum: 71 81 - fsl,imx8qm-mqs 72 82 - fsl,imx8qxp-mqs 73 83 then: ··· 101 91 clock-names: 102 92 items: 103 93 - const: mclk 104 - required: 105 - - gpr 106 94 107 95 unevaluatedProperties: false 108 96