From c49c0bda1381620d67d6d8fcc5d0b6d75e40c550 Mon Sep 17 00:00:00 2001 From: Beomho Seo Date: Thu, 23 Apr 2015 15:41:34 +0900 Subject: 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 --- net/rfkill/rfkill-bcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net') 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", }, {}, }; -- cgit v1.2.3