提交 b7ced444 编写于 作者: K Kishon Vijay Abraham I 提交者: Tony Lindgren

ARM: dts: am572x-idk: Fix GPIO polarity for MMC1 card detect

The GPIO polarity for MMC1 card detect is set to '0' which means
active-high. However the polarity should be active-low. Fix it
here.
Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 258eff83
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
vmmc-supply = <&v3_3d>; vmmc-supply = <&v3_3d>;
vmmc_aux-supply = <&ldo1_reg>; vmmc_aux-supply = <&ldo1_reg>;
bus-width = <4>; bus-width = <4>;
cd-gpios = <&gpio6 27 0>; /* gpio 219 */ cd-gpios = <&gpio6 27 GPIO_ACTIVE_LOW>; /* gpio 219 */
}; };
&sn65hvs882 { &sn65hvs882 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册