From: Marco Franchi Date: Wed, 25 Oct 2017 17:24:50 +0000 (-0200) Subject: ASoC: sgtl5000: Remove leading zero from '@0a' notation X-Git-Tag: v4.15-rc1~118^2~1^2~1^3~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3fa30ae9ff4a29e677b4800036f755517a27dd9e;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Mark Brown --- diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.txt b/Documentation/devicetree/bindings/sound/sgtl5000.txt index 7a73a9d62015e..060cb4a3b47e0 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 Example: -codec: sgtl5000@0a { +codec: sgtl5000@a { compatible = "fsl,sgtl5000"; reg = <0x0a>; clocks = <&clks 150>;