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: mediatek: Simplify mediatek,clk-provider

"mediatek,clk-provider" property is a string, not an string array, thus
"items" is not really correct.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20250514105702.28622-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
0e4e9d75 5fb38782

+6 -8
+3 -4
Documentation/devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml
··· 96 96 mediatek,clk-provider: 97 97 $ref: /schemas/types.yaml#/definitions/string 98 98 description: Indicates dai-link clock master. 99 - items: 100 - enum: 101 - - cpu 102 - - codec 99 + enum: 100 + - cpu 101 + - codec 103 102 104 103 additionalProperties: false 105 104
+3 -4
Documentation/devicetree/bindings/sound/mt8186-mt6366-da7219-max98357.yaml
··· 124 124 mediatek,clk-provider: 125 125 $ref: /schemas/types.yaml#/definitions/string 126 126 description: Indicates dai-link clock master. 127 - items: 128 - enum: 129 - - cpu 130 - - codec 127 + enum: 128 + - cpu 129 + - codec 131 130 132 131 required: 133 132 - link-name