|
1261 | 1261 | emmc: dwmmc@ff520000 {
|
1262 | 1262 | compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
|
1263 | 1263 | reg = <0x0 0xff520000 0x0 0x4000>;
|
1264 |
| - clock-freq-min-max = <400000 150000000>; |
| 1264 | + max-frequency = <150000000>; |
1265 | 1265 | clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
|
1266 | 1266 | <&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
|
1267 |
| - clock-names = "biu", "ciu", "ciu-drv", "ciu-sample"; |
| 1267 | + clock-names = "biu", "ciu", "ciu-drive", "ciu-sample"; |
1268 | 1268 | fifo-depth = <0x100>;
|
1269 | 1269 | interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
|
1270 | 1270 | status = "disabled";
|
|
2147 | 2147 | sdmmc0 {
|
2148 | 2148 | sdmmc0_clk: sdmmc0-clk {
|
2149 | 2149 | rockchip,pins =
|
2150 |
| - <1 RK_PA6 RK_FUNC_1 &pcfg_pull_none_4ma>; |
| 2150 | + <1 RK_PA6 RK_FUNC_1 &pcfg_pull_none_8ma>; |
2151 | 2151 | };
|
2152 | 2152 |
|
2153 | 2153 | sdmmc0_cmd: sdmmc0-cmd {
|
2154 | 2154 | rockchip,pins =
|
2155 |
| - <1 RK_PA4 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2155 | + <1 RK_PA4 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2156 | 2156 | };
|
2157 | 2157 |
|
2158 | 2158 | sdmmc0_dectn: sdmmc0-dectn {
|
2159 | 2159 | rockchip,pins =
|
2160 |
| - <1 RK_PA5 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2160 | + <1 RK_PA5 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2161 | 2161 | };
|
2162 | 2162 |
|
2163 | 2163 | sdmmc0_wrprt: sdmmc0-wrprt {
|
2164 | 2164 | rockchip,pins =
|
2165 |
| - <1 RK_PA7 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2165 | + <1 RK_PA7 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2166 | 2166 | };
|
2167 | 2167 |
|
2168 | 2168 | sdmmc0_bus1: sdmmc0-bus1 {
|
2169 | 2169 | rockchip,pins =
|
2170 |
| - <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2170 | + <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2171 | 2171 | };
|
2172 | 2172 |
|
2173 | 2173 | sdmmc0_bus4: sdmmc0-bus4 {
|
2174 | 2174 | rockchip,pins =
|
2175 |
| - <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_4ma>, |
2176 |
| - <1 RK_PA1 RK_FUNC_1 &pcfg_pull_up_4ma>, |
2177 |
| - <1 RK_PA2 RK_FUNC_1 &pcfg_pull_up_4ma>, |
2178 |
| - <1 RK_PA3 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2175 | + <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_8ma>, |
| 2176 | + <1 RK_PA1 RK_FUNC_1 &pcfg_pull_up_8ma>, |
| 2177 | + <1 RK_PA2 RK_FUNC_1 &pcfg_pull_up_8ma>, |
| 2178 | + <1 RK_PA3 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2179 | 2179 | };
|
2180 | 2180 |
|
2181 | 2181 | sdmmc0_gpio: sdmmc0-gpio {
|
|
0 commit comments