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

Configure Feed

Select the types of activity you want to include in your feed.

Bluetooth: hci_qca: use the power sequencer for wcn6750

Older boards are having entry "enable-gpios" in dts, we can safely assume
latest boards which are supporting PMU node enrty will support power
sequencer.

Signed-off-by: Janaki Ramaiah Thota <quic_janathot@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Janaki Ramaiah Thota and committed by
Luiz Augusto von Dentz
852cfdc7 a88643b7

+1 -1
+1 -1
drivers/bluetooth/hci_qca.c
··· 2359 2359 switch (qcadev->btsoc_type) { 2360 2360 case QCA_WCN6855: 2361 2361 case QCA_WCN7850: 2362 + case QCA_WCN6750: 2362 2363 if (!device_property_present(&serdev->dev, "enable-gpios")) { 2363 2364 /* 2364 2365 * Backward compatibility with old DT sources. If the ··· 2379 2378 case QCA_WCN3990: 2380 2379 case QCA_WCN3991: 2381 2380 case QCA_WCN3998: 2382 - case QCA_WCN6750: 2383 2381 qcadev->bt_power->dev = &serdev->dev; 2384 2382 err = qca_init_regulators(qcadev->bt_power, data->vregs, 2385 2383 data->num_vregs);