Skip to content

Commit b4e7e31

Browse files
ArseneWgrkhuangtao
authored andcommitted
arm64: dts: rk3368: fix string error for sdio
Change-Id: Ia7a122bd52d71442c31f71677ae24c52c83631cd Signed-off-by: xiaoyao <xiaoyao@rock-chips.com>
1 parent 9fbf7a2 commit b4e7e31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
clock-freq-min-max = <400000 150000000>;
488488
clocks = <&cru HCLK_SDIO0>, <&cru SCLK_SDIO0>,
489489
<&cru SCLK_SDIO0_DRV>, <&cru SCLK_SDIO0_SAMPLE>;
490-
clock-names = "biu", "ciu", "ciu_drv", "ciu_sample";
490+
clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
491491
fifo-depth = <0x100>;
492492
interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
493493
status = "disabled";

0 commit comments

Comments
 (0)