projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
589d983
)
ARM: ux500: Supply the RTC clock lookup to the DBX500 DT
author
Lee Jones
<lee.jones@linaro.org>
Wed, 5 Jun 2013 11:27:24 +0000
(12:27 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 26 Sep 2013 09:05:03 +0000
(11:05 +0200)
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-dbx5x0.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/ste-dbx5x0.dtsi
b/arch/arm/boot/dts/ste-dbx5x0.dtsi
index
60e8c19
..
8c52f3f
100644
(file)
--- a/
arch/arm/boot/dts/ste-dbx5x0.dtsi
+++ b/
arch/arm/boot/dts/ste-dbx5x0.dtsi
@@
-73,6
+73,9
@@
compatible = "arm,rtc-pl031", "arm,primecell";
reg = <0x80154000 0x1000>;
interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
+
+ clocks = <&rtc_clk>;
+ clock-names = "apb_pclk";
};
gpio0: gpio@8012e000 {