summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajkumar Kasirajan <rajkumar.kasirajan@stericsson.com>2012-01-20 14:26:06 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 10:59:28 +0200
commitb523e04f52b5f05631188b3a66352d246a7838b0 (patch)
treebf600f20bd7f33b0db128720be53a5f50049197d
parente11e3996149f573fc9f0412afbdd4b1bc3df1569 (diff)
u5500: clock: add dummy clock for rtc pl031
ST-Ericsson ID: 345151 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: NA Signed-off-by: Rajkumar Kasirajan <rajkumar.kasirajan@stericsson.com> Change-Id: I09dd2c0999a03ac70c4d047a41e1cbcca4943b9c Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/46033 Reviewed-by: Rabin VINCENT <rabin.vincent@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/clock-db5500.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/clock-db5500.c b/arch/arm/mach-ux500/clock-db5500.c
index 7e8805f595c..b815b422b13 100644
--- a/arch/arm/mach-ux500/clock-db5500.c
+++ b/arch/arm/mach-ux500/clock-db5500.c
@@ -583,6 +583,7 @@ static struct clk_lookup db5500_prcc_clocks[] = {
* Dummy clock sets up the GPIOs.
*/
CLK_LOOKUP(clk_dummy, "gpio.3", NULL),
+ CLK_LOOKUP(rtc32k, "rtc-pl031", NULL),
};
static struct clk_lookup db5500_clkouts[] = {