Skip to content

Commit

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

Signed-off-by: Stephen Warren <[email protected]>
Tested-by: Thierry Reding <[email protected]>
  • Loading branch information
nvswarren committed Apr 29, 2014
1 parent 98de744 commit 215f21c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/tegra124-jetson-tk1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -1624,6 +1624,7 @@
status = "okay";
cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
power-gpios = <&gpio TEGRA_GPIO(R, 0) GPIO_ACTIVE_HIGH>;
wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_HIGH>;
bus-width = <4>;
vqmmc-supply = <&vddio_sdmmc3>;
};
Expand Down

0 comments on commit 215f21c

Please sign in to comment.