Skip to content

Commit 5c0ddb4

Browse files
bjdooks-ctthierryreding
authored andcommitted
arm64: tegra: Add vccmq on Jetson TX2
The TX2 SoM's SDIO WiFI card is connected via mmc@3440000 however it does not look like the upstream kernel is even bothering to power this (and the regulator framework shuts down this power rail post kernel init). The issue seems to be a missing link for vccq from the MAX77620 PMIC's LDO5 which is labeled vddio_sdmmc3 (and not used anywhere else) to the mmc@3440000 node to ensure there is at leasr bus power. Note this does not fix the WiFi issue on upstream kernels, there is still something else missing that gets the BCM WiFi device to detect properly. Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 1674431 commit 5c0ddb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
/* SDMMC3 (SDIO) */
146146
mmc@3440000 {
147147
status = "okay";
148+
vqmmc-supply = <&vddio_sdmmc3>;
148149
};
149150

150151
/* SDMMC4 (eMMC) */

0 commit comments

Comments
 (0)