Commit ffab3fd6 authored by Jerome Brunet's avatar Jerome Brunet Committed by Kevin Hilman

arm64: dts: meson: libretech-cc: switch eMMC to 1.8v

While some 3.3v eMMC 4.0 are available from libretech, Only the 1.8v 5.0
modules are recommended and supported for the aml-s905x-cc.

the 1.8v is provided by LDOs on the eMMC card, from vcc 3.3v
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Acked-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 9f72e321
...@@ -115,11 +115,13 @@ vddio_ao18: regulator-vddio_ao18 { ...@@ -115,11 +115,13 @@ vddio_ao18: regulator-vddio_ao18 {
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
}; };
/* This is provided by LDOs on the eMMC daugther card */
vddio_boot: regulator-vddio_boot { vddio_boot: regulator-vddio_boot {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "VDDIO_BOOT"; regulator-name = "VDDIO_BOOT";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <1800000>;
vin-supply = <&vcc_3v3>;
}; };
}; };
...@@ -253,8 +255,9 @@ &sd_emmc_c { ...@@ -253,8 +255,9 @@ &sd_emmc_c {
bus-width = <8>; bus-width = <8>;
cap-mmc-highspeed; cap-mmc-highspeed;
mmc-ddr-3_3v; mmc-ddr-1_8v;
max-frequency = <50000000>; mmc-hs200-1_8v;
max-frequency = <200000000>;
disable-wp; disable-wp;
mmc-pwrseq = <&emmc_pwrseq>; mmc-pwrseq = <&emmc_pwrseq>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment