summaryrefslogtreecommitdiff
path: root/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi
diff options
context:
space:
mode:
authorandy.hu <andy.hu@starfivetech.com>2023-07-27 05:03:58 +0300
committerandy.hu <andy.hu@starfivetech.com>2023-07-27 05:03:58 +0300
commite41350c90c4a84224ad56e8466cd256a46deb0e9 (patch)
treee472ba9cf9b5645a8fac0c1e087711c6db32ce82 /arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi
parent445fc6374dc6825e3e1bb3e2801ab26448838853 (diff)
parent63c3cef131f07eb546727d2a709ecda5d8b3fe37 (diff)
downloadlinux-e41350c90c4a84224ad56e8466cd256a46deb0e9.tar.xz
Merge branch 'CR_6570_SDBOOT_william' into 'vf2-515-devel'
CR_6570: mmc: starfive: change the tuning method See merge request sbc/linux!139
Diffstat (limited to 'arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi')
-rwxr-xr-xarch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi
index 0f6e7a59ed75..0ab61bddb345 100755
--- a/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi
+++ b/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi
@@ -576,9 +576,12 @@
&sdio0 {
max-frequency = <100000000>;
+ assigned-clocks = <&clkgen JH7110_SDIO0_CLK_SDCARD>;
+ assigned-clock-rates = <50000000>;
card-detect-delay = <300>;
bus-width = <8>;
cap-mmc-highspeed;
+ mmc-hs200-1_8v;
non-removable;
cap-mmc-hw-reset;
post-power-on-delay-ms = <200>;
@@ -589,12 +592,13 @@
&sdio1 {
max-frequency = <100000000>;
+ assigned-clocks = <&clkgen JH7110_SDIO1_CLK_SDCARD>;
+ assigned-clock-rates = <50000000>;
card-detect-delay = <300>;
bus-width = <4>;
no-sdio;
no-mmc;
broken-cd;
- cap-sd-highspeed;
post-power-on-delay-ms = <200>;
status = "okay";
};