projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83de086
)
ARM: dts: da850-lcdk: fix mmc card detect polarity
author
Axel Haslam
<ahaslam@baylibre.com>
Mon, 21 Nov 2016 15:41:55 +0000
(16:41 +0100)
committer
Sekhar Nori
<nsekhar@ti.com>
Tue, 22 Nov 2016 11:27:26 +0000
(16:57 +0530)
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>
arch/arm/boot/dts/da850-lcdk.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/da850-lcdk.dts
b/arch/arm/boot/dts/da850-lcdk.dts
index 03f9bfda53855d0bdd9c80ba847ae2bf3d8426ba..8411a91911fd3c0eec60a5fa6ec6ef3771b7720b 100644
(file)
--- 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";
};