From patchwork Fri Aug 3 01:25:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [09/14] UBUNTU: SAUCE: ARM smp_twd: add back "arm, smp-twd" compatible property Date: Thu, 02 Aug 2012 15:25:03 -0000 From: Ike Panhc X-Patchwork-Id: 174830 Message-Id: <1343957103-5563-1-git-send-email-ike.pan@canonical.com> To: kernel-team@lists.ubuntu.com From: Rob Herring 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 Signed-off-by: Ike Panhc --- 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", }, { }, };