LOCAL / net: rfkill: rfkill-bcm: Change correctly compatible
authorBeomho Seo <beomho.seo@samsung.com>
Thu, 23 Apr 2015 06:41:34 +0000 (15:41 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:44:18 +0000 (13:44 +0900)
This patch changes the compatible to using prefix-vendor and bluetooth
chip name.

Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
net/rfkill/rfkill-bcm.c

index 442f1d9..c141978 100644 (file)
@@ -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", },
        {},
 };