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
@@ -54,7 +54,7 @@
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
firmware@02073000 {
|
||||
firmware@2073000 {
|
||||
compatible = "samsung,secure-firmware";
|
||||
reg = <0x02073000 0x1000>;
|
||||
};
|
||||
@@ -164,7 +164,7 @@
|
||||
samsung,i2c-max-bus-freq = <400000>;
|
||||
status = "okay";
|
||||
|
||||
usb3503: usb-hub@08 {
|
||||
usb3503: usb-hub@8 {
|
||||
compatible = "smsc,usb3503";
|
||||
reg = <0x08>;
|
||||
|
||||
@@ -178,7 +178,7 @@
|
||||
refclk-frequency = <24000000>;
|
||||
};
|
||||
|
||||
max77802: pmic@09 {
|
||||
max77802: pmic@9 {
|
||||
compatible = "maxim,max77802";
|
||||
reg = <0x9>;
|
||||
interrupt-parent = <&gpx0>;
|
||||
|
Reference in New Issue
Block a user