public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: vishnupatekar0510@gmail.com (Vishnu Patekar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 1/4] sunxi:dts-bindings:input: bindings for A10/A20 ps2
Date: Sun, 25 Jan 2015 19:10:06 +0530	[thread overview]
Message-ID: <1422193209-17787-2-git-send-email-vishnupatekar0510@gmail.com> (raw)
In-Reply-To: <1422193209-17787-1-git-send-email-vishnupatekar0510@gmail.com>

Signed-off-by: VishnuPatekar <vishnupatekar0510@gmail.com>
---
 .../bindings/serio/allwinner,sun4i-ps2.txt         |   23 ++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/serio/allwinner,sun4i-ps2.txt

diff --git a/Documentation/devicetree/bindings/serio/allwinner,sun4i-ps2.txt b/Documentation/devicetree/bindings/serio/allwinner,sun4i-ps2.txt
new file mode 100644
index 0000000..0c30440
--- /dev/null
+++ b/Documentation/devicetree/bindings/serio/allwinner,sun4i-ps2.txt
@@ -0,0 +1,23 @@
+* Device tree bindings for Allwinner A10, A20 PS2 host controller
+
+A20 PS2 is dual role controller(PS2 host and PS2 device). These bindings are
+for PS2 A10/A20 host controller. IBM compliant IBM PS2 and AT-compatible keyboard
+and mouse can be connected.
+
+Required properties:
+
+ - reg             : Offset and length of the register set for the device.
+ - compatible      : Should be as of the following:
+                     - "allwinner,sun4i-a10-ps2"
+ - interrupts      : The interrupt line connected to the PS2.
+ - clocks          : The gate clk connected to the PS2.
+
+
+Example:
+	ps20: ps2 at 0x01c2a000 {
+		compatible = "allwinner,sun4i-a10-ps2";
+		reg = <0x01c2a000 0x400>;
+		interrupts = <0 62 4>;
+		clocks = <&apb1_gates 6>;
+		status = "disabled";
+	};
-- 
1.7.9.5

  reply	other threads:[~2015-01-25 13:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-25 13:40 [PATCH v5 0/4] ARM:sunxi:ps2 Added support for A10/A20 ps2 controller Vishnu Patekar
2015-01-25 13:40 ` Vishnu Patekar [this message]
2015-01-25 13:40 ` [PATCH v5 2/4] ARM:sunxi:drivers:input Add support for A10/A20 PS2 Vishnu Patekar
2015-01-27  8:03   ` Dmitry Torokhov
2015-01-25 13:40 ` [PATCH v5 3/4] ARM: sunxi: dts: Add PS2 nodes to dtsi for A10,A20 Vishnu Patekar
2015-01-25 13:40 ` [PATCH v5 4/4] ARM: sunxi: dts: Add A10/A20 PS2 pin muxing options Vishnu Patekar
2015-01-25 16:08 ` [PATCH v5 0/4] ARM:sunxi:ps2 Added support for A10/A20 ps2 controller 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=1422193209-17787-2-git-send-email-vishnupatekar0510@gmail.com \
    --to=vishnupatekar0510@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