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

Commit cd582617 authored by Tim Jiang's avatar Tim Jiang Committed by Gerrit - the friendly Code Review server
Browse files

bluetooth: Add QCA9379 power control support



To support QCA9379 chipset.

Change-Id: If4bf4fc33c065da3ec86fa4ee66446051580ae90
Signed-off-by: default avatarTim Jiang <tjiang@codeaurora.org>
parent a7075112
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-2017 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" },
	{}
};