Skip to content

Commit

Permalink
u-boot: configure sdio0 as mars-cm sdcard version
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed Oct 31, 2023
1 parent 67c21e5 commit 880a249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions u-boot/arch/riscv/dts/starfive_visionfive2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

mmc0_pins: mmc0-pins {
mmc0-pins-rest {
pinmux = <GPIOMUX(62, GPOUT_SYS_SDIO0_RST,
pinmux = <GPIOMUX(22, GPOUT_SYS_SDIO0_RST,
GPOEN_ENABLE, GPI_NONE)>;
bias-pull-up;
drive-strength = <12>;
Expand Down Expand Up @@ -297,7 +297,7 @@
assigned-clocks = <&clkgen JH7110_SDIO0_CLK_SDCARD>;
assigned-clock-rates = <50000000>;
fifo-depth = <32>;
bus-width = <8>;
bus-width = <4>;
pinctrl-names = "default";
pinctrl-0 = <&mmc0_pins>;
status = "okay";
Expand Down

0 comments on commit 880a249

Please sign in to comment.