diff options
author | Mohan Kumar <[email protected]> | 2022-02-16 14:52:39 +0530 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2022-02-24 19:11:07 +0100 |
commit | d978ab1a7b7a334634e60ed2467e657ca13b76d6 (patch) | |
tree | 26e51cf375edbbb5ec1b13e3ef7cc606bc2666c4 | |
parent | 07d743902a1205d54d93c0637c22575811014431 (diff) |
dt-bindings: Document Tegra234 HDA support
Update binding document for HDA support on Tegra234 chip.
Tegra234 has max of 2 clocks and 2 resets which requires to add
minItems and maxItems for clocks and resets as Tegra chips can
now have minimum of 2 and maximum of 3 clocks and reset support.
Signed-off-by: Mohan Kumar <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml index 2c913aa44fee..12c31b4b99e1 100644 --- a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml +++ b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml @@ -23,6 +23,7 @@ properties: - const: nvidia,tegra30-hda - items: - enum: + - nvidia,tegra234-hda - nvidia,tegra194-hda - nvidia,tegra186-hda - nvidia,tegra210-hda @@ -41,9 +42,11 @@ properties: maxItems: 1 clocks: + minItems: 2 maxItems: 3 clock-names: + minItems: 2 items: - const: hda - const: hda2hdmi |