ARM: tegra: add SD wp-gpios to Jetson TK1 DT
authorStephen Warren <swarren@nvidia.com>
Mon, 28 Apr 2014 17:05:57 +0000 (11:05 -0600)
committerStephen Warren <swarren@nvidia.com>
Tue, 29 Apr 2014 16:09:51 +0000 (10:09 -0600)
Jetson TK1 can detect write-protect on the SD card. Add the required
DT entries to allow this.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124-jetson-tk1.dts

index fbc34933cf69512752b9ec6595df712dace32bd5..e31fb61a81d33ba9ee553dedf951199dd3223e26 100644 (file)
                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>;
        };