ARM: integrator: put symbolic bus names on devices
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 10 Jun 2012 22:14:15 +0000 (00:14 +0200)
committerMike Turquette <mturquette@linaro.org>
Thu, 12 Jul 2012 00:58:44 +0000 (17:58 -0700)
All the Integrator devices have bus names like "mb:16" which
I think means "memory base 0x16000000" which is where the
UART0 is. So let's call it "uart0" because that's what most
platforms do these days.

Change this everywhere for the integrator as we prepare for
some core clock code movement.

Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>

No differences found