[PATCH 09/14] UBUNTU: SAUCE: ARM smp_twd: add back "arm, smp-twd" compatible property
Ike Panhc
ike.pan at canonical.com
Fri Aug 3 01:25:03 UTC 2012
From: Rob Herring <rob.herring at calxeda.com>
BugLink: http://launchpad.net/bugs/1008345
The compatible property changed but this will break platforms if they
have a dtb with the old name. This will not be needed once all systems
have an updated dtb.
Signed-off-by: Rob Herring <rob.herring at calxeda.com>
Signed-off-by: Ike Panhc <ike.pan at canonical.com>
---
arch/arm/kernel/smp_twd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/kernel/smp_twd.c b/arch/arm/kernel/smp_twd.c
index fef42b2..ff23722 100644
--- a/arch/arm/kernel/smp_twd.c
+++ b/arch/arm/kernel/smp_twd.c
@@ -313,6 +313,7 @@ const static struct of_device_id twd_of_match[] __initconst = {
{ .compatible = "arm,cortex-a9-twd-timer", },
{ .compatible = "arm,cortex-a5-twd-timer", },
{ .compatible = "arm,arm11mp-twd-timer", },
+ { .compatible = "arm,smp-twd", },
{ },
};
--
1.7.9.5
More information about the kernel-team
mailing list