Commit 5a830803 authored by Aapo Vienamo's avatar Aapo Vienamo Committed by Greg Kroah-Hartman

arm64: dts: tegra210-p2180: Correct sdmmc4 vqmmc-supply

[ Upstream commit 6ff7705d ]

On p2180 sdmmc4 is powered from a fixed 1.8 V regulator.
Signed-off-by: default avatarAapo Vienamo <avienamo@nvidia.com>
Reviewed-by: default avatarMikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent a124e7f2
...@@ -282,6 +282,7 @@ sdhci@700b0600 { ...@@ -282,6 +282,7 @@ sdhci@700b0600 {
status = "okay"; status = "okay";
bus-width = <8>; bus-width = <8>;
non-removable; non-removable;
vqmmc-supply = <&vdd_1v8>;
}; };
clocks { clocks {
......
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