arm64: tegra: Enable SDIO on Jetson Nano M.2 Key E
authorTamás Szűcs <tszucs@protonmail.ch>
Mon, 2 Dec 2019 21:52:00 +0000 (22:52 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 10 Jan 2020 15:46:47 +0000 (16:46 +0100)
Enable SDMMC3 and set it up for SDIO devices.

Signed-off-by: Tamás Szűcs <tszucs@protonmail.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts

index f2a138b..9101d3a 100644 (file)
                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>;