]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: qca: don't disable power management for QCA6390
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 24 Jun 2024 19:45:18 +0000 (21:45 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 15 Jul 2024 14:11:05 +0000 (10:11 -0400)
commitfb5e4713fc185f6283ba0704edccea312253e805
treef945c547ed994cf144dc3b6d44c08291547693d9
parentb96bac9607b285d4316e74fbf469df084c4f8adb
Bluetooth: qca: don't disable power management for QCA6390

We unnecessarily fallthrough the case for QCA6390 when initializing the
device and hit the condition where - due to the lack of the enable-gpio
- we disable power management despite using the power sequencer. We don't
need to look for clocks on this model so it makes more sense to just
register the hci device and break the switch.

Reported-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fixes: 9a15ce685706 ("Bluetooth: qca: use the power sequencer for QCA6390")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> # RB5
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/hci_qca.c