ARM: 6828/1: mach-ux500: delete SSP PrimeCell ID
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 24 Mar 2011 15:12:07 +0000 (16:12 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 26 May 2011 09:33:34 +0000 (10:33 +0100)
This is redundant. The correct ID number is right there in the
hardware anyway. We will introduce a mechanism later to hard-code
this for deviant cells.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-ux500/devices-db8500.h
arch/arm/mach-ux500/include/mach/hardware.h

index 9cc6f8f5d3e621c9008c1006ef6c59bda65cd8b4..e341ad08336568749d86c3397982f198cce03634 100644 (file)
@@ -25,7 +25,7 @@ static inline struct amba_device *
 db8500_add_ssp(const char *name, resource_size_t base, int irq,
               struct pl022_ssp_controller *pdata)
 {
-       return dbx500_add_amba_device(name, base, irq, pdata, SSP_PER_ID);
+       return dbx500_add_amba_device(name, base, irq, pdata, 0);
 }
 
 
index 2c6f71049f2ec7fec0fe2f3ac6ca934330f33033..470ac52663d61e7021586c29de997a78205fdba9 100644 (file)
@@ -29,9 +29,6 @@
 #include <mach/db8500-regs.h>
 #include <mach/db5500-regs.h>
 
-/* ST-Ericsson modified pl022 id */
-#define SSP_PER_ID             0x01080022
-
 #ifndef __ASSEMBLY__
 
 #include <mach/id.h>
This page took 0.026943 seconds and 5 git commands to generate.