Skip to content

Commit

Permalink
ARM: tegra: add SD wp-gpios to Dalmore DT
Browse files Browse the repository at this point in the history
Dalmore can detect write-protect on the SD card. Add the required
DT entries to allow this.

Signed-off-by: Stephen Warren <[email protected]>
  • Loading branch information
nvswarren committed Apr 29, 2014
1 parent 215f21c commit cffb57e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/tegra114-dalmore.dts
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,7 @@

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";
};
Expand Down

0 comments on commit cffb57e

Please sign in to comment.