On Sun, May 07, 2023 at 07:45:43PM +0200, Krzysztof Kozlowski wrote:
SC7180 Trogdor sound cards come with multiple audio amplifiers, so allow up to four of them to fix dtbs_check warnings like:
sc7180-trogdor-homestar-r3.dtb: sound: dai-link@1:codec:sound-dai: [[275], [276], [277], [278]] is too long
Signed-off-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org
Given Rob is on leave & the sender of this patch... Acked-by: Conor Dooley conor.dooley@microchip.com
Thanks, Conor.
.../devicetree/bindings/sound/google,sc7180-trogdor.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/sound/google,sc7180-trogdor.yaml b/Documentation/devicetree/bindings/sound/google,sc7180-trogdor.yaml index 67ccddd44489..666a95ac22c8 100644 --- a/Documentation/devicetree/bindings/sound/google,sc7180-trogdor.yaml +++ b/Documentation/devicetree/bindings/sound/google,sc7180-trogdor.yaml @@ -74,7 +74,8 @@ patternProperties:
properties: sound-dai:
maxItems: 1
minItems: 1
maxItems: 4
required: - link-name
-- 2.34.1