Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d3207ca authored by Rhyland Klein's avatar Rhyland Klein Committed by Stephen Warren
Browse files

ARM: tegra: add SDHCI support for Dalmore



Dalmore has a built-in eMMC device and a user-accessible SD card slot.
Add device tree nodes to enable these.

Based on changes by: Pritesh Raithatha <praithatha@nvidia.com>
Signed-off-by: default avatarRhyland Klein <rklein@nvidia.com>
[swarren: added commit description, fixed DT node sort order]
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 933d87a5
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -721,6 +721,17 @@
		nvidia,invert-interrupt;
	};

	sdhci@78000400 {
		cd-gpios = <&gpio 170 1>; /* gpio PV2 */
		bus-width = <4>;
		status = "okay";
	};

	sdhci@78000600 {
		bus-width = <8>;
		status = "okay";
	};

	clocks {
		compatible = "simple-bus";
		#address-cells = <1>;