mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
5de5a4dd87
commit
e536fbe18f
2 changed files with 1 additions and 4 deletions
|
@ -25,7 +25,7 @@ static inline struct amba_device *
|
||||||
db8500_add_ssp(const char *name, resource_size_t base, int irq,
|
db8500_add_ssp(const char *name, resource_size_t base, int irq,
|
||||||
struct pl022_ssp_controller *pdata)
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -29,9 +29,6 @@
|
||||||
#include <mach/db8500-regs.h>
|
#include <mach/db8500-regs.h>
|
||||||
#include <mach/db5500-regs.h>
|
#include <mach/db5500-regs.h>
|
||||||
|
|
||||||
/* ST-Ericsson modified pl022 id */
|
|
||||||
#define SSP_PER_ID 0x01080022
|
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
|
|
||||||
#include <mach/id.h>
|
#include <mach/id.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue