From: yassinjaffer@gmail.com (yassinjaffer at gmail.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] ARM:dts:sun7i: Add keypad clk node
Date: Wed, 16 Sep 2015 00:05:54 +1000 [thread overview]
Message-ID: <1442325957-10102-2-git-send-email-yassinjaffer@gmail.com> (raw)
In-Reply-To: <1442325957-10102-1-git-send-email-yassinjaffer@gmail.com>
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 at 01c200c4 {
+ #clock-cells = <0>;
+ compatible = "allwinner,sun4i-a10-mod0-clk";
+ reg = <0x01c200c4 0x4>;
+ clocks = <&osc24M>;
+ clock-output-names = "keypad";
+ };
+
usb_clk: clk at 01c200cc {
#clock-cells = <1>;
#reset-cells = <1>;
--
1.9.1
next prev parent reply other threads:[~2015-09-15 14:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-15 14:05 NEW SUN4i KEYPAD DRIVER yassinjaffer at gmail.com
2015-09-15 14:05 ` yassinjaffer at gmail.com [this message]
2015-09-16 5:11 ` [PATCH 1/4] ARM:dts:sun7i: Add keypad clk node Maxime Ripard
2015-09-15 14:05 ` [PATCH 2/4] ARM: dts: sun7i: Add keypad node to Allwinner A20 SoC yassinjaffer at gmail.com
2015-09-17 11:29 ` Maxime Ripard
2015-09-17 14:20 ` [linux-sunxi] " Chen-Yu Tsai
2015-09-15 14:05 ` [PATCH 3/4] input: Add new sun4i-keypad driver yassinjaffer at gmail.com
2015-09-17 13:05 ` Maxime Ripard
[not found] ` <CAJzetvvUscEgTQ0Sr-BF7D6rzN_bfWT1KikRqz+BvSV-2+TWrw@mail.gmail.com>
2015-09-18 9:44 ` Maxime Ripard
2015-09-21 17:19 ` Dmitry Torokhov
2015-09-15 14:05 ` [PATCH 4/4] devicetree: bindings:Allwinner sun4i keypad yassinjaffer at gmail.com
2015-09-15 15:30 ` Maxime Ripard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442325957-10102-2-git-send-email-yassinjaffer@gmail.com \
--to=yassinjaffer@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).