From: Lee Jones Date: Fri, 4 May 2012 13:01:00 +0000 (+0100) Subject: ARM: ux500: Allow PRCMU regulator to be probed during a DT enabled boot X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=890d84fac09b7e3986317c9f6d53a7924ac10161;p=linux-edison.git ARM: ux500: Allow PRCMU regulator to be probed during a DT enabled boot This patch adds the correct compatible string for use during Device Tree population. Without it the DB8500 PRCMU regulators would be processed when DT is enabled. Acked-by: Linus Walleij Signed-off-by: Lee Jones Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index c3ece275b22..9c74ac54584 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c @@ -845,6 +845,7 @@ static const struct of_device_id u8500_local_bus_nodes[] = { /* only create devices below soc node */ { .compatible = "stericsson,db8500", }, { .compatible = "stericsson,db8500-prcmu", }, + { .compatible = "stericsson,db8500-prcmu-regulator", }, { .compatible = "stericsson,ab8500", }, { .compatible = "stericsson,ab8500-regulator", }, { .compatible = "simple-bus"},