summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-11-22 17:20:02 +0100
committerLee Jones <lee.jones@linaro.org>2012-11-27 11:58:57 +0100
commite13316d60658aee7987b51025f342649baa33487 (patch)
tree4b504c2925a9f6490e30139fdfe7a8b4ba925cd4 /arch
parentARM: dts: add missing ux500 device trees (diff)
downloadlinux-e13316d60658aee7987b51025f342649baa33487.tar.xz
linux-e13316d60658aee7987b51025f342649baa33487.zip
ARM: ux500: Rename dbx500 cpufreq code to be more generic
The cpufreq driver doesn't only handle the db8500 anymore. There are new variants which rely on it too, so we've renamed the driver to be more generic. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ux500/cpu-db8500.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c
index d2076ce22e97..4c6ce012daef 100644
--- a/arch/arm/mach-ux500/cpu-db8500.c
+++ b/arch/arm/mach-ux500/cpu-db8500.c
@@ -222,7 +222,7 @@ struct device * __init u8500_init_devices(struct ab8500_platform_data *ab8500)
db8500_add_usb(parent, usb_db8500_rx_dma_cfg, usb_db8500_tx_dma_cfg);
platform_device_register_data(parent,
- "cpufreq-u8500", -1, NULL, 0);
+ "cpufreq-ux500", -1, NULL, 0);
for (i = 0; i < ARRAY_SIZE(platform_devs); i++)
platform_devs[i]->dev.parent = parent;
@@ -244,7 +244,7 @@ static struct device * __init u8500_of_init_devices(void)
db8500_add_usb(parent, usb_db8500_rx_dma_cfg, usb_db8500_tx_dma_cfg);
platform_device_register_data(parent,
- "cpufreq-u8500", -1, NULL, 0);
+ "cpufreq-ux500", -1, NULL, 0);
u8500_dma40_device.dev.parent = parent;