summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBeomho Seo <beomho.seo@samsung.com>2015-04-23 15:41:34 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:44:18 +0900
commitc49c0bda1381620d67d6d8fcc5d0b6d75e40c550 (patch)
tree4196a7ce6f002be796b5e3d8c7ab7118a82e6a4d /net
parent166f6049fe76c73e7d982937cef44d941896f24a (diff)
LOCAL / net: rfkill: rfkill-bcm: Change correctly compatible
This patch changes the compatible to using prefix-vendor and bluetooth chip name. Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Diffstat (limited to 'net')
-rw-r--r--net/rfkill/rfkill-bcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rfkill/rfkill-bcm.c b/net/rfkill/rfkill-bcm.c
index 442f1d9b9340..c1419782cb06 100644
--- a/net/rfkill/rfkill-bcm.c
+++ b/net/rfkill/rfkill-bcm.c
@@ -349,7 +349,7 @@ const struct dev_pm_ops rfkill_bcm_pm = {
};
static const struct of_device_id rfkill_of_match[] = {
- { .compatible = "rfkill-gpio", },
+ { .compatible = "brcm,bcm4358", },
{},
};