summaryrefslogtreecommitdiffstats
path: root/arch/arc/boot/dts/axc001.dtsi
diff options
context:
space:
mode:
authorAlexey Brodkin2019-01-24 13:17:03 +0100
committerVineet Gupta2019-02-25 17:52:16 +0100
commitef4c54c340de47bf167b326f7560c1cc3751d154 (patch)
tree94d16a58bf72a9686ea45b795ceeeb0b5014346f /arch/arc/boot/dts/axc001.dtsi
parentLinux 5.0-rc8 (diff)
downloadkernel-qcow2-linux-ef4c54c340de47bf167b326f7560c1cc3751d154.tar.gz
kernel-qcow2-linux-ef4c54c340de47bf167b326f7560c1cc3751d154.tar.xz
kernel-qcow2-linux-ef4c54c340de47bf167b326f7560c1cc3751d154.zip
ARC: DTB: [scripted] fix node name and address spelling
1. Remove "0x" prefix from unit-address of node names ----------------------->8------------------------ sed -i 's/@0x/@/g' arch/arc/boot/dts/*.dts* ----------------------->8------------------------ 2. Make all hex addresses lowercase: ----------------------->8------------------------ sed -i 's/@\([0-9A-Za-z]*\)/@\L\1/g' arch/arc/boot/dts/*.dts* sed -i 's/0x\([0-9A-Za-z]*\)/0x\L\1/g' arch/arc/boot/dts/*.dts* ----------------------->8------------------------ Inspired by [1] and the like. [1] http://kisskb.ellerman.id.au/kisskb/buildresult/13612017/ Reviewed-by: Rob Herring <robh+dt@kernel.org> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/boot/dts/axc001.dtsi')
-rw-r--r--arch/arc/boot/dts/axc001.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arc/boot/dts/axc001.dtsi b/arch/arc/boot/dts/axc001.dtsi
index fdc266504ada..37be3bf03ad6 100644
--- a/arch/arc/boot/dts/axc001.dtsi
+++ b/arch/arc/boot/dts/axc001.dtsi
@@ -41,7 +41,7 @@
* this GPIO block ORs all interrupts on CPU card (creg,..)
* to uplink only 1 IRQ to ARC core intc
*/
- dw-apb-gpio@0x2000 {
+ dw-apb-gpio@2000 {
compatible = "snps,dw-apb-gpio";
reg = < 0x2000 0x80 >;
#address-cells = <1>;
@@ -60,7 +60,7 @@
};
};
- debug_uart: dw-apb-uart@0x5000 {
+ debug_uart: dw-apb-uart@5000 {
compatible = "snps,dw-apb-uart";
reg = <0x5000 0x100>;
clock-frequency = <33333000>;
@@ -88,7 +88,7 @@
* avoid duplicating the MB dtsi file given that IRQ from
* this intc to cpu intc are different for axs101 and axs103
*/
- mb_intc: dw-apb-ictl@0xe0012000 {
+ mb_intc: dw-apb-ictl@e0012000 {
#interrupt-cells = <1>;
compatible = "snps,dw-apb-ictl";
reg = < 0x0 0xe0012000 0x0 0x200 >;