|
1191 | 1191 | emmc: dwmmc@ff520000 {
|
1192 | 1192 | compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
|
1193 | 1193 | reg = <0x0 0xff520000 0x0 0x4000>;
|
1194 |
| - clock-freq-min-max = <400000 150000000>; |
| 1194 | + max-frequency = <150000000>; |
1195 | 1195 | clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
|
1196 | 1196 | <&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
|
1197 |
| - clock-names = "biu", "ciu", "ciu-drv", "ciu-sample"; |
| 1197 | + clock-names = "biu", "ciu", "ciu-drive", "ciu-sample"; |
1198 | 1198 | fifo-depth = <0x100>;
|
1199 | 1199 | interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
|
1200 | 1200 | status = "disabled";
|
|
2054 | 2054 | sdmmc0 {
|
2055 | 2055 | sdmmc0_clk: sdmmc0-clk {
|
2056 | 2056 | rockchip,pins =
|
2057 |
| - <1 RK_PA6 RK_FUNC_1 &pcfg_pull_none_4ma>; |
| 2057 | + <1 RK_PA6 RK_FUNC_1 &pcfg_pull_none_8ma>; |
2058 | 2058 | };
|
2059 | 2059 |
|
2060 | 2060 | sdmmc0_cmd: sdmmc0-cmd {
|
2061 | 2061 | rockchip,pins =
|
2062 |
| - <1 RK_PA4 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2062 | + <1 RK_PA4 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2063 | 2063 | };
|
2064 | 2064 |
|
2065 | 2065 | sdmmc0_dectn: sdmmc0-dectn {
|
2066 | 2066 | rockchip,pins =
|
2067 |
| - <1 RK_PA5 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2067 | + <1 RK_PA5 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2068 | 2068 | };
|
2069 | 2069 |
|
2070 | 2070 | sdmmc0_wrprt: sdmmc0-wrprt {
|
2071 | 2071 | rockchip,pins =
|
2072 |
| - <1 RK_PA7 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2072 | + <1 RK_PA7 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2073 | 2073 | };
|
2074 | 2074 |
|
2075 | 2075 | sdmmc0_bus1: sdmmc0-bus1 {
|
2076 | 2076 | rockchip,pins =
|
2077 |
| - <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2077 | + <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2078 | 2078 | };
|
2079 | 2079 |
|
2080 | 2080 | sdmmc0_bus4: sdmmc0-bus4 {
|
2081 | 2081 | rockchip,pins =
|
2082 |
| - <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_4ma>, |
2083 |
| - <1 RK_PA1 RK_FUNC_1 &pcfg_pull_up_4ma>, |
2084 |
| - <1 RK_PA2 RK_FUNC_1 &pcfg_pull_up_4ma>, |
2085 |
| - <1 RK_PA3 RK_FUNC_1 &pcfg_pull_up_4ma>; |
| 2082 | + <1 RK_PA0 RK_FUNC_1 &pcfg_pull_up_8ma>, |
| 2083 | + <1 RK_PA1 RK_FUNC_1 &pcfg_pull_up_8ma>, |
| 2084 | + <1 RK_PA2 RK_FUNC_1 &pcfg_pull_up_8ma>, |
| 2085 | + <1 RK_PA3 RK_FUNC_1 &pcfg_pull_up_8ma>; |
2086 | 2086 | };
|
2087 | 2087 |
|
2088 | 2088 | sdmmc0_gpio: sdmmc0-gpio {
|
|
0 commit comments