diff options
author | Mihail Grigorov <michael.grigorov@konsulko.com> | 2017-07-05 00:54:45 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-07-05 00:54:45 -0700 |
commit | 5601ca471f0892acc36e0316844fa6bd774bfc7e (patch) | |
tree | 4a97bc7d61cd4879f2b99ac4f92b7f3d01e45a8f /arch/arm/boot/dts/dm8168-evm.dts | |
parent | 0c88e963a3090099725a5edd3b65afb4c9cf7858 (diff) | |
download | linux-5601ca471f0892acc36e0316844fa6bd774bfc7e.tar.gz |
ARM: dts: dm816x: Correct the state of the write protect pin
Commit 599c376c4932 ("ARM: dts: Fix gpio interrupts for dm816x")
corrected some problems with the MMC. However, it gets the write
protect pin backwards. It needs to be ACTIVE_HIGH not ACTIVE_LOW.
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mihail Grigorov <michael.grigorov@konsulko.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dm8168-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dm8168-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dm8168-evm.dts b/arch/arm/boot/dts/dm8168-evm.dts index 996eba0c2e7a..c72a2132aa82 100644 --- a/arch/arm/boot/dts/dm8168-evm.dts +++ b/arch/arm/boot/dts/dm8168-evm.dts @@ -196,7 +196,7 @@ vmmc-supply = <&vmmcsd_fixed>; bus-width = <4>; cd-gpios = <&gpio2 7 GPIO_ACTIVE_LOW>; - wp-gpios = <&gpio2 8 GPIO_ACTIVE_LOW>; + wp-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; }; /* At least dm8168-evm rev c won't support multipoint, later may */ |