This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VH-Q1: How does TDA4VH-Q1 support SDR104 mode

Part Number: TDA4VH-Q1
Other Parts Discussed in Thread: TDA4VH

Tool/software:


I have modified the device tree below to support SDR104 mode; Indeed, the TF card can recognize SDR104, but its data line voltage is 3.3V; I have modified the device tree below to support SDR104 mode. How do I modify the file image 78/1000 real-time translation to make the data line voltage 1.8V; Indeed, the TF card can recognize SDR104, but its data line voltage is 3.3V; How can I modify the data line voltage to 1.8V

划译
I have modified the device tree below to support SDR104 mode; Indeed, the TF card can recognize SDR104, but its data line voltage is 3.3V; How can I modify the data line voltage to 1.8V

&main_sdhci1 {
/* SD card */
pinctrl-0 = <&main_mmc1_pins_default>;
pinctrl-names = "default";
disable-wp;
vmmc-supply = <&vdd_mmc1>;
vqmmc-supply = <&vdd_sd_dv>;
/* Disabling all the UHS modes by adding no-1-8-v property.
* To re-enable UHS modes, remove the no-1-8-v property. */
no-1-8-v;
};