Skip to content

Commit c7719f8

Browse files
committed
arm64: dts: rk3328: fix string error for sdio 3.0
Change-Id: Id2d63cf4c3edb645985265d06930bbc56f7bf66c Signed-off-by: Xu Xuehui <xxh@rock-chips.com>
1 parent ddfb482 commit c7719f8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3328-evb-android.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@
576576
pinctrl-names = "default";
577577
pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
578578
supports-sdio;
579+
sd-uhs-sdr104;
579580
status = "okay";
580581
};
581582

arch/arm64/boot/dts/rockchip/rk3328.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@
10661066
clock-freq-min-max = <400000 150000000>;
10671067
clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>,
10681068
<&cru SCLK_SDIO_DRV>, <&cru SCLK_SDIO_SAMPLE>;
1069-
clock-names = "biu", "ciu", "ciu_drv", "ciu_sample";
1069+
clock-names = "biu", "ciu", "ciu-drv", "ciu-sample";
10701070
fifo-depth = <0x100>;
10711071
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
10721072
status = "disabled";

0 commit comments

Comments
 (0)