Commit 5601ca47 authored by Mihail Grigorov's avatar Mihail Grigorov Committed by Tony Lindgren

ARM: dts: dm816x: Correct the state of the write protect pin

Commit 599c376c ("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: default avatarMihail Grigorov <michael.grigorov@konsulko.com>
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 0c88e963
...@@ -196,7 +196,7 @@ &mmc1 { ...@@ -196,7 +196,7 @@ &mmc1 {
vmmc-supply = <&vmmcsd_fixed>; vmmc-supply = <&vmmcsd_fixed>;
bus-width = <4>; bus-width = <4>;
cd-gpios = <&gpio2 7 GPIO_ACTIVE_LOW>; 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 */ /* At least dm8168-evm rev c won't support multipoint, later may */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment