mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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>
This commit is contained in:
parent
60d5a1a47b
commit
3fa30ae9ff
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user