Skip to content
Snippets Groups Projects
Commit 48c926cd authored by Marco Franchi's avatar Marco Franchi Committed by Rob Herring
Browse files

dt-bindings: Remove leading zeros from bindings notation


Improve the binding example by removing all the leading zeros to fix the
following dtc warnings:

Warning (unit_address_format): Node /XXX unit name should not have leading 0s

Converted using the following command:

perl -p -i -e 's/\@0+([0-9a-f])/\@$1/g' `find ./Documentation/devicetree/bindings "*.txt"`

Some unnecessary changes were manually fixed.

Signed-off-by: default avatarMarco Franchi <marco.franchi@nxp.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent efb5b43a
No related branches found
No related tags found
No related merge requests found
Showing
with 31 additions and 31 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment