diff options
author | Stephen Warren <swarren@nvidia.com> | 2014-04-28 14:50:50 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2014-04-29 12:09:54 -0400 |
commit | cffb57e62394f6ae3f86b9dc1d9bb59d44a15a20 (patch) | |
tree | 1fe2dc4ee95e88f1bb507995187362ef03ade74c /arch/arm/boot/dts | |
parent | 215f21c93e2c5568c0ba44890dd4539d7028a40e (diff) |
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: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/tegra114-dalmore.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index 35a2ee71a970..5c21d216515a 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts | |||
@@ -1106,6 +1106,7 @@ | |||
1106 | 1106 | ||
1107 | sdhci@78000400 { | 1107 | sdhci@78000400 { |
1108 | cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>; | 1108 | cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>; |
1109 | wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_HIGH>; | ||
1109 | bus-width = <4>; | 1110 | bus-width = <4>; |
1110 | status = "okay"; | 1111 | status = "okay"; |
1111 | }; | 1112 | }; |