devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Hans Verkuil <hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>
Cc: "linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"open list:DRM PANEL DRIVERS"
	<dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Hans Verkuil
	<hans.verkuil-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCHv4 3/5] dt-bindings: document the CEC GPIO bindings
Date: Mon, 11 Sep 2017 22:56:04 +0200	[thread overview]
Message-ID: <CACRpkdY195waN-SY2sKNhVBmz9pwAdriLPY14bqH7RakT86sKg@mail.gmail.com> (raw)
In-Reply-To: <20170831110156.11018-4-hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>

On Thu, Aug 31, 2017 at 1:01 PM, Hans Verkuil <hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org> wrote:

> +       cec-gpio = <&gpio 7 GPIO_OPEN_DRAIN>;

Actually if you want to be 100% specific:

cec-gpio = <&gpio 7 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;

(Parens are needed.)

But I'm not very picky about that, active high is implicit.

Yours,
Linus Walleij
--
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

  parent reply	other threads:[~2017-09-11 20:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-31 11:01 [PATCHv4 0/5] cec-gpio: add HDMI CEC GPIO-based driver Hans Verkuil
2017-08-31 11:01 ` [PATCHv4 1/5] cec: add CEC_EVENT_PIN_HPD_LOW/HIGH events Hans Verkuil
     [not found] ` <20170831110156.11018-1-hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>
2017-08-31 11:01   ` [PATCHv4 2/5] cec-ioc-dqevent.rst: document new " Hans Verkuil
2017-08-31 11:01   ` [PATCHv4 3/5] dt-bindings: document the CEC GPIO bindings Hans Verkuil
     [not found]     ` <20170831110156.11018-4-hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>
2017-08-31 14:07       ` Linus Walleij
2017-09-11 20:56       ` Linus Walleij [this message]
2017-09-12 14:43       ` Rob Herring
2017-09-13  8:21         ` Hans Verkuil
     [not found]           ` <30a2fa9d-1aa9-84c1-7842-05167eee73d3-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>
2017-09-15  8:40             ` Hans Verkuil
     [not found]               ` <89739d22-bce2-e31e-fd00-5e7c2fae2148-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org>
2017-09-15 18:14                 ` Rob Herring
2017-09-11  7:42     ` Hans Verkuil
2017-08-31 11:01 ` [PATCHv4 4/5] cec-gpio: add HDMI CEC GPIO driver Hans Verkuil
2017-08-31 14:10   ` Linus Walleij
     [not found]     ` <CACRpkdYQSYMQHgrOimV6iVRdrjhAXvXdzsfnNr8abykOyZP8yw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-08-31 14:19       ` Hans Verkuil
2017-08-31 11:01 ` [PATCHv4 5/5] MAINTAINERS: add cec-gpio entry Hans Verkuil

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=CACRpkdY195waN-SY2sKNhVBmz9pwAdriLPY14bqH7RakT86sKg@mail.gmail.com \
    --to=linus.walleij-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=hans.verkuil-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org \
    --cc=hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org \
    --cc=linux-media-u79uwXL29TY76Z2rM5mHXA@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;
as well as URLs for NNTP newsgroup(s).