diff options
author | Axel Haslam <ahaslam@baylibre.com> | 2016-11-21 18:41:55 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-11-22 14:27:26 +0300 |
commit | a9aa4233b8948ef212dd0b62d0bf4e8ef0b8894b (patch) | |
tree | 81a50ca319988b3a1ba2e0f3beca2d921f20c94c /arch/arm/boot/dts/da850-lcdk.dts | |
parent | 83de086cc89410a8d4e0b6345e8a1116797ea703 (diff) | |
download | linux-a9aa4233b8948ef212dd0b62d0bf4e8ef0b8894b.tar.xz |
ARM: dts: da850-lcdk: fix mmc card detect polarity
The polarity of the card detect pin is inverted.
Change it to reflect the right polarity for the board
which is ACTIVE_LOW.
Signed-off-by: Axel Haslam <ahaslam@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/da850-lcdk.dts')
-rw-r--r-- | arch/arm/boot/dts/da850-lcdk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts index 03f9bfda5385..8411a91911fd 100644 --- a/arch/arm/boot/dts/da850-lcdk.dts +++ b/arch/arm/boot/dts/da850-lcdk.dts @@ -122,7 +122,7 @@ bus-width = <4>; pinctrl-names = "default"; pinctrl-0 = <&mmc0_pins>; - cd-gpios = <&gpio 64 GPIO_ACTIVE_HIGH>; + cd-gpios = <&gpio 64 GPIO_ACTIVE_LOW>; status = "okay"; }; |