ARM: ux500: Provide a means to obtain the SMSC9115 clock when DT is enabled
authorLee Jones <lee.jones@linaro.org>
Wed, 19 Dec 2012 16:36:54 +0000 (16:36 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 1 Mar 2013 22:23:19 +0000 (23:23 +0100)
commitc28f800475fc326cb418592e92cdd8f2ff07c045
treef1d79e94f0fde82a1abd812551fe96f20eb14396
parentfa17f9f3ef818308c8a7ed537bd87bd504cfb1f7
ARM: ux500: Provide a means to obtain the SMSC9115 clock when DT is enabled

Device Tree names devices differently to how some frameworks expect
them. Until we can move a platform over to the new way of obtaining
resources, we have to use the OF_DEV_AUXDATA() macros to craft a
device name which can be used in searches during allocation time.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/cpu-db8500.c