Skip to content
Snippets Groups Projects
Commit cffb57e6 authored by Stephen Warren's avatar Stephen Warren
Browse files

ARM: tegra: add SD wp-gpios to Dalmore DT


Dalmore can detect write-protect on the SD card. Add the required
DT entries to allow this.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 215f21c9
No related branches found
No related tags found
No related merge requests found
......@@ -1106,6 +1106,7 @@ i2s@70080400 {
sdhci@78000400 {
cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_HIGH>;
bus-width = <4>;
status = "okay";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment