Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752187AbbLKDoj (ORCPT ); Thu, 10 Dec 2015 22:44:39 -0500 Received: from mail.kernel.org ([198.145.29.136]:42448 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751552AbbLKDoh (ORCPT ); Thu, 10 Dec 2015 22:44:37 -0500 Date: Thu, 10 Dec 2015 21:44:32 -0600 From: Rob Herring To: Charles Keepax Cc: cw00.choi@samsung.com, myungjoo.ham@samsung.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, patches@opensource.wolfsonmicro.com Subject: Re: [PATCH 2/2] extcon: arizona: Update device tree binding for mic detect configurations Message-ID: <20151211034432.GA3159@rob-hp-laptop> References: <1449767299-29691-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> <1449767299-29691-2-git-send-email-ckeepax@opensource.wolfsonmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449767299-29691-2-git-send-email-ckeepax@opensource.wolfsonmicro.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2025 Lines: 43 On Thu, Dec 10, 2015 at 05:08:19PM +0000, Charles Keepax wrote: > Update the device tree binding documentation to include documentation for > the wlf,micd-configs property that is used to specify the configurations > for headset polarity detection (CTIA / OTMP). > > Signed-off-by: Charles Keepax Acked-by: Rob Herring > --- > Documentation/devicetree/bindings/extcon/extcon-arizona.txt | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/extcon/extcon-arizona.txt b/Documentation/devicetree/bindings/extcon/extcon-arizona.txt > index 238e10e..fd9b898 100644 > --- a/Documentation/devicetree/bindings/extcon/extcon-arizona.txt > +++ b/Documentation/devicetree/bindings/extcon/extcon-arizona.txt > @@ -37,5 +37,13 @@ Optional properties: > milliseconds. > - wlf,micd-force-micbias : Force MICBIAS continuously on during microphone > detection. > + - wlf,micd-configs : Headset polarity configurations (generally used for > + detection of CTIA / OMTP headsets), the field can be of variable length > + but should always be a multiple of 3 cells long, each three cell group > + represents one polarity configuration. > + The first cell defines the accessory detection pin, zero will use MICDET1 > + and all other values will use MICDET2. > + The second cell represents the MICBIAS to be used. > + The third cell represents the value of the micd-pol-gpio pin. > > - wlf,gpsw : Settings for the general purpose switch > -- > 2.1.4 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- 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/