Skip to content

Commit

Permalink
ASoC: pfuze100: Remove leading zero from '@08' notation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marco Franchi authored and Mark Brown committed Oct 26, 2017
1 parent 2bd6bf0 commit 26284ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/devicetree/bindings/regulator/pfuze100.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Each regulator is defined using the standard binding for regulators.

Example 1: PFUZE100

pmic: pfuze100@08 {
pmic: pfuze100@8 {
compatible = "fsl,pfuze100";
reg = <0x08>;

Expand Down Expand Up @@ -122,7 +122,7 @@ Example 1: PFUZE100

Example 2: PFUZE200

pmic: pfuze200@08 {
pmic: pfuze200@8 {
compatible = "fsl,pfuze200";
reg = <0x08>;

Expand Down Expand Up @@ -216,7 +216,7 @@ Example 2: PFUZE200

Example 3: PFUZE3000

pmic: pfuze3000@08 {
pmic: pfuze3000@8 {
compatible = "fsl,pfuze3000";
reg = <0x08>;

Expand Down

0 comments on commit 26284ca

Please sign in to comment.