arm64: dts: rk3328: fix string error for sdio 3.0

Change-Id: Id2d63cf4c3edb645985265d06930bbc56f7bf66c
Signed-off-by: Xu Xuehui <xxh@rock-chips.com>
This commit is contained in:
xxh 2017-12-12 14:22:48 +08:00 committed by Xu Xuehui
parent ddfb482c0b
commit c7719f844b
2 changed files with 2 additions and 1 deletions

View File

@ -576,6 +576,7 @@ &sdio {
pinctrl-names = "default";
pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
supports-sdio;
sd-uhs-sdr104;
status = "okay";
};

View File

@ -1066,7 +1066,7 @@ sdio: dwmmc@ff510000 {
clock-freq-min-max = <400000 150000000>;
clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>,
<&cru SCLK_SDIO_DRV>, <&cru SCLK_SDIO_SAMPLE>;
clock-names = "biu", "ciu", "ciu_drv", "ciu_sample";
clock-names = "biu", "ciu", "ciu-drv", "ciu-sample";
fifo-depth = <0x100>;
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";