Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754591AbbETRw1 (ORCPT ); Wed, 20 May 2015 13:52:27 -0400 Received: from muru.com ([72.249.23.125]:52502 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754012AbbETRwZ (ORCPT ); Wed, 20 May 2015 13:52:25 -0400 Date: Wed, 20 May 2015 10:52:22 -0700 From: Tony Lindgren To: Marek Belisko Cc: bcousson@baylibre.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, hns@goldelico.com Subject: Re: [PATCH] ARM: dts: omap3-gta04: Add hdqw1 support Message-ID: <20150520175222.GD10274@atomide.com> References: <1430254467-29177-1-git-send-email-marek@goldelico.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430254467-29177-1-git-send-email-marek@goldelico.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: 1306 Lines: 48 * Marek Belisko [150428 13:55]: > Enable omap-hdq for battery fuel gauge access. > > Signed-off-by: Marek Belisko > Signed-off-by: H. Nikolaus Schaller Applying into omap-for-v4.2/dt thanks. Tony > --- > arch/arm/boot/dts/omap3-gta04.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi > index b9f6881..6ea1257 100644 > --- a/arch/arm/boot/dts/omap3-gta04.dtsi > +++ b/arch/arm/boot/dts/omap3-gta04.dtsi > @@ -200,6 +200,12 @@ > OMAP3_CORE1_IOPAD(0x210a, PIN_OUTPUT | MUX_MODE0) /* dss_data23.dss_data23 */ > >; > }; > + > + hdq_pins: hdq_pins { > + pinctrl-single,pins = < > + OMAP3_CORE1_IOPAD(0x21c6, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_sda.hdq */ > + >; > + }; > }; > > &omap3_pmx_core2 { > @@ -517,3 +523,8 @@ > &mcbsp2 { > status = "okay"; > }; > + > +&hdqw1w { > + pinctrl-names = "default"; > + pinctrl-0 = <&hdq_pins>; > +}; > -- > 1.9.1 > -- 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/