aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2017-12-14 15:54:30 -0500
committerKrzysztof Kozlowski <krzk@kernel.org>2017-12-18 12:15:51 -0500
commit3be1ecf291df8191f5ea395d363acc8fa029b5fd (patch)
treeb27159211426466cff08ddd5bd25024db9c0b029
parent9dc314f69ec8dc07f7f41ce01a50c67d720ae163 (diff)
ARM: dts: exynos: Use lower case hex addresses in node unit addresses
Convert all hex addresses in node unit addresses to lower case to fix warnings like: arch/arm/boot/dts/exynos5422-odroidhc1.dtb: Warning (simple_bus_reg): Node /soc/nocp@10CA1000 simple-bus unit address format error, expected "10ca1000" Conversion was done using sed: $ sed -e 's/@\([a-zA-Z0-9_-]*\) {/@\L\1 {/' -i arch/arm/boot/dts/exynos*.dts* Suggested-by: Rob Herring <robh@kernel.org> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-rw-r--r--arch/arm/boot/dts/exynos3250.dtsi34
-rw-r--r--arch/arm/boot/dts/exynos4.dtsi56
-rw-r--r--arch/arm/boot/dts/exynos4210.dtsi8
-rw-r--r--arch/arm/boot/dts/exynos4412-pinctrl.dtsi2
-rw-r--r--arch/arm/boot/dts/exynos4412.dtsi22
-rw-r--r--arch/arm/boot/dts/exynos5.dtsi22
-rw-r--r--arch/arm/boot/dts/exynos5250.dtsi66
-rw-r--r--arch/arm/boot/dts/exynos5260.dtsi26
-rw-r--r--arch/arm/boot/dts/exynos5420.dtsi44
-rw-r--r--arch/arm/boot/dts/exynos5440.dtsi14
10 files changed, 147 insertions, 147 deletions
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index 2bd3872221a1..8d47571b3984 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -164,31 +164,31 @@
164 syscon = <&pmu_system_controller>; 164 syscon = <&pmu_system_controller>;
165 }; 165 };
166 166
167 pd_cam: cam-power-domain@10023C00 { 167 pd_cam: cam-power-domain@10023c00 {
168 compatible = "samsung,exynos4210-pd"; 168 compatible = "samsung,exynos4210-pd";
169 reg = <0x10023C00 0x20>; 169 reg = <0x10023C00 0x20>;
170 #power-domain-cells = <0>; 170 #power-domain-cells = <0>;
171 }; 171 };
172 172
173 pd_mfc: mfc-power-domain@10023C40 { 173 pd_mfc: mfc-power-domain@10023c40 {
174 compatible = "samsung,exynos4210-pd"; 174 compatible = "samsung,exynos4210-pd";
175 reg = <0x10023C40 0x20>; 175 reg = <0x10023C40 0x20>;
176 #power-domain-cells = <0>; 176 #power-domain-cells = <0>;
177 }; 177 };
178 178
179 pd_g3d: g3d-power-domain@10023C60 { 179 pd_g3d: g3d-power-domain@10023c60 {
180 compatible = "samsung,exynos4210-pd"; 180 compatible = "samsung,exynos4210-pd";
181 reg = <0x10023C60 0x20>; 181 reg = <0x10023C60 0x20>;
182 #power-domain-cells = <0>; 182 #power-domain-cells = <0>;
183 }; 183 };
184 184
185 pd_lcd0: lcd0-power-domain@10023C80 { 185 pd_lcd0: lcd0-power-domain@10023c80 {
186 compatible = "samsung,exynos4210-pd"; 186 compatible = "samsung,exynos4210-pd";
187 reg = <0x10023C80 0x20>; 187 reg = <0x10023C80 0x20>;
188 #power-domain-cells = <0>; 188 #power-domain-cells = <0>;
189 }; 189 };
190 190
191 pd_isp: isp-power-domain@10023CA0 { 191 pd_isp: isp-power-domain@10023ca0 {
192 compatible = "samsung,exynos4210-pd"; 192 compatible = "samsung,exynos4210-pd";
193 reg = <0x10023CA0 0x20>; 193 reg = <0x10023CA0 0x20>;
194 #power-domain-cells = <0>; 194 #power-domain-cells = <0>;
@@ -204,7 +204,7 @@
204 <&cmu CLK_FIN_PLL>; 204 <&cmu CLK_FIN_PLL>;
205 }; 205 };
206 206
207 cmu_dmc: clock-controller@105C0000 { 207 cmu_dmc: clock-controller@105c0000 {
208 compatible = "samsung,exynos3250-cmu-dmc"; 208 compatible = "samsung,exynos3250-cmu-dmc";
209 reg = <0x105C0000 0x2000>; 209 reg = <0x105C0000 0x2000>;
210 #clock-cells = <1>; 210 #clock-cells = <1>;
@@ -219,7 +219,7 @@
219 status = "disabled"; 219 status = "disabled";
220 }; 220 };
221 221
222 tmu: tmu@100C0000 { 222 tmu: tmu@100c0000 {
223 compatible = "samsung,exynos3250-tmu"; 223 compatible = "samsung,exynos3250-tmu";
224 reg = <0x100C0000 0x100>; 224 reg = <0x100C0000 0x100>;
225 interrupts = <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>; 225 interrupts = <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>;
@@ -287,7 +287,7 @@
287 status = "disabled"; 287 status = "disabled";
288 }; 288 };
289 289
290 sysmmu_jpeg: sysmmu@11A60000 { 290 sysmmu_jpeg: sysmmu@11a60000 {
291 compatible = "samsung,exynos-sysmmu"; 291 compatible = "samsung,exynos-sysmmu";
292 reg = <0x11a60000 0x1000>; 292 reg = <0x11a60000 0x1000>;
293 interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>, 293 interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>,
@@ -313,7 +313,7 @@
313 status = "disabled"; 313 status = "disabled";
314 }; 314 };
315 315
316 dsi_0: dsi@11C80000 { 316 dsi_0: dsi@11c80000 {
317 compatible = "samsung,exynos3250-mipi-dsi"; 317 compatible = "samsung,exynos3250-mipi-dsi";
318 reg = <0x11C80000 0x10000>; 318 reg = <0x11C80000 0x10000>;
319 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; 319 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
@@ -328,7 +328,7 @@
328 status = "disabled"; 328 status = "disabled";
329 }; 329 };
330 330
331 sysmmu_fimd0: sysmmu@11E20000 { 331 sysmmu_fimd0: sysmmu@11e20000 {
332 compatible = "samsung,exynos-sysmmu"; 332 compatible = "samsung,exynos-sysmmu";
333 reg = <0x11e20000 0x1000>; 333 reg = <0x11e20000 0x1000>;
334 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>, 334 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>,
@@ -386,7 +386,7 @@
386 status = "disabled"; 386 status = "disabled";
387 }; 387 };
388 388
389 exynos_usbphy: exynos-usbphy@125B0000 { 389 exynos_usbphy: exynos-usbphy@125b0000 {
390 compatible = "samsung,exynos3250-usb2-phy"; 390 compatible = "samsung,exynos3250-usb2-phy";
391 reg = <0x125B0000 0x100>; 391 reg = <0x125B0000 0x100>;
392 samsung,pmureg-phandle = <&pmu_system_controller>; 392 samsung,pmureg-phandle = <&pmu_system_controller>;
@@ -425,7 +425,7 @@
425 }; 425 };
426 }; 426 };
427 427
428 adc: adc@126C0000 { 428 adc: adc@126c0000 {
429 compatible = "samsung,exynos3250-adc", 429 compatible = "samsung,exynos3250-adc",
430 "samsung,exynos-adc-v2"; 430 "samsung,exynos-adc-v2";
431 reg = <0x126C0000 0x100>; 431 reg = <0x126C0000 0x100>;
@@ -544,7 +544,7 @@
544 status = "disabled"; 544 status = "disabled";
545 }; 545 };
546 546
547 i2c_4: i2c@138A0000 { 547 i2c_4: i2c@138a0000 {
548 #address-cells = <1>; 548 #address-cells = <1>;
549 #size-cells = <0>; 549 #size-cells = <0>;
550 compatible = "samsung,s3c2440-i2c"; 550 compatible = "samsung,s3c2440-i2c";
@@ -557,7 +557,7 @@
557 status = "disabled"; 557 status = "disabled";
558 }; 558 };
559 559
560 i2c_5: i2c@138B0000 { 560 i2c_5: i2c@138b0000 {
561 #address-cells = <1>; 561 #address-cells = <1>;
562 #size-cells = <0>; 562 #size-cells = <0>;
563 compatible = "samsung,s3c2440-i2c"; 563 compatible = "samsung,s3c2440-i2c";
@@ -570,7 +570,7 @@
570 status = "disabled"; 570 status = "disabled";
571 }; 571 };
572 572
573 i2c_6: i2c@138C0000 { 573 i2c_6: i2c@138c0000 {
574 #address-cells = <1>; 574 #address-cells = <1>;
575 #size-cells = <0>; 575 #size-cells = <0>;
576 compatible = "samsung,s3c2440-i2c"; 576 compatible = "samsung,s3c2440-i2c";
@@ -583,7 +583,7 @@
583 status = "disabled"; 583 status = "disabled";
584 }; 584 };
585 585
586 i2c_7: i2c@138D0000 { 586 i2c_7: i2c@138d0000 {
587 #address-cells = <1>; 587 #address-cells = <1>;
588 #size-cells = <0>; 588 #size-cells = <0>;
589 compatible = "samsung,s3c2440-i2c"; 589 compatible = "samsung,s3c2440-i2c";
@@ -641,7 +641,7 @@
641 status = "disabled"; 641 status = "disabled";
642 }; 642 };
643 643
644 pwm: pwm@139D0000 { 644 pwm: pwm@139d0000 {
645 compatible = "samsung,exynos4210-pwm"; 645 compatible = "samsung,exynos4210-pwm";
646 reg = <0x139D0000 0x1000>; 646 reg = <0x139D0000 0x1000>;
647 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, 647 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 2db6cfe5d908..f44aa383f626 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -101,28 +101,28 @@
101 syscon = <&pmu_system_controller>; 101 syscon = <&pmu_system_controller>;
102 }; 102 };
103 103
104 pd_mfc: mfc-power-domain@10023C40 { 104 pd_mfc: mfc-power-domain@10023c40 {
105 compatible = "samsung,exynos4210-pd"; 105 compatible = "samsung,exynos4210-pd";
106 reg = <0x10023C40 0x20>; 106 reg = <0x10023C40 0x20>;
107 #power-domain-cells = <0>; 107 #power-domain-cells = <0>;
108 label = "MFC"; 108 label = "MFC";
109 }; 109 };
110 110
111 pd_g3d: g3d-power-domain@10023C60 { 111 pd_g3d: g3d-power-domain@10023c60 {
112 compatible = "samsung,exynos4210-pd"; 112 compatible = "samsung,exynos4210-pd";
113 reg = <0x10023C60 0x20>; 113 reg = <0x10023C60 0x20>;
114 #power-domain-cells = <0>; 114 #power-domain-cells = <0>;
115 label = "G3D"; 115 label = "G3D";
116 }; 116 };
117 117
118 pd_lcd0: lcd0-power-domain@10023C80 { 118 pd_lcd0: lcd0-power-domain@10023c80 {
119 compatible = "samsung,exynos4210-pd"; 119 compatible = "samsung,exynos4210-pd";
120 reg = <0x10023C80 0x20>; 120 reg = <0x10023C80 0x20>;
121 #power-domain-cells = <0>; 121 #power-domain-cells = <0>;
122 label = "LCD0"; 122 label = "LCD0";
123 }; 123 };
124 124
125 pd_tv: tv-power-domain@10023C20 { 125 pd_tv: tv-power-domain@10023c20 {
126 compatible = "samsung,exynos4210-pd"; 126 compatible = "samsung,exynos4210-pd";
127 reg = <0x10023C20 0x20>; 127 reg = <0x10023C20 0x20>;
128 #power-domain-cells = <0>; 128 #power-domain-cells = <0>;
@@ -130,21 +130,21 @@
130 label = "TV"; 130 label = "TV";
131 }; 131 };
132 132
133 pd_cam: cam-power-domain@10023C00 { 133 pd_cam: cam-power-domain@10023c00 {
134 compatible = "samsung,exynos4210-pd"; 134 compatible = "samsung,exynos4210-pd";
135 reg = <0x10023C00 0x20>; 135 reg = <0x10023C00 0x20>;
136 #power-domain-cells = <0>; 136 #power-domain-cells = <0>;
137 label = "CAM"; 137 label = "CAM";
138 }; 138 };
139 139
140 pd_gps: gps-power-domain@10023CE0 { 140 pd_gps: gps-power-domain@10023ce0 {
141 compatible = "samsung,exynos4210-pd"; 141 compatible = "samsung,exynos4210-pd";
142 reg = <0x10023CE0 0x20>; 142 reg = <0x10023CE0 0x20>;
143 #power-domain-cells = <0>; 143 #power-domain-cells = <0>;
144 label = "GPS"; 144 label = "GPS";
145 }; 145 };
146 146
147 pd_gps_alive: gps-alive-power-domain@10023D00 { 147 pd_gps_alive: gps-alive-power-domain@10023d00 {
148 compatible = "samsung,exynos4210-pd"; 148 compatible = "samsung,exynos4210-pd";
149 reg = <0x10023D00 0x20>; 149 reg = <0x10023D00 0x20>;
150 #power-domain-cells = <0>; 150 #power-domain-cells = <0>;
@@ -184,7 +184,7 @@
184 interrupt-parent = <&gic>; 184 interrupt-parent = <&gic>;
185 }; 185 };
186 186
187 dsi_0: dsi@11C80000 { 187 dsi_0: dsi@11c80000 {
188 compatible = "samsung,exynos4210-mipi-dsi"; 188 compatible = "samsung,exynos4210-mipi-dsi";
189 reg = <0x11C80000 0x10000>; 189 reg = <0x11C80000 0x10000>;
190 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>; 190 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
@@ -297,7 +297,7 @@
297 status = "disabled"; 297 status = "disabled";
298 }; 298 };
299 299
300 keypad: keypad@100A0000 { 300 keypad: keypad@100a0000 {
301 compatible = "samsung,s5pv210-keypad"; 301 compatible = "samsung,s5pv210-keypad";
302 reg = <0x100A0000 0x100>; 302 reg = <0x100A0000 0x100>;
303 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>; 303 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
@@ -342,7 +342,7 @@
342 status = "disabled"; 342 status = "disabled";
343 }; 343 };
344 344
345 exynos_usbphy: exynos-usbphy@125B0000 { 345 exynos_usbphy: exynos-usbphy@125b0000 {
346 compatible = "samsung,exynos4210-usb2-phy"; 346 compatible = "samsung,exynos4210-usb2-phy";
347 reg = <0x125B0000 0x100>; 347 reg = <0x125B0000 0x100>;
348 samsung,pmureg-phandle = <&pmu_system_controller>; 348 samsung,pmureg-phandle = <&pmu_system_controller>;
@@ -538,7 +538,7 @@
538 status = "disabled"; 538 status = "disabled";
539 }; 539 };
540 540
541 i2c_4: i2c@138A0000 { 541 i2c_4: i2c@138a0000 {
542 #address-cells = <1>; 542 #address-cells = <1>;
543 #size-cells = <0>; 543 #size-cells = <0>;
544 compatible = "samsung,s3c2440-i2c"; 544 compatible = "samsung,s3c2440-i2c";
@@ -551,7 +551,7 @@
551 status = "disabled"; 551 status = "disabled";
552 }; 552 };
553 553
554 i2c_5: i2c@138B0000 { 554 i2c_5: i2c@138b0000 {
555 #address-cells = <1>; 555 #address-cells = <1>;
556 #size-cells = <0>; 556 #size-cells = <0>;
557 compatible = "samsung,s3c2440-i2c"; 557 compatible = "samsung,s3c2440-i2c";
@@ -564,7 +564,7 @@
564 status = "disabled"; 564 status = "disabled";
565 }; 565 };
566 566
567 i2c_6: i2c@138C0000 { 567 i2c_6: i2c@138c0000 {
568 #address-cells = <1>; 568 #address-cells = <1>;
569 #size-cells = <0>; 569 #size-cells = <0>;
570 compatible = "samsung,s3c2440-i2c"; 570 compatible = "samsung,s3c2440-i2c";
@@ -577,7 +577,7 @@
577 status = "disabled"; 577 status = "disabled";
578 }; 578 };
579 579
580 i2c_7: i2c@138D0000 { 580 i2c_7: i2c@138d0000 {
581 #address-cells = <1>; 581 #address-cells = <1>;
582 #size-cells = <0>; 582 #size-cells = <0>;
583 compatible = "samsung,s3c2440-i2c"; 583 compatible = "samsung,s3c2440-i2c";
@@ -590,7 +590,7 @@
590 status = "disabled"; 590 status = "disabled";
591 }; 591 };
592 592
593 i2c_8: i2c@138E0000 { 593 i2c_8: i2c@138e0000 {
594 #address-cells = <1>; 594 #address-cells = <1>;
595 #size-cells = <0>; 595 #size-cells = <0>;
596 compatible = "samsung,s3c2440-hdmiphy-i2c"; 596 compatible = "samsung,s3c2440-hdmiphy-i2c";
@@ -651,7 +651,7 @@
651 status = "disabled"; 651 status = "disabled";
652 }; 652 };
653 653
654 pwm: pwm@139D0000 { 654 pwm: pwm@139d0000 {
655 compatible = "samsung,exynos4210-pwm"; 655 compatible = "samsung,exynos4210-pwm";
656 reg = <0x139D0000 0x1000>; 656 reg = <0x139D0000 0x1000>;
657 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>, 657 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>,
@@ -720,7 +720,7 @@
720 status = "disabled"; 720 status = "disabled";
721 }; 721 };
722 722
723 tmu: tmu@100C0000 { 723 tmu: tmu@100c0000 {
724 #include "exynos4412-tmu-sensor-conf.dtsi" 724 #include "exynos4412-tmu-sensor-conf.dtsi"
725 }; 725 };
726 726
@@ -743,7 +743,7 @@
743 iommus = <&sysmmu_rotator>; 743 iommus = <&sysmmu_rotator>;
744 }; 744 };
745 745
746 hdmi: hdmi@12D00000 { 746 hdmi: hdmi@12d00000 {
747 compatible = "samsung,exynos4210-hdmi"; 747 compatible = "samsung,exynos4210-hdmi";
748 reg = <0x12D00000 0x70000>; 748 reg = <0x12D00000 0x70000>;
749 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>; 749 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
@@ -759,7 +759,7 @@
759 status = "disabled"; 759 status = "disabled";
760 }; 760 };
761 761
762 hdmicec: cec@100B0000 { 762 hdmicec: cec@100b0000 {
763 compatible = "samsung,s5p-cec"; 763 compatible = "samsung,s5p-cec";
764 reg = <0x100B0000 0x200>; 764 reg = <0x100B0000 0x200>;
765 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>; 765 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
@@ -772,7 +772,7 @@
772 status = "disabled"; 772 status = "disabled";
773 }; 773 };
774 774
775 mixer: mixer@12C10000 { 775 mixer: mixer@12c10000 {
776 compatible = "samsung,exynos4210-mixer"; 776 compatible = "samsung,exynos4210-mixer";
777 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>; 777 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
778 reg = <0x12C10000 0x2100>, <0x12c00000 0x300>; 778 reg = <0x12C10000 0x2100>, <0x12c00000 0x300>;
@@ -911,7 +911,7 @@
911 #iommu-cells = <0>; 911 #iommu-cells = <0>;
912 }; 912 };
913 913
914 sysmmu_tv: sysmmu@12E20000 { 914 sysmmu_tv: sysmmu@12e20000 {
915 compatible = "samsung,exynos-sysmmu"; 915 compatible = "samsung,exynos-sysmmu";
916 reg = <0x12E20000 0x1000>; 916 reg = <0x12E20000 0x1000>;
917 interrupt-parent = <&combiner>; 917 interrupt-parent = <&combiner>;
@@ -922,7 +922,7 @@
922 #iommu-cells = <0>; 922 #iommu-cells = <0>;
923 }; 923 };
924 924
925 sysmmu_fimc0: sysmmu@11A20000 { 925 sysmmu_fimc0: sysmmu@11a20000 {
926 compatible = "samsung,exynos-sysmmu"; 926 compatible = "samsung,exynos-sysmmu";
927 reg = <0x11A20000 0x1000>; 927 reg = <0x11A20000 0x1000>;
928 interrupt-parent = <&combiner>; 928 interrupt-parent = <&combiner>;
@@ -933,7 +933,7 @@
933 #iommu-cells = <0>; 933 #iommu-cells = <0>;
934 }; 934 };
935 935
936 sysmmu_fimc1: sysmmu@11A30000 { 936 sysmmu_fimc1: sysmmu@11a30000 {
937 compatible = "samsung,exynos-sysmmu"; 937 compatible = "samsung,exynos-sysmmu";
938 reg = <0x11A30000 0x1000>; 938 reg = <0x11A30000 0x1000>;
939 interrupt-parent = <&combiner>; 939 interrupt-parent = <&combiner>;
@@ -944,7 +944,7 @@
944 #iommu-cells = <0>; 944 #iommu-cells = <0>;
945 }; 945 };
946 946
947 sysmmu_fimc2: sysmmu@11A40000 { 947 sysmmu_fimc2: sysmmu@11a40000 {
948 compatible = "samsung,exynos-sysmmu"; 948 compatible = "samsung,exynos-sysmmu";
949 reg = <0x11A40000 0x1000>; 949 reg = <0x11A40000 0x1000>;
950 interrupt-parent = <&combiner>; 950 interrupt-parent = <&combiner>;
@@ -955,7 +955,7 @@
955 #iommu-cells = <0>; 955 #iommu-cells = <0>;
956 }; 956 };
957 957
958 sysmmu_fimc3: sysmmu@11A50000 { 958 sysmmu_fimc3: sysmmu@11a50000 {
959 compatible = "samsung,exynos-sysmmu"; 959 compatible = "samsung,exynos-sysmmu";
960 reg = <0x11A50000 0x1000>; 960 reg = <0x11A50000 0x1000>;
961 interrupt-parent = <&combiner>; 961 interrupt-parent = <&combiner>;
@@ -966,7 +966,7 @@
966 #iommu-cells = <0>; 966 #iommu-cells = <0>;
967 }; 967 };
968 968
969 sysmmu_jpeg: sysmmu@11A60000 { 969 sysmmu_jpeg: sysmmu@11a60000 {
970 compatible = "samsung,exynos-sysmmu"; 970 compatible = "samsung,exynos-sysmmu";
971 reg = <0x11A60000 0x1000>; 971 reg = <0x11A60000 0x1000>;
972 interrupt-parent = <&combiner>; 972 interrupt-parent = <&combiner>;
@@ -977,7 +977,7 @@
977 #iommu-cells = <0>; 977 #iommu-cells = <0>;
978 }; 978 };
979 979
980 sysmmu_rotator: sysmmu@12A30000 { 980 sysmmu_rotator: sysmmu@12a30000 {
981 compatible = "samsung,exynos-sysmmu"; 981 compatible = "samsung,exynos-sysmmu";
982 reg = <0x12A30000 0x1000>; 982 reg = <0x12A30000 0x1000>;
983 interrupt-parent = <&combiner>; 983 interrupt-parent = <&combiner>;
@@ -987,7 +987,7 @@
987 #iommu-cells = <0>; 987 #iommu-cells = <0>;
988 }; 988 };
989 989
990 sysmmu_fimd0: sysmmu@11E20000 { 990 sysmmu_fimd0: sysmmu@11e20000 {
991 compatible = "samsung,exynos-sysmmu"; 991 compatible = "samsung,exynos-sysmmu";
992 reg = <0x11E20000 0x1000>; 992 reg = <0x11E20000 0x1000>;
993 interrupt-parent = <&combiner>; 993 interrupt-parent = <&combiner>;
diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
index 03dd61f64809..ce161ad1215d 100644
--- a/arch/arm/boot/dts/exynos4210.dtsi
+++ b/arch/arm/boot/dts/exynos4210.dtsi
@@ -82,7 +82,7 @@
82 }; 82 };
83 }; 83 };
84 84
85 pd_lcd1: lcd1-power-domain@10023CA0 { 85 pd_lcd1: lcd1-power-domain@10023ca0 {
86 compatible = "samsung,exynos4210-pd"; 86 compatible = "samsung,exynos4210-pd";
87 reg = <0x10023CA0 0x20>; 87 reg = <0x10023CA0 0x20>;
88 #power-domain-cells = <0>; 88 #power-domain-cells = <0>;
@@ -156,7 +156,7 @@
156 reg = <0x03860000 0x1000>; 156 reg = <0x03860000 0x1000>;
157 }; 157 };
158 158
159 tmu: tmu@100C0000 { 159 tmu: tmu@100c0000 {
160 compatible = "samsung,exynos4210-tmu"; 160 compatible = "samsung,exynos4210-tmu";
161 interrupt-parent = <&combiner>; 161 interrupt-parent = <&combiner>;
162 reg = <0x100C0000 0x100>; 162 reg = <0x100C0000 0x100>;
@@ -229,7 +229,7 @@
229 }; 229 };
230 }; 230 };
231 231
232 mixer: mixer@12C10000 { 232 mixer: mixer@12c10000 {
233 clock-names = "mixer", "hdmi", "sclk_hdmi", "vp", "mout_mixer", 233 clock-names = "mixer", "hdmi", "sclk_hdmi", "vp", "mout_mixer",
234 "sclk_mixer"; 234 "sclk_mixer";
235 clocks = <&clock CLK_MIXER>, <&clock CLK_HDMI>, 235 clocks = <&clock CLK_MIXER>, <&clock CLK_HDMI>,
@@ -245,7 +245,7 @@
245 status = "disabled"; 245 status = "disabled";
246 }; 246 };
247 247
248 sysmmu_g2d: sysmmu@12A20000 { 248 sysmmu_g2d: sysmmu@12a20000 {
249 compatible = "samsung,exynos-sysmmu"; 249 compatible = "samsung,exynos-sysmmu";
250 reg = <0x12A20000 0x1000>; 250 reg = <0x12A20000 0x1000>;
251 interrupt-parent = <&combiner>; 251 interrupt-parent = <&combiner>;
diff --git a/arch/arm/boot/dts/exynos4412-pinctrl.dtsi b/arch/arm/boot/dts/exynos4412-pinctrl.dtsi
index 4eebd4721a5f..ef7b89d3db9e 100644
--- a/arch/arm/boot/dts/exynos4412-pinctrl.dtsi
+++ b/arch/arm/boot/dts/exynos4412-pinctrl.dtsi
@@ -925,7 +925,7 @@
925 }; 925 };
926 }; 926 };
927 927
928 pinctrl_3: pinctrl@106E0000 { 928 pinctrl_3: pinctrl@106e0000 {
929 gpv0: gpv0 { 929 gpv0: gpv0 {
930 gpio-controller; 930 gpio-controller;
931 #gpio-cells = <2>; 931 #gpio-cells = <2>;
diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi
index 282525ac7554..cec5bef44bdb 100644
--- a/arch/arm/boot/dts/exynos4412.dtsi
+++ b/arch/arm/boot/dts/exynos4412.dtsi
@@ -38,7 +38,7 @@
38 #address-cells = <1>; 38 #address-cells = <1>;
39 #size-cells = <0>; 39 #size-cells = <0>;
40 40
41 cpu0: cpu@A00 { 41 cpu0: cpu@a00 {
42 device_type = "cpu"; 42 device_type = "cpu";
43 compatible = "arm,cortex-a9"; 43 compatible = "arm,cortex-a9";
44 reg = <0xA00>; 44 reg = <0xA00>;
@@ -50,21 +50,21 @@
50 #cooling-cells = <2>; /* min followed by max */ 50 #cooling-cells = <2>; /* min followed by max */
51 }; 51 };
52 52
53 cpu@A01 { 53 cpu@a01 {
54 device_type = "cpu"; 54 device_type = "cpu";
55 compatible = "arm,cortex-a9"; 55 compatible = "arm,cortex-a9";
56 reg = <0xA01>; 56 reg = <0xA01>;
57 operating-points-v2 = <&cpu0_opp_table>; 57 operating-points-v2 = <&cpu0_opp_table>;
58 }; 58 };
59 59
60 cpu@A02 { 60 cpu@a02 {
61 device_type = "cpu"; 61 device_type = "cpu";
62 compatible = "arm,cortex-a9"; 62 compatible = "arm,cortex-a9";
63 reg = <0xA02>; 63 reg = <0xA02>;
64 operating-points-v2 = <&cpu0_opp_table>; 64 operating-points-v2 = <&cpu0_opp_table>;
65 }; 65 };
66 66
67 cpu@A03 { 67 cpu@a03 {
68 device_type = "cpu"; 68 device_type = "cpu";
69 compatible = "arm,cortex-a9"; 69 compatible = "arm,cortex-a9";
70 reg = <0xA03>; 70 reg = <0xA03>;
@@ -168,7 +168,7 @@
168 }; 168 };
169 }; 169 };
170 170
171 pd_isp: isp-power-domain@10023CA0 { 171 pd_isp: isp-power-domain@10023ca0 {
172 compatible = "samsung,exynos4210-pd"; 172 compatible = "samsung,exynos4210-pd";
173 reg = <0x10023CA0 0x20>; 173 reg = <0x10023CA0 0x20>;
174 #power-domain-cells = <0>; 174 #power-domain-cells = <0>;
@@ -233,7 +233,7 @@
233 samsung,syscon-phandle = <&pmu_system_controller>; 233 samsung,syscon-phandle = <&pmu_system_controller>;
234 }; 234 };
235 235
236 adc: adc@126C0000 { 236 adc: adc@126c0000 {
237 compatible = "samsung,exynos-adc-v1"; 237 compatible = "samsung,exynos-adc-v1";
238 reg = <0x126C0000 0x100>; 238 reg = <0x126C0000 0x100>;
239 interrupt-parent = <&combiner>; 239 interrupt-parent = <&combiner>;
@@ -272,7 +272,7 @@
272 status = "disabled"; 272 status = "disabled";
273 }; 273 };
274 274
275 fimc_lite_1: fimc-lite@123A0000 { 275 fimc_lite_1: fimc-lite@123a0000 {
276 compatible = "samsung,exynos4212-fimc-lite"; 276 compatible = "samsung,exynos4212-fimc-lite";
277 reg = <0x123A0000 0x1000>; 277 reg = <0x123A0000 0x1000>;
278 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>; 278 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
@@ -385,7 +385,7 @@
385 #iommu-cells = <0>; 385 #iommu-cells = <0>;
386 }; 386 };
387 387
388 sysmmu_fimc_fd: sysmmu@122A0000 { 388 sysmmu_fimc_fd: sysmmu@122a0000 {
389 compatible = "samsung,exynos-sysmmu"; 389 compatible = "samsung,exynos-sysmmu";
390 reg = <0x122A0000 0x1000>; 390 reg = <0x122A0000 0x1000>;
391 interrupt-parent = <&combiner>; 391 interrupt-parent = <&combiner>;
@@ -396,7 +396,7 @@
396 #iommu-cells = <0>; 396 #iommu-cells = <0>;
397 }; 397 };
398 398
399 sysmmu_fimc_mcuctl: sysmmu@122B0000 { 399 sysmmu_fimc_mcuctl: sysmmu@122b0000 {
400 compatible = "samsung,exynos-sysmmu"; 400 compatible = "samsung,exynos-sysmmu";
401 reg = <0x122B0000 0x1000>; 401 reg = <0x122B0000 0x1000>;
402 interrupt-parent = <&combiner>; 402 interrupt-parent = <&combiner>;
@@ -407,7 +407,7 @@
407 #iommu-cells = <0>; 407 #iommu-cells = <0>;
408 }; 408 };
409 409
410 sysmmu_fimc_lite0: sysmmu@123B0000 { 410 sysmmu_fimc_lite0: sysmmu@123b0000 {
411 compatible = "samsung,exynos-sysmmu"; 411 compatible = "samsung,exynos-sysmmu";
412 reg = <0x123B0000 0x1000>; 412 reg = <0x123B0000 0x1000>;
413 interrupt-parent = <&combiner>; 413 interrupt-parent = <&combiner>;
@@ -419,7 +419,7 @@
419 #iommu-cells = <0>; 419 #iommu-cells = <0>;
420 }; 420 };
421 421
422 sysmmu_fimc_lite1: sysmmu@123C0000 { 422 sysmmu_fimc_lite1: sysmmu@123c0000 {
423 compatible = "samsung,exynos-sysmmu"; 423 compatible = "samsung,exynos-sysmmu";
424 reg = <0x123C0000 0x1000>; 424 reg = <0x123C0000 0x1000>;
425 interrupt-parent = <&combiner>; 425 interrupt-parent = <&combiner>;
diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch/arm/boot/dts/exynos5.dtsi
index b3c8428de389..1b1dd3850638 100644
--- a/arch/arm/boot/dts/exynos5.dtsi
+++ b/arch/arm/boot/dts/exynos5.dtsi
@@ -106,31 +106,31 @@
106 reg = <0x10050000 0x5000>; 106 reg = <0x10050000 0x5000>;
107 }; 107 };
108 108
109 serial_0: serial@12C00000 { 109 serial_0: serial@12c00000 {
110 compatible = "samsung,exynos4210-uart"; 110 compatible = "samsung,exynos4210-uart";
111 reg = <0x12C00000 0x100>; 111 reg = <0x12C00000 0x100>;
112 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>; 112 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
113 }; 113 };
114 114
115 serial_1: serial@12C10000 { 115 serial_1: serial@12c10000 {
116 compatible = "samsung,exynos4210-uart"; 116 compatible = "samsung,exynos4210-uart";
117 reg = <0x12C10000 0x100>; 117 reg = <0x12C10000 0x100>;
118 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>; 118 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
119 }; 119 };
120 120
121 serial_2: serial@12C20000 { 121 serial_2: serial@12c20000 {
122 compatible = "samsung,exynos4210-uart"; 122 compatible = "samsung,exynos4210-uart";
123 reg = <0x12C20000 0x100>; 123 reg = <0x12C20000 0x100>;
124 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>; 124 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
125 }; 125 };
126 126
127 serial_3: serial@12C30000 { 127 serial_3: serial@12c30000 {
128 compatible = "samsung,exynos4210-uart"; 128 compatible = "samsung,exynos4210-uart";
129 reg = <0x12C30000 0x100>; 129 reg = <0x12C30000 0x100>;
130 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>; 130 interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
131 }; 131 };
132 132
133 i2c_0: i2c@12C60000 { 133 i2c_0: i2c@12c60000 {
134 compatible = "samsung,s3c2440-i2c"; 134 compatible = "samsung,s3c2440-i2c";
135 reg = <0x12C60000 0x100>; 135 reg = <0x12C60000 0x100>;
136 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>; 136 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
@@ -140,7 +140,7 @@
140 status = "disabled"; 140 status = "disabled";
141 }; 141 };
142 142
143 i2c_1: i2c@12C70000 { 143 i2c_1: i2c@12c70000 {
144 compatible = "samsung,s3c2440-i2c"; 144 compatible = "samsung,s3c2440-i2c";
145 reg = <0x12C70000 0x100>; 145 reg = <0x12C70000 0x100>;
146 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>; 146 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
@@ -150,7 +150,7 @@
150 status = "disabled"; 150 status = "disabled";
151 }; 151 };
152 152
153 i2c_2: i2c@12C80000 { 153 i2c_2: i2c@12c80000 {
154 compatible = "samsung,s3c2440-i2c"; 154 compatible = "samsung,s3c2440-i2c";
155 reg = <0x12C80000 0x100>; 155 reg = <0x12C80000 0x100>;
156 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>; 156 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
@@ -160,7 +160,7 @@
160 status = "disabled"; 160 status = "disabled";
161 }; 161 };
162 162
163 i2c_3: i2c@12C90000 { 163 i2c_3: i2c@12c90000 {
164 compatible = "samsung,s3c2440-i2c"; 164 compatible = "samsung,s3c2440-i2c";
165 reg = <0x12C90000 0x100>; 165 reg = <0x12C90000 0x100>;
166 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>; 166 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
@@ -170,14 +170,14 @@
170 status = "disabled"; 170 status = "disabled";
171 }; 171 };
172 172
173 pwm: pwm@12DD0000 { 173 pwm: pwm@12dd0000 {
174 compatible = "samsung,exynos4210-pwm"; 174 compatible = "samsung,exynos4210-pwm";
175 reg = <0x12DD0000 0x100>; 175 reg = <0x12DD0000 0x100>;
176 samsung,pwm-outputs = <0>, <1>, <2>, <3>; 176 samsung,pwm-outputs = <0>, <1>, <2>, <3>;
177 #pwm-cells = <3>; 177 #pwm-cells = <3>;
178 }; 178 };
179 179
180 rtc: rtc@101E0000 { 180 rtc: rtc@101e0000 {
181 compatible = "samsung,s3c6410-rtc"; 181 compatible = "samsung,s3c6410-rtc";
182 reg = <0x101E0000 0x100>; 182 reg = <0x101E0000 0x100>;
183 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>, 183 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>,
@@ -195,7 +195,7 @@
195 status = "disabled"; 195 status = "disabled";
196 }; 196 };
197 197
198 dp: dp-controller@145B0000 { 198 dp: dp-controller@145b0000 {
199 compatible = "samsung,exynos5-dp"; 199 compatible = "samsung,exynos5-dp";
200 reg = <0x145B0000 0x1000>; 200 reg = <0x145B0000 0x1000>;
201 interrupts = <10 3>; 201 interrupts = <10 3>;
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index bdd742e3f3c3..571c89605a39 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -132,7 +132,7 @@
132 label = "G3D"; 132 label = "G3D";
133 }; 133 };
134 134
135 pd_disp1: power-domain@100440A0 { 135 pd_disp1: power-domain@100440a0 {
136 compatible = "samsung,exynos4210-pd"; 136 compatible = "samsung,exynos4210-pd";
137 reg = <0x100440A0 0x20>; 137 reg = <0x100440A0 0x20>;
138 #power-domain-cells = <0>; 138 #power-domain-cells = <0>;
@@ -143,7 +143,7 @@
143 clock-names = "oscclk", "clk0", "clk1"; 143 clock-names = "oscclk", "clk0", "clk1";
144 }; 144 };
145 145
146 pd_mau: power-domain@100440C0 { 146 pd_mau: power-domain@100440c0 {
147 compatible = "samsung,exynos4210-pd"; 147 compatible = "samsung,exynos4210-pd";
148 reg = <0x100440C0 0x20>; 148 reg = <0x100440C0 0x20>;
149 #power-domain-cells = <0>; 149 #power-domain-cells = <0>;
@@ -180,7 +180,7 @@
180 clock-frequency = <24000000>; 180 clock-frequency = <24000000>;
181 }; 181 };
182 182
183 mct@101C0000 { 183 mct@101c0000 {
184 compatible = "samsung,exynos4210-mct"; 184 compatible = "samsung,exynos4210-mct";
185 reg = <0x101C0000 0x800>; 185 reg = <0x101C0000 0x800>;
186 interrupt-controller; 186 interrupt-controller;
@@ -252,7 +252,7 @@
252 interrupt-parent = <&gic>; 252 interrupt-parent = <&gic>;
253 }; 253 };
254 254
255 watchdog@101D0000 { 255 watchdog@101d0000 {
256 compatible = "samsung,exynos5250-wdt"; 256 compatible = "samsung,exynos5250-wdt";
257 reg = <0x101D0000 0x100>; 257 reg = <0x101D0000 0x100>;
258 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>; 258 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
@@ -272,7 +272,7 @@
272 iommu-names = "left", "right"; 272 iommu-names = "left", "right";
273 }; 273 };
274 274
275 rotator: rotator@11C00000 { 275 rotator: rotator@11c00000 {
276 compatible = "samsung,exynos5250-rotator"; 276 compatible = "samsung,exynos5250-rotator";
277 reg = <0x11C00000 0x64>; 277 reg = <0x11C00000 0x64>;
278 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>; 278 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
@@ -290,7 +290,7 @@
290 #include "exynos4412-tmu-sensor-conf.dtsi" 290 #include "exynos4412-tmu-sensor-conf.dtsi"
291 }; 291 };
292 292
293 sata: sata@122F0000 { 293 sata: sata@122f0000 {
294 compatible = "snps,dwc-ahci"; 294 compatible = "snps,dwc-ahci";
295 samsung,sata-freq = <66>; 295 samsung,sata-freq = <66>;
296 reg = <0x122F0000 0x1ff>; 296 reg = <0x122F0000 0x1ff>;
@@ -313,7 +313,7 @@
313 }; 313 };
314 314
315 /* i2c_0-3 are defined in exynos5.dtsi */ 315 /* i2c_0-3 are defined in exynos5.dtsi */
316 i2c_4: i2c@12CA0000 { 316 i2c_4: i2c@12ca0000 {
317 compatible = "samsung,s3c2440-i2c"; 317 compatible = "samsung,s3c2440-i2c";
318 reg = <0x12CA0000 0x100>; 318 reg = <0x12CA0000 0x100>;
319 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>; 319 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
@@ -326,7 +326,7 @@
326 status = "disabled"; 326 status = "disabled";
327 }; 327 };
328 328
329 i2c_5: i2c@12CB0000 { 329 i2c_5: i2c@12cb0000 {
330 compatible = "samsung,s3c2440-i2c"; 330 compatible = "samsung,s3c2440-i2c";
331 reg = <0x12CB0000 0x100>; 331 reg = <0x12CB0000 0x100>;
332 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>; 332 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
@@ -339,7 +339,7 @@
339 status = "disabled"; 339 status = "disabled";
340 }; 340 };
341 341
342 i2c_6: i2c@12CC0000 { 342 i2c_6: i2c@12cc0000 {
343 compatible = "samsung,s3c2440-i2c"; 343 compatible = "samsung,s3c2440-i2c";
344 reg = <0x12CC0000 0x100>; 344 reg = <0x12CC0000 0x100>;
345 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>; 345 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
@@ -352,7 +352,7 @@
352 status = "disabled"; 352 status = "disabled";
353 }; 353 };
354 354
355 i2c_7: i2c@12CD0000 { 355 i2c_7: i2c@12cd0000 {
356 compatible = "samsung,s3c2440-i2c"; 356 compatible = "samsung,s3c2440-i2c";
357 reg = <0x12CD0000 0x100>; 357 reg = <0x12CD0000 0x100>;
358 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>; 358 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
@@ -365,7 +365,7 @@
365 status = "disabled"; 365 status = "disabled";
366 }; 366 };
367 367
368 i2c_8: i2c@12CE0000 { 368 i2c_8: i2c@12ce0000 {
369 compatible = "samsung,s3c2440-hdmiphy-i2c"; 369 compatible = "samsung,s3c2440-hdmiphy-i2c";
370 reg = <0x12CE0000 0x1000>; 370 reg = <0x12CE0000 0x1000>;
371 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>; 371 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
@@ -381,7 +381,7 @@
381 }; 381 };
382 }; 382 };
383 383
384 i2c_9: i2c@121D0000 { 384 i2c_9: i2c@121d0000 {
385 compatible = "samsung,exynos5-sata-phy-i2c"; 385 compatible = "samsung,exynos5-sata-phy-i2c";
386 reg = <0x121D0000 0x100>; 386 reg = <0x121D0000 0x100>;
387 #address-cells = <1>; 387 #address-cells = <1>;
@@ -505,7 +505,7 @@
505 power-domains = <&pd_mau>; 505 power-domains = <&pd_mau>;
506 }; 506 };
507 507
508 i2s1: i2s@12D60000 { 508 i2s1: i2s@12d60000 {
509 compatible = "samsung,s3c6410-i2s"; 509 compatible = "samsung,s3c6410-i2s";
510 status = "disabled"; 510 status = "disabled";
511 reg = <0x12D60000 0x100>; 511 reg = <0x12D60000 0x100>;
@@ -519,7 +519,7 @@
519 power-domains = <&pd_mau>; 519 power-domains = <&pd_mau>;
520 }; 520 };
521 521
522 i2s2: i2s@12D70000 { 522 i2s2: i2s@12d70000 {
523 compatible = "samsung,s3c6410-i2s"; 523 compatible = "samsung,s3c6410-i2s";
524 status = "disabled"; 524 status = "disabled";
525 reg = <0x12D70000 0x100>; 525 reg = <0x12D70000 0x100>;
@@ -606,7 +606,7 @@
606 interrupt-parent = <&gic>; 606 interrupt-parent = <&gic>;
607 ranges; 607 ranges;
608 608
609 pdma0: pdma@121A0000 { 609 pdma0: pdma@121a0000 {
610 compatible = "arm,pl330", "arm,primecell"; 610 compatible = "arm,pl330", "arm,primecell";
611 reg = <0x121A0000 0x1000>; 611 reg = <0x121A0000 0x1000>;
612 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; 612 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
@@ -617,7 +617,7 @@
617 #dma-requests = <32>; 617 #dma-requests = <32>;
618 }; 618 };
619 619
620 pdma1: pdma@121B0000 { 620 pdma1: pdma@121b0000 {
621 compatible = "arm,pl330", "arm,primecell"; 621 compatible = "arm,pl330", "arm,primecell";
622 reg = <0x121B0000 0x1000>; 622 reg = <0x121B0000 0x1000>;
623 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; 623 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
@@ -639,7 +639,7 @@
639 #dma-requests = <1>; 639 #dma-requests = <1>;
640 }; 640 };
641 641
642 mdma1: mdma@11C10000 { 642 mdma1: mdma@11c10000 {
643 compatible = "arm,pl330", "arm,primecell"; 643 compatible = "arm,pl330", "arm,primecell";
644 reg = <0x11C10000 0x1000>; 644 reg = <0x11C10000 0x1000>;
645 interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>; 645 interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;
@@ -706,7 +706,7 @@
706 status = "disabled"; 706 status = "disabled";
707 }; 707 };
708 708
709 hdmicec: cec@101B0000 { 709 hdmicec: cec@101b0000 {
710 compatible = "samsung,s5p-cec"; 710 compatible = "samsung,s5p-cec";
711 reg = <0x101B0000 0x200>; 711 reg = <0x101B0000 0x200>;
712 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>; 712 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
@@ -737,7 +737,7 @@
737 #phy-cells = <0>; 737 #phy-cells = <0>;
738 }; 738 };
739 739
740 adc: adc@12D10000 { 740 adc: adc@12d10000 {
741 compatible = "samsung,exynos-adc-v1"; 741 compatible = "samsung,exynos-adc-v1";
742 reg = <0x12D10000 0x100>; 742 reg = <0x12D10000 0x100>;
743 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>; 743 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
@@ -749,7 +749,7 @@
749 status = "disabled"; 749 status = "disabled";
750 }; 750 };
751 751
752 sysmmu_g2d: sysmmu@10A60000 { 752 sysmmu_g2d: sysmmu@10a60000 {
753 compatible = "samsung,exynos-sysmmu"; 753 compatible = "samsung,exynos-sysmmu";
754 reg = <0x10A60000 0x1000>; 754 reg = <0x10A60000 0x1000>;
755 interrupt-parent = <&combiner>; 755 interrupt-parent = <&combiner>;
@@ -781,7 +781,7 @@
781 #iommu-cells = <0>; 781 #iommu-cells = <0>;
782 }; 782 };
783 783
784 sysmmu_rotator: sysmmu@11D40000 { 784 sysmmu_rotator: sysmmu@11d40000 {
785 compatible = "samsung,exynos-sysmmu"; 785 compatible = "samsung,exynos-sysmmu";
786 reg = <0x11D40000 0x1000>; 786 reg = <0x11D40000 0x1000>;
787 interrupt-parent = <&combiner>; 787 interrupt-parent = <&combiner>;
@@ -791,7 +791,7 @@
791 #iommu-cells = <0>; 791 #iommu-cells = <0>;
792 }; 792 };
793 793
794 sysmmu_jpeg: sysmmu@11F20000 { 794 sysmmu_jpeg: sysmmu@11f20000 {
795 compatible = "samsung,exynos-sysmmu"; 795 compatible = "samsung,exynos-sysmmu";
796 reg = <0x11F20000 0x1000>; 796 reg = <0x11F20000 0x1000>;
797 interrupt-parent = <&combiner>; 797 interrupt-parent = <&combiner>;
@@ -822,7 +822,7 @@
822 #iommu-cells = <0>; 822 #iommu-cells = <0>;
823 }; 823 };
824 824
825 sysmmu_fimc_fd: sysmmu@132A0000 { 825 sysmmu_fimc_fd: sysmmu@132a0000 {
826 compatible = "samsung,exynos-sysmmu"; 826 compatible = "samsung,exynos-sysmmu";
827 reg = <0x132A0000 0x1000>; 827 reg = <0x132A0000 0x1000>;
828 interrupt-parent = <&combiner>; 828 interrupt-parent = <&combiner>;
@@ -852,7 +852,7 @@
852 #iommu-cells = <0>; 852 #iommu-cells = <0>;
853 }; 853 };
854 854
855 sysmmu_fimc_mcuctl: sysmmu@132B0000 { 855 sysmmu_fimc_mcuctl: sysmmu@132b0000 {
856 compatible = "samsung,exynos-sysmmu"; 856 compatible = "samsung,exynos-sysmmu";
857 reg = <0x132B0000 0x1000>; 857 reg = <0x132B0000 0x1000>;
858 interrupt-parent = <&combiner>; 858 interrupt-parent = <&combiner>;
@@ -862,7 +862,7 @@
862 #iommu-cells = <0>; 862 #iommu-cells = <0>;
863 }; 863 };
864 864
865 sysmmu_fimc_odc: sysmmu@132C0000 { 865 sysmmu_fimc_odc: sysmmu@132c0000 {
866 compatible = "samsung,exynos-sysmmu"; 866 compatible = "samsung,exynos-sysmmu";
867 reg = <0x132C0000 0x1000>; 867 reg = <0x132C0000 0x1000>;
868 interrupt-parent = <&combiner>; 868 interrupt-parent = <&combiner>;
@@ -872,7 +872,7 @@
872 #iommu-cells = <0>; 872 #iommu-cells = <0>;
873 }; 873 };
874 874
875 sysmmu_fimc_dis0: sysmmu@132D0000 { 875 sysmmu_fimc_dis0: sysmmu@132d0000 {
876 compatible = "samsung,exynos-sysmmu"; 876 compatible = "samsung,exynos-sysmmu";
877 reg = <0x132D0000 0x1000>; 877 reg = <0x132D0000 0x1000>;
878 interrupt-parent = <&combiner>; 878 interrupt-parent = <&combiner>;
@@ -892,7 +892,7 @@
892 #iommu-cells = <0>; 892 #iommu-cells = <0>;
893 }; 893 };
894 894
895 sysmmu_fimc_3dnr: sysmmu@132F0000 { 895 sysmmu_fimc_3dnr: sysmmu@132f0000 {
896 compatible = "samsung,exynos-sysmmu"; 896 compatible = "samsung,exynos-sysmmu";
897 reg = <0x132F0000 0x1000>; 897 reg = <0x132F0000 0x1000>;
898 interrupt-parent = <&combiner>; 898 interrupt-parent = <&combiner>;
@@ -902,7 +902,7 @@
902 #iommu-cells = <0>; 902 #iommu-cells = <0>;
903 }; 903 };
904 904
905 sysmmu_fimc_lite0: sysmmu@13C40000 { 905 sysmmu_fimc_lite0: sysmmu@13c40000 {
906 compatible = "samsung,exynos-sysmmu"; 906 compatible = "samsung,exynos-sysmmu";
907 reg = <0x13C40000 0x1000>; 907 reg = <0x13C40000 0x1000>;
908 interrupt-parent = <&combiner>; 908 interrupt-parent = <&combiner>;
@@ -913,7 +913,7 @@
913 #iommu-cells = <0>; 913 #iommu-cells = <0>;
914 }; 914 };
915 915
916 sysmmu_fimc_lite1: sysmmu@13C50000 { 916 sysmmu_fimc_lite1: sysmmu@13c50000 {
917 compatible = "samsung,exynos-sysmmu"; 917 compatible = "samsung,exynos-sysmmu";
918 reg = <0x13C50000 0x1000>; 918 reg = <0x13C50000 0x1000>;
919 interrupt-parent = <&combiner>; 919 interrupt-parent = <&combiner>;
@@ -924,7 +924,7 @@
924 #iommu-cells = <0>; 924 #iommu-cells = <0>;
925 }; 925 };
926 926
927 sysmmu_gsc0: sysmmu@13E80000 { 927 sysmmu_gsc0: sysmmu@13e80000 {
928 compatible = "samsung,exynos-sysmmu"; 928 compatible = "samsung,exynos-sysmmu";
929 reg = <0x13E80000 0x1000>; 929 reg = <0x13E80000 0x1000>;
930 interrupt-parent = <&combiner>; 930 interrupt-parent = <&combiner>;
@@ -935,7 +935,7 @@
935 #iommu-cells = <0>; 935 #iommu-cells = <0>;
936 }; 936 };
937 937
938 sysmmu_gsc1: sysmmu@13E90000 { 938 sysmmu_gsc1: sysmmu@13e90000 {
939 compatible = "samsung,exynos-sysmmu"; 939 compatible = "samsung,exynos-sysmmu";
940 reg = <0x13E90000 0x1000>; 940 reg = <0x13E90000 0x1000>;
941 interrupt-parent = <&combiner>; 941 interrupt-parent = <&combiner>;
@@ -946,7 +946,7 @@
946 #iommu-cells = <0>; 946 #iommu-cells = <0>;
947 }; 947 };
948 948
949 sysmmu_gsc2: sysmmu@13EA0000 { 949 sysmmu_gsc2: sysmmu@13ea0000 {
950 compatible = "samsung,exynos-sysmmu"; 950 compatible = "samsung,exynos-sysmmu";
951 reg = <0x13EA0000 0x1000>; 951 reg = <0x13EA0000 0x1000>;
952 interrupt-parent = <&combiner>; 952 interrupt-parent = <&combiner>;
@@ -957,7 +957,7 @@
957 #iommu-cells = <0>; 957 #iommu-cells = <0>;
958 }; 958 };
959 959
960 sysmmu_gsc3: sysmmu@13EB0000 { 960 sysmmu_gsc3: sysmmu@13eb0000 {
961 compatible = "samsung,exynos-sysmmu"; 961 compatible = "samsung,exynos-sysmmu";
962 reg = <0x13EB0000 0x1000>; 962 reg = <0x13EB0000 0x1000>;
963 interrupt-parent = <&combiner>; 963 interrupt-parent = <&combiner>;
diff --git a/arch/arm/boot/dts/exynos5260.dtsi b/arch/arm/boot/dts/exynos5260.dtsi
index 5e88c9645975..12c6b011576b 100644
--- a/arch/arm/boot/dts/exynos5260.dtsi
+++ b/arch/arm/boot/dts/exynos5260.dtsi
@@ -106,13 +106,13 @@
106 #clock-cells = <1>; 106 #clock-cells = <1>;
107 }; 107 };
108 108
109 clock_g2d: clock-controller@10A00000 { 109 clock_g2d: clock-controller@10a00000 {
110 compatible = "samsung,exynos5260-clock-g2d"; 110 compatible = "samsung,exynos5260-clock-g2d";
111 reg = <0x10A00000 0x10000>; 111 reg = <0x10A00000 0x10000>;
112 #clock-cells = <1>; 112 #clock-cells = <1>;
113 }; 113 };
114 114
115 clock_mif: clock-controller@10CE0000 { 115 clock_mif: clock-controller@10ce0000 {
116 compatible = "samsung,exynos5260-clock-mif"; 116 compatible = "samsung,exynos5260-clock-mif";
117 reg = <0x10CE0000 0x10000>; 117 reg = <0x10CE0000 0x10000>;
118 #clock-cells = <1>; 118 #clock-cells = <1>;
@@ -130,25 +130,25 @@
130 #clock-cells = <1>; 130 #clock-cells = <1>;
131 }; 131 };
132 132
133 clock_fsys: clock-controller@122E0000 { 133 clock_fsys: clock-controller@122e0000 {
134 compatible = "samsung,exynos5260-clock-fsys"; 134 compatible = "samsung,exynos5260-clock-fsys";
135 reg = <0x122E0000 0x10000>; 135 reg = <0x122E0000 0x10000>;
136 #clock-cells = <1>; 136 #clock-cells = <1>;
137 }; 137 };
138 138
139 clock_aud: clock-controller@128C0000 { 139 clock_aud: clock-controller@128c0000 {
140 compatible = "samsung,exynos5260-clock-aud"; 140 compatible = "samsung,exynos5260-clock-aud";
141 reg = <0x128C0000 0x10000>; 141 reg = <0x128C0000 0x10000>;
142 #clock-cells = <1>; 142 #clock-cells = <1>;
143 }; 143 };
144 144
145 clock_isp: clock-controller@133C0000 { 145 clock_isp: clock-controller@133c0000 {
146 compatible = "samsung,exynos5260-clock-isp"; 146 compatible = "samsung,exynos5260-clock-isp";
147 reg = <0x133C0000 0x10000>; 147 reg = <0x133C0000 0x10000>;
148 #clock-cells = <1>; 148 #clock-cells = <1>;
149 }; 149 };
150 150
151 clock_gscl: clock-controller@13F00000 { 151 clock_gscl: clock-controller@13f00000 {
152 compatible = "samsung,exynos5260-clock-gscl"; 152 compatible = "samsung,exynos5260-clock-gscl";
153 reg = <0x13F00000 0x10000>; 153 reg = <0x13F00000 0x10000>;
154 #clock-cells = <1>; 154 #clock-cells = <1>;
@@ -179,7 +179,7 @@
179 reg = <0x10000000 0x100>; 179 reg = <0x10000000 0x100>;
180 }; 180 };
181 181
182 mct: mct@100B0000 { 182 mct: mct@100b0000 {
183 compatible = "samsung,exynos4210-mct"; 183 compatible = "samsung,exynos4210-mct";
184 reg = <0x100B0000 0x1000>; 184 reg = <0x100B0000 0x1000>;
185 clocks = <&fin_pll>, <&clock_peri PERI_CLK_MCT>; 185 clocks = <&fin_pll>, <&clock_peri PERI_CLK_MCT>;
@@ -198,7 +198,7 @@
198 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>; 198 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>;
199 }; 199 };
200 200
201 cci: cci@10F00000 { 201 cci: cci@10f00000 {
202 compatible = "arm,cci-400"; 202 compatible = "arm,cci-400";
203 #address-cells = <1>; 203 #address-cells = <1>;
204 #size-cells = <1>; 204 #size-cells = <1>;
@@ -236,18 +236,18 @@
236 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>; 236 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>;
237 }; 237 };
238 238
239 pinctrl_2: pinctrl@128B0000 { 239 pinctrl_2: pinctrl@128b0000 {
240 compatible = "samsung,exynos5260-pinctrl"; 240 compatible = "samsung,exynos5260-pinctrl";
241 reg = <0x128B0000 0x1000>; 241 reg = <0x128B0000 0x1000>;
242 interrupts = <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>; 242 interrupts = <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>;
243 }; 243 };
244 244
245 pmu_system_controller: system-controller@10D50000 { 245 pmu_system_controller: system-controller@10d50000 {
246 compatible = "samsung,exynos5260-pmu", "syscon"; 246 compatible = "samsung,exynos5260-pmu", "syscon";
247 reg = <0x10D50000 0x10000>; 247 reg = <0x10D50000 0x10000>;
248 }; 248 };
249 249
250 uart0: serial@12C00000 { 250 uart0: serial@12c00000 {
251 compatible = "samsung,exynos4210-uart"; 251 compatible = "samsung,exynos4210-uart";
252 reg = <0x12C00000 0x100>; 252 reg = <0x12C00000 0x100>;
253 interrupts = <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>; 253 interrupts = <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>;
@@ -256,7 +256,7 @@
256 status = "disabled"; 256 status = "disabled";
257 }; 257 };
258 258
259 uart1: serial@12C10000 { 259 uart1: serial@12c10000 {
260 compatible = "samsung,exynos4210-uart"; 260 compatible = "samsung,exynos4210-uart";
261 reg = <0x12C10000 0x100>; 261 reg = <0x12C10000 0x100>;
262 interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>; 262 interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
@@ -265,7 +265,7 @@
265 status = "disabled"; 265 status = "disabled";
266 }; 266 };
267 267
268 uart2: serial@12C20000 { 268 uart2: serial@12c20000 {
269 compatible = "samsung,exynos4210-uart"; 269 compatible = "samsung,exynos4210-uart";
270 reg = <0x12C20000 0x100>; 270 reg = <0x12C20000 0x100>;
271 interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>; 271 interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index f7c2ba61830b..61b42b7c4fee 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -238,37 +238,37 @@
238 status = "disabled"; 238 status = "disabled";
239 }; 239 };
240 240
241 nocp_mem0_0: nocp@10CA1000 { 241 nocp_mem0_0: nocp@10ca1000 {
242 compatible = "samsung,exynos5420-nocp"; 242 compatible = "samsung,exynos5420-nocp";
243 reg = <0x10CA1000 0x200>; 243 reg = <0x10CA1000 0x200>;
244 status = "disabled"; 244 status = "disabled";
245 }; 245 };
246 246
247 nocp_mem0_1: nocp@10CA1400 { 247 nocp_mem0_1: nocp@10ca1400 {
248 compatible = "samsung,exynos5420-nocp"; 248 compatible = "samsung,exynos5420-nocp";
249 reg = <0x10CA1400 0x200>; 249 reg = <0x10CA1400 0x200>;
250 status = "disabled"; 250 status = "disabled";
251 }; 251 };
252 252
253 nocp_mem1_0: nocp@10CA1800 { 253 nocp_mem1_0: nocp@10ca1800 {
254 compatible = "samsung,exynos5420-nocp"; 254 compatible = "samsung,exynos5420-nocp";
255 reg = <0x10CA1800 0x200>; 255 reg = <0x10CA1800 0x200>;
256 status = "disabled"; 256 status = "disabled";
257 }; 257 };
258 258
259 nocp_mem1_1: nocp@10CA1C00 { 259 nocp_mem1_1: nocp@10ca1c00 {
260 compatible = "samsung,exynos5420-nocp"; 260 compatible = "samsung,exynos5420-nocp";
261 reg = <0x10CA1C00 0x200>; 261 reg = <0x10CA1C00 0x200>;
262 status = "disabled"; 262 status = "disabled";
263 }; 263 };
264 264
265 nocp_g3d_0: nocp@11A51000 { 265 nocp_g3d_0: nocp@11a51000 {
266 compatible = "samsung,exynos5420-nocp"; 266 compatible = "samsung,exynos5420-nocp";
267 reg = <0x11A51000 0x200>; 267 reg = <0x11A51000 0x200>;
268 status = "disabled"; 268 status = "disabled";
269 }; 269 };
270 270
271 nocp_g3d_1: nocp@11A51400 { 271 nocp_g3d_1: nocp@11a51400 {
272 compatible = "samsung,exynos5420-nocp"; 272 compatible = "samsung,exynos5420-nocp";
273 reg = <0x11A51400 0x200>; 273 reg = <0x11A51400 0x200>;
274 status = "disabled"; 274 status = "disabled";
@@ -310,7 +310,7 @@
310 label = "MSC"; 310 label = "MSC";
311 }; 311 };
312 312
313 disp_pd: power-domain@100440C0 { 313 disp_pd: power-domain@100440c0 {
314 compatible = "samsung,exynos4210-pd"; 314 compatible = "samsung,exynos4210-pd";
315 reg = <0x100440C0 0x20>; 315 reg = <0x100440C0 0x20>;
316 #power-domain-cells = <0>; 316 #power-domain-cells = <0>;
@@ -323,7 +323,7 @@
323 clock-names = "oscclk", "clk0", "clk1", "clk2", "asb0", "asb1"; 323 clock-names = "oscclk", "clk0", "clk1", "clk2", "asb0", "asb1";
324 }; 324 };
325 325
326 mau_pd: power-domain@100440E0 { 326 mau_pd: power-domain@100440e0 {
327 compatible = "samsung,exynos4210-pd"; 327 compatible = "samsung,exynos4210-pd";
328 reg = <0x100440E0 0x20>; 328 reg = <0x100440E0 0x20>;
329 #power-domain-cells = <0>; 329 #power-domain-cells = <0>;
@@ -386,7 +386,7 @@
386 power-domains = <&mau_pd>; 386 power-domains = <&mau_pd>;
387 }; 387 };
388 388
389 pdma0: pdma@121A0000 { 389 pdma0: pdma@121a0000 {
390 compatible = "arm,pl330", "arm,primecell"; 390 compatible = "arm,pl330", "arm,primecell";
391 reg = <0x121A0000 0x1000>; 391 reg = <0x121A0000 0x1000>;
392 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; 392 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
@@ -397,7 +397,7 @@
397 #dma-requests = <32>; 397 #dma-requests = <32>;
398 }; 398 };
399 399
400 pdma1: pdma@121B0000 { 400 pdma1: pdma@121b0000 {
401 compatible = "arm,pl330", "arm,primecell"; 401 compatible = "arm,pl330", "arm,primecell";
402 reg = <0x121B0000 0x1000>; 402 reg = <0x121B0000 0x1000>;
403 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; 403 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
@@ -419,7 +419,7 @@
419 #dma-requests = <1>; 419 #dma-requests = <1>;
420 }; 420 };
421 421
422 mdma1: mdma@11C10000 { 422 mdma1: mdma@11c10000 {
423 compatible = "arm,pl330", "arm,primecell"; 423 compatible = "arm,pl330", "arm,primecell";
424 reg = <0x11C10000 0x1000>; 424 reg = <0x11C10000 0x1000>;
425 interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>; 425 interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;
@@ -460,7 +460,7 @@
460 status = "disabled"; 460 status = "disabled";
461 }; 461 };
462 462
463 i2s1: i2s@12D60000 { 463 i2s1: i2s@12d60000 {
464 compatible = "samsung,exynos5420-i2s"; 464 compatible = "samsung,exynos5420-i2s";
465 reg = <0x12D60000 0x100>; 465 reg = <0x12D60000 0x100>;
466 dmas = <&pdma1 12 466 dmas = <&pdma1 12
@@ -476,7 +476,7 @@
476 status = "disabled"; 476 status = "disabled";
477 }; 477 };
478 478
479 i2s2: i2s@12D70000 { 479 i2s2: i2s@12d70000 {
480 compatible = "samsung,exynos5420-i2s"; 480 compatible = "samsung,exynos5420-i2s";
481 reg = <0x12D70000 0x100>; 481 reg = <0x12D70000 0x100>;
482 dmas = <&pdma0 12 482 dmas = <&pdma0 12
@@ -565,7 +565,7 @@
565 status = "disabled"; 565 status = "disabled";
566 }; 566 };
567 567
568 adc: adc@12D10000 { 568 adc: adc@12d10000 {
569 compatible = "samsung,exynos-adc-v2"; 569 compatible = "samsung,exynos-adc-v2";
570 reg = <0x12D10000 0x100>; 570 reg = <0x12D10000 0x100>;
571 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>; 571 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
@@ -577,7 +577,7 @@
577 status = "disabled"; 577 status = "disabled";
578 }; 578 };
579 579
580 hsi2c_8: i2c@12E00000 { 580 hsi2c_8: i2c@12e00000 {
581 compatible = "samsung,exynos5250-hsi2c"; 581 compatible = "samsung,exynos5250-hsi2c";
582 reg = <0x12E00000 0x1000>; 582 reg = <0x12E00000 0x1000>;
583 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>; 583 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
@@ -590,7 +590,7 @@
590 status = "disabled"; 590 status = "disabled";
591 }; 591 };
592 592
593 hsi2c_9: i2c@12E10000 { 593 hsi2c_9: i2c@12e10000 {
594 compatible = "samsung,exynos5250-hsi2c"; 594 compatible = "samsung,exynos5250-hsi2c";
595 reg = <0x12E10000 0x1000>; 595 reg = <0x12E10000 0x1000>;
596 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>; 596 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
@@ -603,7 +603,7 @@
603 status = "disabled"; 603 status = "disabled";
604 }; 604 };
605 605
606 hsi2c_10: i2c@12E20000 { 606 hsi2c_10: i2c@12e20000 {
607 compatible = "samsung,exynos5250-hsi2c"; 607 compatible = "samsung,exynos5250-hsi2c";
608 reg = <0x12E20000 0x1000>; 608 reg = <0x12E20000 0x1000>;
609 interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>; 609 interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>;
@@ -632,11 +632,11 @@
632 #sound-dai-cells = <0>; 632 #sound-dai-cells = <0>;
633 }; 633 };
634 634
635 hdmiphy: hdmiphy@145D0000 { 635 hdmiphy: hdmiphy@145d0000 {
636 reg = <0x145D0000 0x20>; 636 reg = <0x145D0000 0x20>;
637 }; 637 };
638 638
639 hdmicec: cec@101B0000 { 639 hdmicec: cec@101b0000 {
640 compatible = "samsung,s5p-cec"; 640 compatible = "samsung,s5p-cec";
641 reg = <0x101B0000 0x200>; 641 reg = <0x101B0000 0x200>;
642 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>; 642 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
@@ -661,7 +661,7 @@
661 status = "disabled"; 661 status = "disabled";
662 }; 662 };
663 663
664 rotator: rotator@11C00000 { 664 rotator: rotator@11c00000 {
665 compatible = "samsung,exynos5250-rotator"; 665 compatible = "samsung,exynos5250-rotator";
666 reg = <0x11C00000 0x64>; 666 reg = <0x11C00000 0x64>;
667 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>; 667 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
@@ -690,7 +690,7 @@
690 iommus = <&sysmmu_gscl1>; 690 iommus = <&sysmmu_gscl1>;
691 }; 691 };
692 692
693 jpeg_0: jpeg@11F50000 { 693 jpeg_0: jpeg@11f50000 {
694 compatible = "samsung,exynos5420-jpeg"; 694 compatible = "samsung,exynos5420-jpeg";
695 reg = <0x11F50000 0x1000>; 695 reg = <0x11F50000 0x1000>;
696 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>; 696 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
@@ -699,7 +699,7 @@
699 iommus = <&sysmmu_jpeg0>; 699 iommus = <&sysmmu_jpeg0>;
700 }; 700 };
701 701
702 jpeg_1: jpeg@11F60000 { 702 jpeg_1: jpeg@11f60000 {
703 compatible = "samsung,exynos5420-jpeg"; 703 compatible = "samsung,exynos5420-jpeg";
704 reg = <0x11F60000 0x1000>; 704 reg = <0x11F60000 0x1000>;
705 interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>; 705 interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index 9c3c75ae5e48..3acf3f2d643e 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -35,7 +35,7 @@
35 #clock-cells = <1>; 35 #clock-cells = <1>;
36 }; 36 };
37 37
38 gic: interrupt-controller@2E0000 { 38 gic: interrupt-controller@2e0000 {
39 compatible = "arm,cortex-a15-gic"; 39 compatible = "arm,cortex-a15-gic";
40 #interrupt-cells = <3>; 40 #interrupt-cells = <3>;
41 interrupt-controller; 41 interrupt-controller;
@@ -108,7 +108,7 @@
108 >; 108 >;
109 }; 109 };
110 110
111 serial_0: serial@B0000 { 111 serial_0: serial@b0000 {
112 compatible = "samsung,exynos4210-uart"; 112 compatible = "samsung,exynos4210-uart";
113 reg = <0xB0000 0x1000>; 113 reg = <0xB0000 0x1000>;
114 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; 114 interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
@@ -116,7 +116,7 @@
116 clock-names = "uart", "clk_uart_baud0"; 116 clock-names = "uart", "clk_uart_baud0";
117 }; 117 };
118 118
119 serial_1: serial@C0000 { 119 serial_1: serial@c0000 {
120 compatible = "samsung,exynos4210-uart"; 120 compatible = "samsung,exynos4210-uart";
121 reg = <0xC0000 0x1000>; 121 reg = <0xC0000 0x1000>;
122 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; 122 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
@@ -124,7 +124,7 @@
124 clock-names = "uart", "clk_uart_baud0"; 124 clock-names = "uart", "clk_uart_baud0";
125 }; 125 };
126 126
127 spi_0: spi@D0000 { 127 spi_0: spi@d0000 {
128 compatible = "samsung,exynos5440-spi"; 128 compatible = "samsung,exynos5440-spi";
129 reg = <0xD0000 0x100>; 129 reg = <0xD0000 0x100>;
130 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; 130 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
@@ -136,7 +136,7 @@
136 clock-names = "spi", "spi_busclk0"; 136 clock-names = "spi", "spi_busclk0";
137 }; 137 };
138 138
139 pin_ctrl: pinctrl@E0000 { 139 pin_ctrl: pinctrl@e0000 {
140 compatible = "samsung,exynos5440-pinctrl"; 140 compatible = "samsung,exynos5440-pinctrl";
141 reg = <0xE0000 0x1000>; 141 reg = <0xE0000 0x1000>;
142 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>, 142 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>,
@@ -168,7 +168,7 @@
168 }; 168 };
169 }; 169 };
170 170
171 i2c@F0000 { 171 i2c@f0000 {
172 compatible = "samsung,exynos5440-i2c"; 172 compatible = "samsung,exynos5440-i2c";
173 reg = <0xF0000 0x1000>; 173 reg = <0xF0000 0x1000>;
174 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; 174 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
@@ -233,7 +233,7 @@
233 #include "exynos5440-tmu-sensor-conf.dtsi" 233 #include "exynos5440-tmu-sensor-conf.dtsi"
234 }; 234 };
235 235
236 tmuctrl_1: tmuctrl@16011C { 236 tmuctrl_1: tmuctrl@16011c {
237 compatible = "samsung,exynos5440-tmu"; 237 compatible = "samsung,exynos5440-tmu";
238 reg = <0x16011C 0x230>, <0x160368 0x10>; 238 reg = <0x16011C 0x230>, <0x160368 0x10>;
239 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>; 239 interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;