]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ASoC: sgtl5000: Remove leading zero from '@0a' notation
authorMarco Franchi <marco.franchi@nxp.com>
Wed, 25 Oct 2017 17:24:50 +0000 (15:24 -0200)
committerMark Brown <broonie@kernel.org>
Thu, 26 Oct 2017 07:41:32 +0000 (09:41 +0200)
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>
Documentation/devicetree/bindings/sound/sgtl5000.txt

index 7a73a9d62015ecc600af3c3f1c69f001b180b410..060cb4a3b47e0c942268b43be8016464ec344b1e 100644 (file)
@@ -37,7 +37,7 @@ VDDIO         1.8V            2.5V            3.3V
 
 Example:
 
-codec: sgtl5000@0a {
+codec: sgtl5000@a {
        compatible = "fsl,sgtl5000";
        reg = <0x0a>;
        clocks = <&clks 150>;