diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-06-05 07:27:24 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 05:05:03 -0400 |
commit | d299b5a5ee96cae1639968429a89cb5e76e1f4f9 (patch) | |
tree | 6f0629fb2aa34eaeb3021d3b80a80b0395ce964e /arch/arm/boot/dts/ste-dbx5x0.dtsi | |
parent | 589d9839df6a5955eeda785a164e515d35ac3cad (diff) |
ARM: ux500: Supply the RTC clock lookup to the DBX500 DT
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-dbx5x0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-dbx5x0.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi index 60e8c198e981..8c52f3f28b62 100644 --- a/arch/arm/boot/dts/ste-dbx5x0.dtsi +++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi | |||
@@ -73,6 +73,9 @@ | |||
73 | compatible = "arm,rtc-pl031", "arm,primecell"; | 73 | compatible = "arm,rtc-pl031", "arm,primecell"; |
74 | reg = <0x80154000 0x1000>; | 74 | reg = <0x80154000 0x1000>; |
75 | interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>; | 75 | interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>; |
76 | |||
77 | clocks = <&rtc_clk>; | ||
78 | clock-names = "apb_pclk"; | ||
76 | }; | 79 | }; |
77 | 80 | ||
78 | gpio0: gpio@8012e000 { | 81 | gpio0: gpio@8012e000 { |