Re: [PATCH] ARM: dts: rockchip: Add BT_EN to the power sequence for veyron

2019-04-11 Thread Heiko Stuebner
Am Mittwoch, 10. April 2019, 01:14:05 CEST schrieb Matthias Kaehlcke: > 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

Re: [PATCH] ARM: dts: rockchip: Add BT_EN to the power sequence for veyron

2019-04-10 Thread Doug Anderson
Hi, On Tue, Apr 9, 2019 at 4:14 PM Matthias Kaehlcke wrote: > > 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

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

2019-04-09 Thread Matthias Kaehlcke
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