Skip to content

Commit 50ce148

Browse files
committed
dts: r4lite: make emmc work
1 parent fa14431 commit 50ce148

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arch/arm64/boot/dts/mediatek/mt7987a-bananapi-bpi-r4-lite-emmc.dtso

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
pinctrl-names = "default", "state_uhs";
1616
pinctrl-0 = <&mmc_pins_default>;
1717
pinctrl-1 = <&mmc_pins_uhs>;
18-
bus-width = <8>;
19-
max-frequency = <200000000>;
18+
bus-width = <4>; //due to dat5 = sdmmc cd pin
19+
max-frequency = <52000000>;
2020
cap-mmc-highspeed;
21-
mmc-hs200-1_8v;
22-
mmc-hs400-1_8v;
23-
hs400-ds-delay = <0x12814>;
21+
//mmc-hs200-1_8v;
22+
//mmc-hs400-1_8v;
23+
//hs400-ds-delay = <0x12814>;
2424
vqmmc-supply = <&reg_1p8v>;
2525
vmmc-supply = <&reg_3p3v>;
2626
non-removable;

0 commit comments

Comments
 (0)