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

ASoC: dt-bindings: fsl: Reference common DAI

Merge series from Shengjiu Wang <shengjiu.wang@nxp.com>:

Reference common DAI properties for fsl,easrc and fsl,imx-asrc

+6 -2
+4 -1
Documentation/devicetree/bindings/sound/fsl,easrc.yaml
··· 80 80 - fsl,asrc-rate 81 81 - fsl,asrc-format 82 82 83 - additionalProperties: false 83 + allOf: 84 + - $ref: dai-common.yaml# 85 + 86 + unevaluatedProperties: false 84 87 85 88 examples: 86 89 - |
+2 -1
Documentation/devicetree/bindings/sound/fsl,imx-asrc.yaml
··· 120 120 - fsl,asrc-width 121 121 122 122 allOf: 123 + - $ref: dai-common.yaml# 123 124 - if: 124 125 properties: 125 126 compatible: ··· 146 145 required: 147 146 - power-domains 148 147 149 - additionalProperties: false 148 + unevaluatedProperties: false 150 149 151 150 examples: 152 151 - |