Commit b36bf721 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

ASoC: dt-bindings: adi,adau17x1: fix indentation and example

Fix errors in binding indentation and example:

  adi,adau17x1.yaml:8:2: [warning] wrong indentation: expected 2 but found 1 (indentation)
  adi,adau17x1.example.dts:29.3-30.1 syntax error

Fixes: 87771c94 ("ASoC: dt-bindings: adi,adau17x1: Convert to DT schema")
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230317092900.16770-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent ef51cd1e
...@@ -4,8 +4,7 @@ ...@@ -4,8 +4,7 @@
$id: http://devicetree.org/schemas/sound/adi,adau17x1.yaml# $id: http://devicetree.org/schemas/sound/adi,adau17x1.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml#
title: title: Analog Devices ADAU1361/ADAU1461/ADAU1761/ADAU1961/ADAU1381/ADAU1781 Codec
Analog Devices ADAU1361/ADAU1461/ADAU1761/ADAU1961/ADAU1381/ADAU1781 Codec
maintainers: maintainers:
- Lars-Peter Clausen <lars@metafoo.de> - Lars-Peter Clausen <lars@metafoo.de>
...@@ -50,3 +49,4 @@ examples: ...@@ -50,3 +49,4 @@ examples:
clock-names = "mclk"; clock-names = "mclk";
clocks = <&audio_clock>; clocks = <&audio_clock>;
}; };
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment