From: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Wang Yafei <wangyafei-PiwChjOeyQzQT0dZR+AlfA@public.gmane.org>
Cc: Dmitry Torokhov
<dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
andrew-PiwChjOeyQzQT0dZR+AlfA@public.gmane.org,
mouse-PiwChjOeyQzQT0dZR+AlfA@public.gmane.org
Subject: Re: [PATCH] dt-bindings: input: Add the Goodix GTx5 series Touchscreen devicetree bindings
Date: Fri, 23 Jun 2017 15:37:06 -0500 [thread overview]
Message-ID: <20170623203706.upfzigj6ghdbqx2q@rob-hp-laptop> (raw)
In-Reply-To: <22592d94-f482-3e4f-3860-1dce83472d4f-PiwChjOeyQzQT0dZR+AlfA@public.gmane.org>
On Mon, Jun 19, 2017 at 06:40:32PM +0800, Wang Yafei wrote:
> Signed-off-by: Wang Yafei <wangyafei-PiwChjOeyQzQT0dZR+AlfA@public.gmane.org>
> ---
> .../bindings/input/touchscreen/goodix-gtx5.txt | 75 ++++++++++++++++++++++
> 1 file changed, 75 insertions(+)
> create mode 100755 Documentation/devicetree/bindings/input/touchscreen/goodix-gtx5.txt
>
> diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix-gtx5.txt b/Documentation/devicetree/bindings/input/touchscreen/goodix-gtx5.txt
> new file mode 100755
> index 0000000..116c3ec
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/input/touchscreen/goodix-gtx5.txt
> @@ -0,0 +1,75 @@
> +Device tree bindings for Goodix GTx5 series touchscreen controller
> +
> +Required properties:
> +
> +- compatible : should be "goodix,gtx5" or "goodix,gsx"
> +
> +- reg : I2C address of the chip. Should be 0x5d or 0x14
> +- interrupt-parent : Inerrupt controller to which the chip is connected
> +- interrupts : Interrrupt to which the chip is connected
> +- touchscreen-size-x : horizontal resolution of touchscreen
> + (in pixels)
> +- touchscreen-size-y : vertical resolution of touchscreen
> + (in pixels)
> +- touchscreen-max-id : panel supported max touch number.
> +- touchscreen-max-w : panel max width value.
Just "See touchscreen.txt" for all of these common props.
> +
> +
> +Optional properties:
> +- reset-gpios : reset gpio.
> +- irq-gpios : interrupt gpio.
Use interrupts binding.
> +- irq-flags : irq trigger type config, value should be:
> + 1 - rising edge,
> + 2 - falling edge,
> + 4 - high level,
> + 5 - low level.
Part of the flags for interrupt cells.
> +- touchscreen-swapped-x-y: swap x/y axis coordinates.
"See touchscreen.txt"
> +- touchscreen-key-map: keycode value map /*KEY_HOMEPAGE, KEY_BACK*/
This hardly seems sufficient to map screen areas to keys. There's been
some discussion about doing that in the past.
> +- power-on-delay-us: delay after power on.
> +- power-off-delay-us: delay after power off.
These should be implied by the compatible. If not, you need more
specific compatible strings.
> +- normal-cfg: touch device normal config data.
There's no mention these are a sub-node sensorX.
Needs a vendor prefix too.
> +- vtouch-supply : power supply for the touch device.
> +Example:
> +i2c@00000000 {
> + /* ... */
> +
> + goodix-ts-i2c@14 {
touchscreen@14
> + compatible = "goodix,gtx5";
> + reg = <0x14>;
> + interrupt-parent = <&msm_gpio>;
> + interrupts = <13 0x2800>;
> + vtouch-supply = <&pm8916_l15>;
> + reset-gpios = <&msm_gpio 12 0x0>;
> + irq-gpios = <&msm_gpio 13 0x2800>;
> + irq-flags = <1>; /* 1:trigger rising, 2:trigger falling;*/
> + touchscreen-max-id = <10>;
> + touchscreen-size-x = <400>;
> + touchscreen-size-y = <400>;
> + touchscreen-max-w = <400>;
> + touchscreen-max-pressure = <255>;
> + touchscreen-swapped-x-y;
> + touchscreen-key-map = <172 158>; /*KEY_HOMEPAGE, KEY_BACK*/
> + sensor0 {
How many sensors can there be? That needs to be documented.
Why do you need a sub-node?
> + normal-cfg = [
> + 02 00 00 09 09 01 07 02 00 00 00 00 01 00 3C 00 07 07
> + 00 00 00 00 00 00 40 01 40 01 C8 00 96 00 F4 01 F4 01
> + F4 01 20 01 11 0A 0A 03 14 14 14 14 0A 0C 01 01 11 11
> + 11 00 14 14 14 14 14 14 14 14 14 00 00 0F 00 00 00 00
> + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> + 00 00 00 00 00 00 00 00 00 00 11 09 10 00 31 32 33 34
> + 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 CA 64 00
> + 00 00 00 00 00 00 09 00 13 00 00 00 00 00 00 00 00 00
> + 50 B0 19 00 19 00 05 00 00 00 00 0A 05 00 00 00 00 00
> + 01 00 FF 00 0B 06 0D 02 FF 04 05 03 07 01 08 0A 0E 11
> + 0F 10 09 13 0C 16 17 14 18 12 19 15 1D 1E 1C 1F 1B 20
> + 1A 2A 29 28 25 2B 27 21 FF 24 22 2C 26 23 FF 00 00 00
> + 00 00 00 00 00 00 00 00 00 00 00 00 80 80 80 80 80 80
> + 80 80 80 80 80 80 80 80 80 80 9F 22 01 AE];
> + };
> + sensor1 {
> + normal-cfg = [ ];
> + };
> + };
> +}
> +
> +
> --
> 2.7.4
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-06-23 20:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-19 10:40 [PATCH] dt-bindings: input: Add the Goodix GTx5 series Touchscreen devicetree bindings Wang Yafei
[not found] ` <22592d94-f482-3e4f-3860-1dce83472d4f-PiwChjOeyQzQT0dZR+AlfA@public.gmane.org>
2017-06-19 22:25 ` Bastien Nocera
2017-06-20 8:53 ` Wang Yafei
2017-06-20 9:17 ` Bastien Nocera
[not found] ` <1497950270.2559.12.camel-0MeiytkfxGOsTnJN9+BGXg@public.gmane.org>
2017-06-20 13:29 ` Wang Yafei
2017-06-23 20:37 ` Rob Herring [this message]
2017-06-26 13:22 ` Wang Yafei
2017-06-26 14:16 ` Rob Herring
[not found] ` <CAL_JsqJ6w7oEjm=i_KX8Y_axbRSdX4Q+14NQ8XaHnDevGQrS_w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-06-27 3:14 ` Wang Yafei
2017-06-27 3:27 ` Wang Yafei
2017-06-30 14:46 ` Rob Herring
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=20170623203706.upfzigj6ghdbqx2q@rob-hp-laptop \
--to=robh-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=andrew-PiwChjOeyQzQT0dZR+AlfA@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=mouse-PiwChjOeyQzQT0dZR+AlfA@public.gmane.org \
--cc=wangyafei-PiwChjOeyQzQT0dZR+AlfA@public.gmane.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