Unverified Commit e056cf43 authored by Nícolas F. R. A. Prado's avatar Nícolas F. R. A. Prado Committed by Mark Brown
Browse files

ASoC: dt-bindings: mediatek: mt8192: Add i2s-share properties



The Mediatek AFE PCM controller for MT8192 allows sharing of an I2S bus
between two busses. Add a pattern for these properties in the
dt-binding.

Signed-off-by: default avatarNícolas F. R. A. Prado <nfraprado@collabora.com>
Link: https://lore.kernel.org/r/20220429203039.2207848-2-nfraprado@collabora.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent cae640c5
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -54,6 +54,11 @@ properties:
      - const: aud_infra_clk
      - const: aud_infra_clk
      - const: aud_infra_26m_clk
      - const: aud_infra_26m_clk


patternProperties:
  "^i2s[0-35-9]-share$":
    description: Name of the I2S bus that is shared with this bus
    pattern: "^I2S[0-35-9]$"

required:
required:
  - compatible
  - compatible
  - interrupts
  - interrupts