Commit 1f32a31f authored by Tamás Szűcs's avatar Tamás Szűcs Committed by Thierry Reding

arm64: tegra: Enable SDIO on Jetson Nano M.2 Key E

Enable SDMMC3 and set it up for SDIO devices.
Signed-off-by: default avatarTamás Szűcs <tszucs@protonmail.ch>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 6f78a946
......@@ -536,6 +536,19 @@ sdhci@700b0000 {
vmmc-supply = <&vdd_3v3_sd>;
};
sdhci@700b0400 {
status = "okay";
bus-width = <4>;
vqmmc-supply = <&vdd_1v8>;
vmmc-supply = <&vdd_3v3_sys>;
non-removable;
cap-sdio-irq;
keep-power-in-suspend;
wakeup-source;
};
clocks {
compatible = "simple-bus";
#address-cells = <1>;
......
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