|
1238 | 1238 | emmc: dwmmc@ff520000 {
|
1239 | 1239 | compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
|
1240 | 1240 | reg = <0x0 0xff520000 0x0 0x4000>;
|
1241 |
| - clock-freq-min-max = <400000 150000000>; |
| 1241 | + max-frequency = <150000000>; |
1242 | 1242 | clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
|
1243 | 1243 | <&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
|
1244 |
| - clock-names = "biu", "ciu", "ciu-drv", "ciu-sample"; |
| 1244 | + clock-names = "biu", "ciu", "ciu-drive", "ciu-sample"; |
1245 | 1245 | fifo-depth = <0x100>;
|
1246 | 1246 | interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
|
1247 | 1247 | status = "disabled";
|
|
2122 | 2122 | sdmmc0 {
|
2123 | 2123 | sdmmc0_clk: sdmmc0-clk {
|
2124 | 2124 | rockchip,pins =
|
2125 |
| - <1 RK_PA6 RK_FUNC_1 &pcfg_pull_none_4ma>; |
| 2125 | + <1 RK_PA6 RK_FUNC_1 &pcfg_pull_none_8ma>; |
2126 | 2126 | };
|
2127 | 2127 |
|
2128 | 2128 | sdmmc0_cmd: sdmmc0-cmd {
|
2129 | 2129 | rockchip,pins =
|
2130 |
| - <1 RK_PA4 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2130 | + <1 RK_PA4 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2131 | 2131 | };
|
2132 | 2132 |
|
2133 | 2133 | sdmmc0_dectn: sdmmc0-dectn {
|
2134 | 2134 | rockchip,pins =
|
2135 |
| - <1 RK_PA5 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2135 | + <1 RK_PA5 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2136 | 2136 | };
|
2137 | 2137 |
|
2138 | 2138 | sdmmc0_wrprt: sdmmc0-wrprt {
|
2139 | 2139 | rockchip,pins =
|
2140 |
| - <1 RK_PA7 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2140 | + <1 RK_PA7 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2141 | 2141 | };
|
2142 | 2142 |
|
2143 | 2143 | sdmmc0_bus1: sdmmc0-bus1 {
|
2144 | 2144 | rockchip,pins =
|
2145 |
| - <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2145 | + <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2146 | 2146 | };
|
2147 | 2147 |
|
2148 | 2148 | sdmmc0_bus4: sdmmc0-bus4 {
|
2149 | 2149 | rockchip,pins =
|
2150 |
| - <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_4ma>, |
2151 |
| - <1 RK_PA1 RK_FUNC_1 &pcfg_pull_up_4ma>, |
2152 |
| - <1 RK_PA2 RK_FUNC_1 &pcfg_pull_up_4ma>, |
2153 |
| - <1 RK_PA3 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2150 | + <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_8ma>, |
| 2151 | + <1 RK_PA1 RK_FUNC_1 &pcfg_pull_up_8ma>, |
| 2152 | + <1 RK_PA2 RK_FUNC_1 &pcfg_pull_up_8ma>, |
| 2153 | + <1 RK_PA3 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2154 | 2154 | };
|
2155 | 2155 |
|
2156 | 2156 | sdmmc0_gpio: sdmmc0-gpio {
|
|
0 commit comments