[PATCH linux 07/13] misc/bt-host: use a more explicit compatible string

OpenBMC Patches patches at stwcx.xyz
Fri Oct 23 04:59:07 AEDT 2015


From: Jeremy Kerr <jk at ozlabs.org>

The interface we're using here is specific to the aspeed
hardware implementation.

Signed-off-by: Jeremy Kerr <jk at ozlabs.org>
---
 arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts | 2 +-
 drivers/misc/bt-host.c                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
index 4afa8ce8..31ed882 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
@@ -87,7 +87,7 @@
 			};
 
 			ibt at 1e789150 {
-				compatible = "bt-host";
+				compatible = "aspeed,bt-host";
 				reg = <0x1e789140 0x18>;
 			};
 
diff --git a/drivers/misc/bt-host.c b/drivers/misc/bt-host.c
index 90713c5..f96137e 100644
--- a/drivers/misc/bt-host.c
+++ b/drivers/misc/bt-host.c
@@ -313,7 +313,7 @@ static int bt_host_remove(struct platform_device *pdev)
 }
 
 static const struct of_device_id bt_host_match[] = {
-	{ .compatible = "bt-host" },
+	{ .compatible = "aspeed,bt-host" },
 	{ },
 };
 
-- 
2.6.0




More information about the openbmc mailing list