Skip to content

Commit 26284ca

Browse files
Marco Franchibroonie
authored andcommitted
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 <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 2bd6bf0 commit 26284ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/devicetree/bindings/regulator/pfuze100.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Each regulator is defined using the standard binding for regulators.
2121

2222
Example 1: PFUZE100
2323

24-
pmic: pfuze100@08 {
24+
pmic: pfuze100@8 {
2525
compatible = "fsl,pfuze100";
2626
reg = <0x08>;
2727

@@ -122,7 +122,7 @@ Example 1: PFUZE100
122122

123123
Example 2: PFUZE200
124124

125-
pmic: pfuze200@08 {
125+
pmic: pfuze200@8 {
126126
compatible = "fsl,pfuze200";
127127
reg = <0x08>;
128128

@@ -216,7 +216,7 @@ Example 2: PFUZE200
216216

217217
Example 3: PFUZE3000
218218

219-
pmic: pfuze3000@08 {
219+
pmic: pfuze3000@8 {
220220
compatible = "fsl,pfuze3000";
221221
reg = <0x08>;
222222

0 commit comments

Comments
 (0)