aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSongjun Wu <songjun.wu@linux.intel.com>2018-09-24 06:27:50 -0400
committerPaul Burton <paul.burton@mips.com>2018-10-16 02:11:15 -0400
commit965f22bc425298b619c5463e8af49aa98f744462 (patch)
tree686232cf6dc1bcb9b78c2d0f9db44cb7bc7491d8
parent0e557a3e061399820f15c92f5ac62b6d0000e84b (diff)
MIPS: dts: Change upper case to lower case
All the upper case in unit-address and hex constants are changed to lower case according to the DT conventions. Signed-off-by: Songjun Wu <songjun.wu@linux.intel.com> Signed-off-by: Paul Burton <paul.burton@mips.com> Reviewed-by: Rob Herring <robh@kernel.org> Patchwork: https://patchwork.linux-mips.org/patch/20768/ Cc: yixin.zhu@linux.intel.com Cc: chuanhua.lei@linux.intel.com Cc: hauke.mehrtens@intel.com Cc: devicetree@vger.kernel.org Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Philippe Ombredanne <pombredanne@nexb.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: Kate Stewart <kstewart@linuxfoundation.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/boot/dts/lantiq/danube.dtsi42
-rw-r--r--arch/mips/boot/dts/lantiq/easy50712.dts14
2 files changed, 28 insertions, 28 deletions
diff --git a/arch/mips/boot/dts/lantiq/danube.dtsi b/arch/mips/boot/dts/lantiq/danube.dtsi
index 2dd950181f8a..510be63c8bdf 100644
--- a/arch/mips/boot/dts/lantiq/danube.dtsi
+++ b/arch/mips/boot/dts/lantiq/danube.dtsi
@@ -10,12 +10,12 @@
10 }; 10 };
11 }; 11 };
12 12
13 biu@1F800000 { 13 biu@1f800000 {
14 #address-cells = <1>; 14 #address-cells = <1>;
15 #size-cells = <1>; 15 #size-cells = <1>;
16 compatible = "lantiq,biu", "simple-bus"; 16 compatible = "lantiq,biu", "simple-bus";
17 reg = <0x1F800000 0x800000>; 17 reg = <0x1f800000 0x800000>;
18 ranges = <0x0 0x1F800000 0x7FFFFF>; 18 ranges = <0x0 0x1f800000 0x7fffff>;
19 19
20 icu0: icu@80200 { 20 icu0: icu@80200 {
21 #interrupt-cells = <1>; 21 #interrupt-cells = <1>;
@@ -24,18 +24,18 @@
24 reg = <0x80200 0x120>; 24 reg = <0x80200 0x120>;
25 }; 25 };
26 26
27 watchdog@803F0 { 27 watchdog@803f0 {
28 compatible = "lantiq,wdt"; 28 compatible = "lantiq,wdt";
29 reg = <0x803F0 0x10>; 29 reg = <0x803f0 0x10>;
30 }; 30 };
31 }; 31 };
32 32
33 sram@1F000000 { 33 sram@1f000000 {
34 #address-cells = <1>; 34 #address-cells = <1>;
35 #size-cells = <1>; 35 #size-cells = <1>;
36 compatible = "lantiq,sram"; 36 compatible = "lantiq,sram";
37 reg = <0x1F000000 0x800000>; 37 reg = <0x1f000000 0x800000>;
38 ranges = <0x0 0x1F000000 0x7FFFFF>; 38 ranges = <0x0 0x1f000000 0x7fffff>;
39 39
40 eiu0: eiu@101000 { 40 eiu0: eiu@101000 {
41 #interrupt-cells = <1>; 41 #interrupt-cells = <1>;
@@ -66,41 +66,41 @@
66 #address-cells = <1>; 66 #address-cells = <1>;
67 #size-cells = <1>; 67 #size-cells = <1>;
68 compatible = "lantiq,fpi", "simple-bus"; 68 compatible = "lantiq,fpi", "simple-bus";
69 ranges = <0x0 0x10000000 0xEEFFFFF>; 69 ranges = <0x0 0x10000000 0xeefffff>;
70 reg = <0x10000000 0xEF00000>; 70 reg = <0x10000000 0xef00000>;
71 71
72 gptu@E100A00 { 72 gptu@e100a00 {
73 compatible = "lantiq,gptu-xway"; 73 compatible = "lantiq,gptu-xway";
74 reg = <0xE100A00 0x100>; 74 reg = <0xe100a00 0x100>;
75 }; 75 };
76 76
77 serial@E100C00 { 77 serial@e100c00 {
78 compatible = "lantiq,asc"; 78 compatible = "lantiq,asc";
79 reg = <0xE100C00 0x400>; 79 reg = <0xe100c00 0x400>;
80 interrupt-parent = <&icu0>; 80 interrupt-parent = <&icu0>;
81 interrupts = <112 113 114>; 81 interrupts = <112 113 114>;
82 }; 82 };
83 83
84 dma0: dma@E104100 { 84 dma0: dma@e104100 {
85 compatible = "lantiq,dma-xway"; 85 compatible = "lantiq,dma-xway";
86 reg = <0xE104100 0x800>; 86 reg = <0xe104100 0x800>;
87 }; 87 };
88 88
89 ebu0: ebu@E105300 { 89 ebu0: ebu@e105300 {
90 compatible = "lantiq,ebu-xway"; 90 compatible = "lantiq,ebu-xway";
91 reg = <0xE105300 0x100>; 91 reg = <0xe105300 0x100>;
92 }; 92 };
93 93
94 pci0: pci@E105400 { 94 pci0: pci@e105400 {
95 #address-cells = <3>; 95 #address-cells = <3>;
96 #size-cells = <2>; 96 #size-cells = <2>;
97 #interrupt-cells = <1>; 97 #interrupt-cells = <1>;
98 compatible = "lantiq,pci-xway"; 98 compatible = "lantiq,pci-xway";
99 bus-range = <0x0 0x0>; 99 bus-range = <0x0 0x0>;
100 ranges = <0x2000000 0 0x8000000 0x8000000 0 0x2000000 /* pci memory */ 100 ranges = <0x2000000 0 0x8000000 0x8000000 0 0x2000000 /* pci memory */
101 0x1000000 0 0x00000000 0xAE00000 0 0x200000>; /* io space */ 101 0x1000000 0 0x00000000 0xae00000 0 0x200000>; /* io space */
102 reg = <0x7000000 0x8000 /* config space */ 102 reg = <0x7000000 0x8000 /* config space */
103 0xE105400 0x400>; /* pci bridge */ 103 0xe105400 0x400>; /* pci bridge */
104 }; 104 };
105 }; 105 };
106}; 106};
diff --git a/arch/mips/boot/dts/lantiq/easy50712.dts b/arch/mips/boot/dts/lantiq/easy50712.dts
index c37a33962f28..1ce20b7d05cb 100644
--- a/arch/mips/boot/dts/lantiq/easy50712.dts
+++ b/arch/mips/boot/dts/lantiq/easy50712.dts
@@ -52,14 +52,14 @@
52 }; 52 };
53 }; 53 };
54 54
55 gpio: pinmux@E100B10 { 55 gpio: pinmux@e100b10 {
56 compatible = "lantiq,danube-pinctrl"; 56 compatible = "lantiq,danube-pinctrl";
57 pinctrl-names = "default"; 57 pinctrl-names = "default";
58 pinctrl-0 = <&state_default>; 58 pinctrl-0 = <&state_default>;
59 59
60 #gpio-cells = <2>; 60 #gpio-cells = <2>;
61 gpio-controller; 61 gpio-controller;
62 reg = <0xE100B10 0xA0>; 62 reg = <0xe100b10 0xa0>;
63 63
64 state_default: pinmux { 64 state_default: pinmux {
65 stp { 65 stp {
@@ -82,26 +82,26 @@
82 }; 82 };
83 }; 83 };
84 84
85 etop@E180000 { 85 etop@e180000 {
86 compatible = "lantiq,etop-xway"; 86 compatible = "lantiq,etop-xway";
87 reg = <0xE180000 0x40000>; 87 reg = <0xe180000 0x40000>;
88 interrupt-parent = <&icu0>; 88 interrupt-parent = <&icu0>;
89 interrupts = <73 78>; 89 interrupts = <73 78>;
90 phy-mode = "rmii"; 90 phy-mode = "rmii";
91 mac-address = [ 00 11 22 33 44 55 ]; 91 mac-address = [ 00 11 22 33 44 55 ];
92 }; 92 };
93 93
94 stp0: stp@E100BB0 { 94 stp0: stp@e100bb0 {
95 #gpio-cells = <2>; 95 #gpio-cells = <2>;
96 compatible = "lantiq,gpio-stp-xway"; 96 compatible = "lantiq,gpio-stp-xway";
97 gpio-controller; 97 gpio-controller;
98 reg = <0xE100BB0 0x40>; 98 reg = <0xe100bb0 0x40>;
99 99
100 lantiq,shadow = <0xfff>; 100 lantiq,shadow = <0xfff>;
101 lantiq,groups = <0x3>; 101 lantiq,groups = <0x3>;
102 }; 102 };
103 103
104 pci@E105400 { 104 pci@e105400 {
105 lantiq,bus-clock = <33333333>; 105 lantiq,bus-clock = <33333333>;
106 interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 106 interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
107 interrupt-map = < 107 interrupt-map = <