Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1225150 > unrolled thread

[PATCH 1/4] ARM:dts:sun7i: Add keypad clk node

Started byyassinjaffer@gmail.com
First post2015-09-15 16:10 +0200
Last post2015-09-16 07:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [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

#1225150 — [PATCH 1/4] ARM:dts:sun7i: Add keypad clk node

Fromyassinjaffer@gmail.com
Date2015-09-15 16:10 +0200
Subject[PATCH 1/4] ARM:dts:sun7i: Add keypad clk node
Message-ID<q8Z5N-73c-37@gated-at.bofh.it>
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/

[toc] | [next] | [standalone]


#1225719

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2015-09-16 07:20 +0200
Message-ID<q9dip-3ds-1@gated-at.bofh.it>
In reply to#1225150

[Multipart message — attachments visible in raw view] — view raw

On Wed, Sep 16, 2015 at 12:05:54AM +1000, yassinjaffer@gmail.com wrote:
> From: Yassin Jaffer <yassinjaffer@gmail.com>
> 
> This patch add support to the keypad clock on sun7i
> 
> Signed-off-by: Yassin Jaffer <yassinjaffer@gmail.com>

Applied, thanks!

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web