Commit 7d3ca0f89dfa4fc7bef738acdb95e632e284421d

Authored by Jaehoon Chung
Committed by Minkyu Kang
1 parent 39c4975622

ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMC

Exynos serise can be supported the dw-mmc controller.
So, it's good that used the general prefix as "_EXYNOS_DWMMC".

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

Showing 4 changed files with 10 additions and 10 deletions Side-by-side Diff

arch/arm/dts/exynos5.dtsi
... ... @@ -136,7 +136,7 @@
136 136 mmc@12200000 {
137 137 #address-cells = <1>;
138 138 #size-cells = <0>;
139   - compatible = "samsung,exynos5250-dwmmc";
  139 + compatible = "samsung,exynos-dwmmc";
140 140 reg = <0x12200000 0x1000>;
141 141 interrupts = <0 75 0>;
142 142 };
... ... @@ -144,7 +144,7 @@
144 144 mmc@12210000 {
145 145 #address-cells = <1>;
146 146 #size-cells = <0>;
147   - compatible = "samsung,exynos5250-dwmmc";
  147 + compatible = "samsung,exynos-dwmmc";
148 148 reg = <0x12210000 0x1000>;
149 149 interrupts = <0 76 0>;
150 150 };
... ... @@ -152,7 +152,7 @@
152 152 mmc@12220000 {
153 153 #address-cells = <1>;
154 154 #size-cells = <0>;
155   - compatible = "samsung,exynos5250-dwmmc";
  155 + compatible = "samsung,exynos-dwmmc";
156 156 reg = <0x12220000 0x1000>;
157 157 interrupts = <0 77 0>;
158 158 };
... ... @@ -160,7 +160,7 @@
160 160 mmc@12230000 {
161 161 #address-cells = <1>;
162 162 #size-cells = <0>;
163   - compatible = "samsung,exynos5250-dwmmc";
  163 + compatible = "samsung,exynos-dwmmc";
164 164 reg = <0x12230000 0x1000>;
165 165 interrupts = <0 78 0>;
166 166 };
doc/device-tree-bindings/exynos/dwmmc.txt
1   -* Exynos 5250 DWC_mobile_storage
  1 +* Exynos DWC_mobile_storage
2 2  
3   -The Exynos 5250 provides DWC_mobile_storage interface which supports
  3 +The Exynos provides DWC_mobile_storage interface which supports
4 4 . Embedded Multimedia Cards (EMMC-version 4.5)
5 5 . Secure Digital memory (SD mem-version 2.0)
6 6 . Secure Digital I/O (SDIO-version 3.0)
7 7 . Consumer Electronics Advanced Transport Architecture (CE-ATA-version 1.1)
8 8  
9   -The Exynos 5250 DWC_mobile_storage provides four channels.
  9 +The Exynos DWC_mobile_storage provides four channels.
10 10 SOC specific and Board specific properties are channel specific.
11 11  
12 12 Required SoC Specific Properties:
13 13  
14 14 - compatible: should be
15   - - samsung,exynos5250-dwmmc: for exynos5250 platforms
  15 + - samsung,exynos-dwmmc: for exynos platforms
16 16  
17 17 - reg: physical base address of the controller and length of memory mapped
18 18 region.
... ... @@ -81,7 +81,7 @@
81 81 COMPAT_SAMSUNG_EXYNOS_FIMD, /* Exynos Display controller */
82 82 COMPAT_SAMSUNG_EXYNOS_MIPI_DSI, /* Exynos mipi dsi */
83 83 COMPAT_SAMSUNG_EXYNOS5_DP, /* Exynos Display port controller */
84   - COMPAT_SAMSUNG_EXYNOS5_DWMMC, /* Exynos5 DWMMC controller */
  84 + COMPAT_SAMSUNG_EXYNOS_DWMMC, /* Exynos DWMMC controller */
85 85 COMPAT_SAMSUNG_EXYNOS_MMC, /* Exynos MMC controller */
86 86 COMPAT_SAMSUNG_EXYNOS_SERIAL, /* Exynos UART */
87 87 COMPAT_MAXIM_MAX77686_PMIC, /* MAX77686 PMIC */
... ... @@ -55,7 +55,7 @@
55 55 COMPAT(SAMSUNG_EXYNOS_FIMD, "samsung,exynos-fimd"),
56 56 COMPAT(SAMSUNG_EXYNOS_MIPI_DSI, "samsung,exynos-mipi-dsi"),
57 57 COMPAT(SAMSUNG_EXYNOS5_DP, "samsung,exynos5-dp"),
58   - COMPAT(SAMSUNG_EXYNOS5_DWMMC, "samsung,exynos5250-dwmmc"),
  58 + COMPAT(SAMSUNG_EXYNOS_DWMMC, "samsung,exynos-dwmmc"),
59 59 COMPAT(SAMSUNG_EXYNOS_MMC, "samsung,exynos-mmc"),
60 60 COMPAT(SAMSUNG_EXYNOS_SERIAL, "samsung,exynos4210-uart"),
61 61 COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686_pmic"),