Skip to content

Commit

Permalink
fixed emmc init
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelzru authored and EvilOlaf committed May 26, 2024
1 parent 66c7c77 commit ffdf611
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions patch/kernel/archive/meson64-6.6/dt/meson-sm1-ugoos-x3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
aliases {
rtc0 = &rtc;
rtc1 = &vrtc;
mmc0 = &sd_emmc_a;
mmc1 = &sd_emmc_b;
mmc2 = &sd_emmc_c;
};

leds {
Expand Down
3 changes: 3 additions & 0 deletions patch/kernel/archive/meson64-6.8/dt/meson-sm1-ugoos-x3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
aliases {
rtc0 = &rtc;
rtc1 = &vrtc;
mmc0 = &sd_emmc_a;
mmc1 = &sd_emmc_b;
mmc2 = &sd_emmc_c;
};

leds {
Expand Down

0 comments on commit ffdf611

Please sign in to comment.