Bluetooth: hci_qca: Don't vote for specific voltage
authorBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 18 Oct 2019 05:24:02 +0000 (22:24 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 17 Oct 2019 09:12:20 +0000 (11:12 +0200)
commitf2edd66e515b9944a7e516510a54959e5004181b
treefd92b9e34d73b24615d7c8cc2dabc517c4cd934f
parentc29ff107e0bdf2911813dbae3e5808c5912cdff6
Bluetooth: hci_qca: Don't vote for specific voltage

Devices with specific voltage requirements should not request voltage
from the driver, but instead rely on the system configuration to define
appropriate voltages for each rail.

This ensures that PMIC and board variations are accounted for, something
that the 0.1V range in the hci_qca driver currently tries to address.
But on the Lenovo Yoga C630 (with wcn3990) vddch0 is 3.1V, which means
the driver will fail to set the voltage.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_qca.c