Commit 44925e4f authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding

ARM: tegra: colibri_t30: add proper emmc vmmc and vqmmc supplies

Add proper eMMC vmmc and vqmmc supplies e.g. fixing signalling voltage.
Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent bc1fa5d2
......@@ -931,6 +931,8 @@ sdhci@78000600 {
status = "okay";
bus-width = <8>;
non-removable;
vmmc-supply = <&reg_module_3v3>; /* VCC */
vqmmc-supply = <&reg_1v8_vio>; /* VCCQ */
};
/* EHCI instance 1: USB2_DP/N -> AX88772B */
......
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