Commit 102ca26a authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Fix SD write-protect polarity on Jetson TX2

The write-protect GPIO has an active high polarity.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 2fdb74fe
......@@ -92,7 +92,7 @@ i2c@31e0000 {
/* SDMMC1 (SD/MMC) */
sdhci@3400000 {
cd-gpios = <&gpio TEGRA_MAIN_GPIO(P, 5) GPIO_ACTIVE_LOW>;
wp-gpios = <&gpio TEGRA_MAIN_GPIO(P, 4) GPIO_ACTIVE_LOW>;
wp-gpios = <&gpio TEGRA_MAIN_GPIO(P, 4) GPIO_ACTIVE_HIGH>;
vqmmc-supply = <&vddio_sdmmc1>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment