Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 6828/1: mach-ux500: delete SSP PrimeCell ID

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>

authored by

Linus Walleij and committed by
Russell King
e536fbe1 5de5a4dd

+1 -4
+1 -1
arch/arm/mach-ux500/devices-db8500.h
··· 25 25 db8500_add_ssp(const char *name, resource_size_t base, int irq, 26 26 struct pl022_ssp_controller *pdata) 27 27 { 28 - return dbx500_add_amba_device(name, base, irq, pdata, SSP_PER_ID); 28 + return dbx500_add_amba_device(name, base, irq, pdata, 0); 29 29 } 30 30 31 31
-3
arch/arm/mach-ux500/include/mach/hardware.h
··· 29 29 #include <mach/db8500-regs.h> 30 30 #include <mach/db5500-regs.h> 31 31 32 - /* ST-Ericsson modified pl022 id */ 33 - #define SSP_PER_ID 0x01080022 34 - 35 32 #ifndef __ASSEMBLY__ 36 33 37 34 #include <mach/id.h>