Skip to content

Commit

Permalink
rk3566: Remove fifo mode from sdmmc0
Browse files Browse the repository at this point in the history
Doesn't look like it's needed for the rk3566 like it was for
previous SoCs.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
  • Loading branch information
macromorgan committed Oct 25, 2022
1 parent 0bf25c2 commit 918ffcf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions arch/arm/dts/rk3566-anbernic-rg503-u-boot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
aliases {
mmc0 = &sdmmc0;
mmc1 = &sdmmc1;
mmc2 = &sdmmc2;
};

chosen {
stdout-path = &uart2;
u-boot,spl-boot-order = "same-as-spl", &sdmmc0;
u-boot,spl-boot-order = "same-as-spl", &sdmmc0, &sdmmc1;
};

rng: rng@fe388000 {
Expand Down Expand Up @@ -68,10 +69,6 @@
/delete-property/ clock-names;
};

&sdmmc0 {
u-boot,spl-fifo-mode;
};

&uart2 {
clock-frequency = <24000000>;
u-boot,dm-spl;
Expand Down

0 comments on commit 918ffcf

Please sign in to comment.