Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b589e5c9 authored by Tim Jiang's avatar Tim Jiang Committed by Zijun Hu
Browse files

bluetooth: Add QCA9379 power control support



To support QCA9379 chipset by Adding corresponding
compatible property in relevant OF match table.

CRs-fixed: 2241064
Change-Id: If4bf4fc33c065da3ec86fa4ee66446051580ae90
Signed-off-by: default avatarTim Jiang <tjiang@codeaurora.org>
(cherry picked from commit I9fb7b5afb26db1faa3def0c068bc01a143a76c84)
Signed-off-by: default avatarZijun Hu <zijuhu@codeaurora.org>
parent 0e827fea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ Required properties:
  - compatible: Should be set to one of the following:
	qca,ar3002
	qca,qca6174
	qca,qca9379
	qca,wcn3990
  - qca,bt-reset-gpio: GPIO pin to bring BT Controller out of reset

+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2009-2010, 2013-2016 The Linux Foundation. All rights reserved.
/* Copyright (c) 2009-2010, 2013-2018 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -36,6 +36,7 @@
static struct of_device_id bt_power_match_table[] = {
	{	.compatible = "qca,ar3002" },
	{	.compatible = "qca,qca6174" },
	{	.compatible = "qca,qca9379" },
	{	.compatible = "qca,wcn3990" },
	{}
};