Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: rockchip: Add BT_EN to the power sequence for veyron

Add GPIO D5 (BT_ENABLE_L) as reset-GPIO to the power sequence for the
Bluetooth/WiFi module. On devices with a Broadcom module the signal
needs to be asserted to use Bluetooth.

Note that BT_ENABLE_L is a misnomer in the schematics, the signal
actually is active-high.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Matthias Kaehlcke and committed by
Heiko Stuebner
280fa349 2f60eb2f

+10 -3
+10 -3
arch/arm/boot/dts/rk3288-veyron.dtsi
··· 62 62 pinctrl-0 = <&bt_enable_l>, <&wifi_enable_h>; 63 63 64 64 /* 65 - * On the module itself this is one of these (depending 66 - * on the actual card populated): 65 + * Depending on the actual card populated GPIO4 D4 and D5 66 + * correspond to one of these signals on the module: 67 + * 68 + * D4: 67 69 * - SDIO_RESET_L_WL_REG_ON 68 70 * - PDN (power down when low) 71 + * 72 + * D5: 73 + * - BT_I2S_WS_BT_RFDISABLE_L 74 + * - No connect 69 75 */ 70 - reset-gpios = <&gpio4 RK_PD4 GPIO_ACTIVE_LOW>; 76 + reset-gpios = <&gpio4 RK_PD4 GPIO_ACTIVE_LOW>, 77 + <&gpio4 RK_PD5 GPIO_ACTIVE_LOW>; 71 78 }; 72 79 73 80 vcc_5v: vcc-5v {