From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCHv4 3/5] dt-bindings: document the CEC GPIO bindings Date: Mon, 11 Sep 2017 22:56:04 +0200 Message-ID: References: <20170831110156.11018-1-hverkuil@xs4all.nl> <20170831110156.11018-4-hverkuil@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20170831110156.11018-4-hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Hans Verkuil Cc: "linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "open list:DRM PANEL DRIVERS" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Hans Verkuil List-Id: devicetree@vger.kernel.org On Thu, Aug 31, 2017 at 1:01 PM, Hans Verkuil 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