Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: pfuze100: Remove leading zero from '@08' notation

Improve the binding example by removing the leading 0 from '@08' notation,
which fixes the following build warnings:

Warning (unit_address_format): Node /pfuze100@08 unit name should not have leading 0s
Warning (unit_address_format): Node /pfuze200@08 unit name should not have leading 0s
Warning (unit_address_format): Node /pfuze3000@08 unit name should not have leading 0s

Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Marco Franchi and committed by
Mark Brown
26284ca9 2bd6bf03

+3 -3
+3 -3
Documentation/devicetree/bindings/regulator/pfuze100.txt
··· 21 21 22 22 Example 1: PFUZE100 23 23 24 - pmic: pfuze100@08 { 24 + pmic: pfuze100@8 { 25 25 compatible = "fsl,pfuze100"; 26 26 reg = <0x08>; 27 27 ··· 122 122 123 123 Example 2: PFUZE200 124 124 125 - pmic: pfuze200@08 { 125 + pmic: pfuze200@8 { 126 126 compatible = "fsl,pfuze200"; 127 127 reg = <0x08>; 128 128 ··· 216 216 217 217 Example 3: PFUZE3000 218 218 219 - pmic: pfuze3000@08 { 219 + pmic: pfuze3000@8 { 220 220 compatible = "fsl,pfuze3000"; 221 221 reg = <0x08>; 222 222