mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 08:34:20 +08:00
Bluetooth: hci_bcm: Add compatible string for BCM4330
The BCM4330 chip is a 802.11 a/b/g/n + Bluetooth 4.0 + HS controller. This patch adds a compatible string match to the serdev driver for the Bluetooth part of the chip. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
92ffe0db3c
commit
6690455519
@ -1397,6 +1397,7 @@ static void bcm_serdev_remove(struct serdev_device *serdev)
|
|||||||
#ifdef CONFIG_OF
|
#ifdef CONFIG_OF
|
||||||
static const struct of_device_id bcm_bluetooth_of_match[] = {
|
static const struct of_device_id bcm_bluetooth_of_match[] = {
|
||||||
{ .compatible = "brcm,bcm20702a1" },
|
{ .compatible = "brcm,bcm20702a1" },
|
||||||
|
{ .compatible = "brcm,bcm4330-bt" },
|
||||||
{ .compatible = "brcm,bcm43438-bt" },
|
{ .compatible = "brcm,bcm43438-bt" },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user