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: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Marcel Ziswiler 2018-09-02 12:08:55 +02:00 committed by Thierry Reding
parent 351c72c832
commit 88fd676b15
2 changed files with 2 additions and 4 deletions

View File

@ -163,9 +163,11 @@ usb-phy@c5008000 {
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;
};

View File

@ -698,10 +698,6 @@ usb-phy@c5004000 {
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>;