arm: dts: fix unit-address leading 0s
Fix dtc warnings for 'simple_bus_reg' due to leading 0s. Converted using the following command: perl -p -i -e 's/\@0+([0-9a-f])/\@$1/g' `find arch/arm/boot/dts -type -f -name '*.dts*' Dropped changes to ARM, Ltd. boards LED nodes and manually fixed up some occurrences of uppercase hex. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:

committed by
Arnd Bergmann

parent
59b630878d
commit
8dccafaa28
@@ -10,7 +10,7 @@
|
||||
reg = <0x10000000 0x200>;
|
||||
|
||||
/* Use core module LED to indicate CPU load */
|
||||
led@0c.0 {
|
||||
led@c.0 {
|
||||
compatible = "register-bit-led";
|
||||
offset = <0x0c>;
|
||||
mask = <0x01>;
|
||||
@@ -99,7 +99,7 @@
|
||||
compatible = "syscon", "simple-mfd";
|
||||
reg = <0x1a000000 0x10>;
|
||||
|
||||
led@04.0 {
|
||||
led@4.0 {
|
||||
compatible = "register-bit-led";
|
||||
offset = <0x04>;
|
||||
mask = <0x01>;
|
||||
@@ -107,21 +107,21 @@
|
||||
linux,default-trigger = "heartbeat";
|
||||
default-state = "on";
|
||||
};
|
||||
led@04.1 {
|
||||
led@4.1 {
|
||||
compatible = "register-bit-led";
|
||||
offset = <0x04>;
|
||||
mask = <0x02>;
|
||||
label = "integrator:yellow";
|
||||
default-state = "off";
|
||||
};
|
||||
led@04.2 {
|
||||
led@4.2 {
|
||||
compatible = "register-bit-led";
|
||||
offset = <0x04>;
|
||||
mask = <0x04>;
|
||||
label = "integrator:red";
|
||||
default-state = "off";
|
||||
};
|
||||
led@04.3 {
|
||||
led@4.3 {
|
||||
compatible = "register-bit-led";
|
||||
offset = <0x04>;
|
||||
mask = <0x08>;
|
||||
|
Reference in New Issue
Block a user