From: Axel Haslam Date: Mon, 21 Nov 2016 15:41:55 +0000 (+0100) Subject: ARM: dts: da850-lcdk: fix mmc card detect polarity X-Git-Tag: v4.10-rc1~82^2~12^2~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=a9aa4233b8948ef212dd0b62d0bf4e8ef0b8894b;p=linux.git 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 Signed-off-by: Sekhar Nori --- 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 @@ &mmc0 { 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"; };