Skip to content

Commit 3308568

Browse files
author
Kirt Hsieh
committed
dts: Add gpio4_d3 into sdio host power on sequence
For miniarm control run, RF will attach this pin to BT/Wi-Fi module for correcting the power sequence of BT/Wi-Fi module. Change-Id: I7515601a01a4fccb6f9e2a9f3ec2d8d5240ef43b
1 parent bfb02cc commit 3308568

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

arch/arm/boot/dts/rk3288-miniarm.dts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@
104104
clocks = <&rk808 RK808_CLKOUT1>;
105105
clock-names = "ext_clock";
106106
pinctrl-names = "default";
107-
pinctrl-0 = <&wifi_enable_h>;
107+
pinctrl-0 = <&chip_enable_h>, <&wifi_enable_h>;
108108

109109
/*
110110
* On the module itself this is one of these (depending
111111
* on the actual card populated):
112112
* - SDIO_RESET_L_WL_REG_ON
113113
* - PDN (power down when low)
114114
*/
115-
reset-gpios = <&gpio4 28 GPIO_ACTIVE_LOW>;
115+
reset-gpios = <&gpio4 28 GPIO_ACTIVE_LOW>, <&gpio4 27 GPIO_ACTIVE_LOW>;
116116
};
117117

118118
gpio-keys {
@@ -670,6 +670,9 @@
670670
wifi_enable_h: wifi-enable-h {
671671
rockchip,pins = <4 28 RK_FUNC_GPIO &pcfg_pull_none>;
672672
};
673+
chip_enable_h: chip-enable-h {
674+
rockchip,pins = <4 27 RK_FUNC_GPIO &pcfg_pull_none>;
675+
};
673676
};
674677

675678
sdmmc {

0 commit comments

Comments
 (0)