Skip to content

Commit 4989b43

Browse files
thierryredingnvswarren
authored andcommitted
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 <[email protected]> Signed-off-by: Stephen Warren <[email protected]>
1 parent af144b8 commit 4989b43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

arch/arm/boot/dts/tegra124-venice2.dts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -761,12 +761,10 @@
761761
regulator-max-microvolt = <1200000>;
762762
};
763763

764-
ldo6 {
764+
vddio_sdmmc3: ldo6 {
765765
regulator-name = "+VDDIO_SDMMC3";
766766
regulator-min-microvolt = <1800000>;
767767
regulator-max-microvolt = <3300000>;
768-
regulator-boot-on;
769-
regulator-always-on;
770768
};
771769

772770
ldo7 {
@@ -928,6 +926,7 @@
928926
power-gpios = <&gpio TEGRA_GPIO(R, 0) GPIO_ACTIVE_HIGH>;
929927
status = "okay";
930928
bus-width = <4>;
929+
vmmc-supply = <&vddio_sdmmc3>;
931930
};
932931

933932
sdhci@700b0600 {

0 commit comments

Comments
 (0)