diff options
author | 2024-10-29 02:33:12 +0500 | |
---|---|---|
committer | 2024-10-29 12:46:31 +0000 | |
commit | cc8475a07cf34891bf11a63025659d3537b638ef (patch) | |
tree | 978f955516150337a652e98f0d14222421bbc77c | |
parent | ASoC: dapm: fix bounds checker error in dapm_widget_list_create (diff) | |
download | wireguard-linux-cc8475a07cf34891bf11a63025659d3537b638ef.tar.xz wireguard-linux-cc8475a07cf34891bf11a63025659d3537b638ef.zip |
ASoC: dt-bindings: rockchip,rk3308-codec: add port property
Fix DTB warnings when rk3308-codec used with audio-graph-card by
documenting port property:
codec@ff560000: 'port' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Dmitry Yashin <dmt.yashin@gmail.com>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Link: https://patch.msgid.link/20241028213314.476776-2-dmt.yashin@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/sound/rockchip,rk3308-codec.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/rockchip,rk3308-codec.yaml b/Documentation/devicetree/bindings/sound/rockchip,rk3308-codec.yaml index ecf3d7d968c8..2cf229a076f0 100644 --- a/Documentation/devicetree/bindings/sound/rockchip,rk3308-codec.yaml +++ b/Documentation/devicetree/bindings/sound/rockchip,rk3308-codec.yaml @@ -48,6 +48,10 @@ properties: - const: mclk_rx - const: hclk + port: + $ref: audio-graph-port.yaml# + unevaluatedProperties: false + resets: maxItems: 1 |