diff options
author | Marco Franchi <marco.franchi@nxp.com> | 2017-10-25 13:24:50 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-10-26 03:41:32 -0400 |
commit | 3fa30ae9ff4a29e677b4800036f755517a27dd9e (patch) | |
tree | ee7e6c1a4304e4ec709affaf3a03d7540d8f55ec | |
parent | 60d5a1a47b9a8381c08d2263b11ac9c757c87746 (diff) |
ASoC: sgtl5000: Remove leading zero from '@0a' notation
Improve the binding example by removing the leading 0 from '@0a' notation,
which fixes the following build warning:
Warning (unit_address_format): Node /sgtl5000@0a unit name should not have leading 0s
Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/sgtl5000.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.txt b/Documentation/devicetree/bindings/sound/sgtl5000.txt index 7a73a9d62015..060cb4a3b47e 100644 --- a/Documentation/devicetree/bindings/sound/sgtl5000.txt +++ b/Documentation/devicetree/bindings/sound/sgtl5000.txt | |||
@@ -37,7 +37,7 @@ VDDIO 1.8V 2.5V 3.3V | |||
37 | 37 | ||
38 | Example: | 38 | Example: |
39 | 39 | ||
40 | codec: sgtl5000@0a { | 40 | codec: sgtl5000@a { |
41 | compatible = "fsl,sgtl5000"; | 41 | compatible = "fsl,sgtl5000"; |
42 | reg = <0x0a>; | 42 | reg = <0x0a>; |
43 | clocks = <&clks 150>; | 43 | clocks = <&clks 150>; |