Commit 88fd676b authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding
Browse files

ARM: tegra: colibri_t20: annotate/move sd card detect



Annotate the SD card, its detect pin and move the SD card detect GPIO
definition from the module to the carrier board more in-line with our
other device trees.

Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 351c72c8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -163,9 +163,11 @@
		vbus-supply = <&reg_usbh_vbus>;
	};

	/* SD/MMC */
	sdhci@c8000600 {
		status = "okay";
		bus-width = <4>;
		cd-gpios = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>; /* MMCD */
		no-1-8-v;
	};

+0 −4
Original line number Diff line number Diff line
@@ -698,10 +698,6 @@
		vbus-supply = <&reg_lan_v_bus>;
	};

	sdhci@c8000600 {
		cd-gpios = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
	};

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