diff options
author | Sameer Pujar <[email protected]> | 2021-12-23 17:23:50 +0530 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2022-01-01 16:46:25 +0100 |
commit | 6088ddfb6d8f004184a55857b6c64d8cf5f9a8d8 (patch) | |
tree | b7847e7bc1c747978b7a29618f86195d62580875 | |
parent | d278dc9151a034674b31ffeda24cdfb0073570f3 (diff) |
dt-bindings: sound: tegra: Add minItems for resets
Tegra194 HDA has only two resets unlike the previous generations of
Tegra SoCs. To take care of this set minItems field to two.
Signed-off-by: Sameer Pujar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml index b55775e21de6..2c913aa44fee 100644 --- a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml +++ b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml @@ -50,9 +50,11 @@ properties: - const: hda2codec_2x resets: + minItems: 2 maxItems: 3 reset-names: + minItems: 2 items: - const: hda - const: hda2hdmi |