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

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
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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>;