summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ul-14x14-evk.dts
diff options
context:
space:
mode:
authorGao Pan <b54642@freescale.com>2015-10-26 12:58:25 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:23:40 +0800
commit5371a471a319073f6f1e9555b9e2e3a8af525dda (patch)
treec39cebad54307c0d1c2bc08828157d84c84debf5 /arch/arm/boot/dts/imx6ul-14x14-evk.dts
parente2fda02156528e4a948f8a1fb9142b42fadf6a0c (diff)
MLK-11779 sim: imx: set gpio active high
Sim card CVCC is determined by the gpio value from sim controller. How the CVCC is controlled on both post card boards is decribed below. NCN8025:Vcc=ACTIVE_HIGH?5V:3V TDA8035:Vcc=ACTIVE_HIGH?5V:1.8V Different sim cards have different CVCC range. To support all cards with same dts, this patch set gpio active high. Signed-off-by: Gao Pan <b54642@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-14x14-evk.dts')
-rw-r--r--arch/arm/boot/dts/imx6ul-14x14-evk.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dts b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
index 6b630503d847..68c5b8169267 100644
--- a/arch/arm/boot/dts/imx6ul-14x14-evk.dts
+++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
@@ -334,7 +334,11 @@
assigned-clocks = <&clks IMX6UL_CLK_SIM_SEL>;
assigned-clock-parents = <&clks IMX6UL_CLK_SIM_PODF>;
assigned-clock-rates = <240000000>;
- pinctrl-assert-gpios = <&gpio4 23 GPIO_ACTIVE_LOW>;
+ /* GPIO_ACTIVE_HIGH/LOW:sim card voltage control
+ * NCN8025:Vcc = ACTIVE_HIGH?5V:3V
+ * TDA8035:Vcc = ACTIVE_HIGH?5V:1.8V
+ */
+ pinctrl-assert-gpios = <&gpio4 23 GPIO_ACTIVE_HIGH>;
port = <1>;
sven_low_active;
};