ARM: tegra: Hook up SDMMC3 power-supply on Venice2
The SDMMC3 interface is supplied with 1.8V by the PMICs LDO6. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
af144b8d5d
commit
4989b43923
@ -761,12 +761,10 @@
|
|||||||
regulator-max-microvolt = <1200000>;
|
regulator-max-microvolt = <1200000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo6 {
|
vddio_sdmmc3: ldo6 {
|
||||||
regulator-name = "+VDDIO_SDMMC3";
|
regulator-name = "+VDDIO_SDMMC3";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldo7 {
|
ldo7 {
|
||||||
@ -928,6 +926,7 @@
|
|||||||
power-gpios = <&gpio TEGRA_GPIO(R, 0) GPIO_ACTIVE_HIGH>;
|
power-gpios = <&gpio TEGRA_GPIO(R, 0) GPIO_ACTIVE_HIGH>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
|
vmmc-supply = <&vddio_sdmmc3>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sdhci@700b0600 {
|
sdhci@700b0600 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user