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>
这个提交包含在:
@@ -17,27 +17,27 @@
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
|
||||
mpss@08000000 {
|
||||
mpss@8000000 {
|
||||
reg = <0x08000000 0x5100000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
mba@00d100000 {
|
||||
mba@d100000 {
|
||||
reg = <0x0d100000 0x100000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
reserved@0d200000 {
|
||||
reserved@d200000 {
|
||||
reg = <0x0d200000 0xa00000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
adsp_region: adsp@0dc00000 {
|
||||
adsp_region: adsp@dc00000 {
|
||||
reg = <0x0dc00000 0x1900000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
venus@0f500000 {
|
||||
venus@f500000 {
|
||||
reg = <0x0f500000 0x500000>;
|
||||
no-map;
|
||||
};
|
||||
@@ -47,17 +47,17 @@
|
||||
no-map;
|
||||
};
|
||||
|
||||
tz@0fc00000 {
|
||||
tz@fc00000 {
|
||||
reg = <0x0fc00000 0x160000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
rfsa@0fd60000 {
|
||||
rfsa@fd60000 {
|
||||
reg = <0x0fd60000 0x20000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
rmtfs@0fd80000 {
|
||||
rmtfs@fd80000 {
|
||||
reg = <0x0fd80000 0x180000>;
|
||||
no-map;
|
||||
};
|
||||
|
在新工单中引用
屏蔽一个用户