arm64: dts: rockchip: rk3328: add sample/drv clock for hs200 mode

Change-Id: I8522515920b37cbfb9ec24ba7e65aee4f276e4a7
Signed-off-by: Xiao Yao <xiaoyao@rock-chips.com>
This commit is contained in:
Xiao Yao
2018-02-26 08:54:55 +08:00
committed by Tao Huang
parent a123f47b6c
commit 20cf029d0e

View File

@@ -1229,8 +1229,9 @@
compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x0 0xff520000 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-drv", "ciu-sample";
fifo-depth = <0x100>;
interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";