aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview/core.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@stericsson.com>2010-07-14 23:58:38 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-07-15 11:17:10 +0100
commitd6ada8609b8548e528cd91a922338aff7c616820 (patch)
tree9417078de37bc8bf6117fcb5d69103b2b1d28b4a /arch/arm/mach-realview/core.c
parent48f1d5a3cef5782cbc7a32c29f1eda2342877c13 (diff)
downloadkernel_samsung_smdk4412-d6ada8609b8548e528cd91a922338aff7c616820.zip
kernel_samsung_smdk4412-d6ada8609b8548e528cd91a922338aff7c616820.tar.gz
kernel_samsung_smdk4412-d6ada8609b8548e528cd91a922338aff7c616820.tar.bz2
ARM: 6227/1: PL022 SSP platform data for the RealViews
This adds platform data for the PL022 to the ARM RealView reference designs, adds the necessary clock definition and fixes a badly defined IRQ line on the PB1176. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-realview/core.c')
-rw-r--r--arch/arm/mach-realview/core.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/core.c b/arch/arm/mach-realview/core.c
index 9e17b4a..5865faa 100644
--- a/arch/arm/mach-realview/core.c
+++ b/arch/arm/mach-realview/core.c
@@ -349,6 +349,9 @@ static struct clk_lookup lookups[] = {
}, { /* PB:CLCD */
.dev_id = "issp:clcd",
.clk = &oscvco_clk,
+ }, { /* SSP */
+ .dev_id = "dev:ssp0",
+ .clk = &ref24_clk,
}
};