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


Groups > linux.kernel > #1225147

[PATCH 2/4] ARM: dts: sun7i: Add keypad node to Allwinner A20 SoC

From yassinjaffer@gmail.com
Newsgroups linux.kernel
Subject [PATCH 2/4] ARM: dts: sun7i: Add keypad node to Allwinner A20 SoC
Date 2015-09-15 16:10 +0200
Message-ID <q8Z5M-73c-35@gated-at.bofh.it> (permalink)
References <q8Z5M-73c-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Yassin Jaffer <yassinjaffer@gmail.com>

Add Keypad controller node definition to the A20 SoC.

Signed-off-by: Yassin Jaffer <yassinjaffer@gmail.com>
---
 arch/arm/boot/dts/sun7i-a20.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index 333604a..35cc8d0 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -1198,6 +1198,15 @@
 			status = "disabled";
 		};
 
+		kp: kp@01c23000 {
+			compatible = "allwinner,sun4i-a10-keypad";
+			reg = <0x01c23000 0x400>;
+			interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&apb0_gates 10>, <&keypad_clk>;
+			clock-names = "apb", "keypad";
+			status = "disabled";
+		};
+
 		sid: eeprom@01c23800 {
 			compatible = "allwinner,sun7i-a20-sid";
 			reg = <0x01c23800 0x200>;
-- 
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 | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 2/4] ARM: dts: sun7i: Add keypad node to Allwinner A20 SoC yassinjaffer@gmail.com - 2015-09-15 16:10 +0200
  Re: [PATCH 2/4] ARM: dts: sun7i: Add keypad node to Allwinner A20 SoC Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-09-17 13:30 +0200
    Re: [linux-sunxi] Re: [PATCH 2/4] ARM: dts: sun7i: Add keypad node to  Allwinner A20 SoC Chen-Yu Tsai <wens@csie.org> - 2015-09-17 16:30 +0200

csiph-web