|
@@ -231,8 +231,9 @@
|
|
|
compatible = "rockchip,rk3368-dw-mshc", "rockchip,rk3288-dw-mshc";
|
|
|
reg = <0x0 0xff0c0000 0x0 0x4000>;
|
|
|
clock-freq-min-max = <400000 150000000>;
|
|
|
- clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>;
|
|
|
- clock-names = "biu", "ciu";
|
|
|
+ clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
|
|
|
+ <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
|
|
|
+ clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
|
|
|
fifo-depth = <0x100>;
|
|
|
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
status = "disabled";
|
|
@@ -254,8 +255,9 @@
|
|
|
compatible = "rockchip,rk3368-dw-mshc", "rockchip,rk3288-dw-mshc";
|
|
|
reg = <0x0 0xff0f0000 0x0 0x4000>;
|
|
|
clock-freq-min-max = <400000 150000000>;
|
|
|
- clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>;
|
|
|
- clock-names = "biu", "ciu";
|
|
|
+ clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
|
|
|
+ <&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
|
|
|
+ clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
|
|
|
fifo-depth = <0x100>;
|
|
|
interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
status = "disabled";
|