From 6984e82c84e7c1b5390bd4d7450d89814e3840f1 Mon Sep 17 00:00:00 2001 From: Wadim Egorov Date: Wed, 13 May 2015 12:15:54 +0200 Subject: ARM: am33xx: Fix SCRM compatible string to match new DT compatible string Commit 461f8cfc7ea788428240271818363333ceff5c4c renamed the SCRM compatible string in am33xx.dtsi and breaks all am335x based boards. Rename the SCRM compatible string. Signed-off-by: Wadim Egorov Signed-off-by: Sascha Hauer --- arch/arm/mach-omap/am33xx_scrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap/am33xx_scrm.c b/arch/arm/mach-omap/am33xx_scrm.c index bb0babeceb..f03fb2bf6a 100644 --- a/arch/arm/mach-omap/am33xx_scrm.c +++ b/arch/arm/mach-omap/am33xx_scrm.c @@ -31,7 +31,7 @@ static int am33xx_scrm_probe(struct device_d *dev) static __maybe_unused struct of_device_id am33xx_scrm_dt_ids[] = { { - .compatible = "ti,am3-scrm", + .compatible = "ti,am3-scm", }, { /* sentinel */ } -- cgit v1.2.3