Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1225150
| From | yassinjaffer@gmail.com |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/4] ARM:dts:sun7i: Add keypad clk node |
| Date | 2015-09-15 16:10 +0200 |
| Message-ID | <q8Z5N-73c-37@gated-at.bofh.it> (permalink) |
| References | <q8Z5M-73c-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Yassin Jaffer <yassinjaffer@gmail.com>
This patch add support to the keypad clock on sun7i
Signed-off-by: Yassin Jaffer <yassinjaffer@gmail.com>
---
arch/arm/boot/dts/sun7i-a20.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index 2bebaa2..333604a 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -465,6 +465,14 @@
clock-output-names = "ir1";
};
+ keypad_clk: clk@01c200c4 {
+ #clock-cells = <0>;
+ compatible = "allwinner,sun4i-a10-mod0-clk";
+ reg = <0x01c200c4 0x4>;
+ clocks = <&osc24M>;
+ clock-output-names = "keypad";
+ };
+
usb_clk: clk@01c200cc {
#clock-cells = <1>;
#reset-cells = <1>;
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/4] ARM:dts:sun7i: Add keypad clk node yassinjaffer@gmail.com - 2015-09-15 16:10 +0200 Re: [PATCH 1/4] ARM:dts:sun7i: Add keypad clk node Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-09-16 07:20 +0200
csiph-web