From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754153AbbETR4n (ORCPT ); Wed, 20 May 2015 13:56:43 -0400 Received: from muru.com ([72.249.23.125]:52524 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752689AbbETR4k (ORCPT ); Wed, 20 May 2015 13:56:40 -0400 Date: Wed, 20 May 2015 10:56:37 -0700 From: Tony Lindgren To: Eyal Reizer Cc: bcousson@baylibre.com, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Eliad Peller , Eyal Reizer Subject: Re: [PATCHv2] am335x-evm: add bluetooth support Message-ID: <20150520175636.GF10274@atomide.com> References: <1430743273-2518-1-git-send-email-eyalr@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1430743273-2518-1-git-send-email-eyalr@ti.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 * Eyal Reizer [150504 05:43]: > From: Eliad Peller > > uart1 is used for connecting to wilink8 bluetooth subsystem. > add the needed muxes and definitions. > > Signed-off-by: Eliad Peller > Signed-off-by: Eyal Reizer Applying into omap-for-v4.2/dt thanks. Tony > --- > Changes in v2: > removed ti shared transport bindings > > arch/arm/boot/dts/am335x-evm.dts | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts > index 0f398fa..765be27 100644 > --- a/arch/arm/boot/dts/am335x-evm.dts > +++ b/arch/arm/boot/dts/am335x-evm.dts > @@ -191,6 +191,15 @@ > >; > }; > > + uart1_pins: pinmux_uart1_pins { > + pinctrl-single,pins = < > + 0x178 (PIN_INPUT | MUX_MODE0) /* uart1_ctsn.uart1_ctsn */ > + 0x17C (PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart1_rtsn.uart1_rtsn */ > + 0x180 (PIN_INPUT_PULLUP | MUX_MODE0) /* uart1_rxd.uart1_rxd */ > + 0x184 (PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart1_txd.uart1_txd */ > + >; > + }; > + > clkout2_pin: pinmux_clkout2_pin { > pinctrl-single,pins = < > 0x1b4 (PIN_OUTPUT_PULLDOWN | MUX_MODE3) /* xdma_event_intr1.clkout2 */ > @@ -357,6 +366,13 @@ > status = "okay"; > }; > > +&uart1 { > + pinctrl-names = "default"; > + pinctrl-0 = <&uart1_pins>; > + > + status = "okay"; > +}; > + > &i2c0 { > pinctrl-names = "default"; > pinctrl-0 = <&i2c0_pins>; > -- > 1.7.9.5 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCHv2] am335x-evm: add bluetooth support Date: Wed, 20 May 2015 10:56:37 -0700 Message-ID: <20150520175636.GF10274@atomide.com> References: <1430743273-2518-1-git-send-email-eyalr@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1430743273-2518-1-git-send-email-eyalr-l0cyMroinI0@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Eyal Reizer Cc: bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Eliad Peller , Eyal Reizer List-Id: devicetree@vger.kernel.org * Eyal Reizer [150504 05:43]: > From: Eliad Peller > > uart1 is used for connecting to wilink8 bluetooth subsystem. > add the needed muxes and definitions. > > Signed-off-by: Eliad Peller > Signed-off-by: Eyal Reizer Applying into omap-for-v4.2/dt thanks. Tony > --- > Changes in v2: > removed ti shared transport bindings > > arch/arm/boot/dts/am335x-evm.dts | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts > index 0f398fa..765be27 100644 > --- a/arch/arm/boot/dts/am335x-evm.dts > +++ b/arch/arm/boot/dts/am335x-evm.dts > @@ -191,6 +191,15 @@ > >; > }; > > + uart1_pins: pinmux_uart1_pins { > + pinctrl-single,pins = < > + 0x178 (PIN_INPUT | MUX_MODE0) /* uart1_ctsn.uart1_ctsn */ > + 0x17C (PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart1_rtsn.uart1_rtsn */ > + 0x180 (PIN_INPUT_PULLUP | MUX_MODE0) /* uart1_rxd.uart1_rxd */ > + 0x184 (PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart1_txd.uart1_txd */ > + >; > + }; > + > clkout2_pin: pinmux_clkout2_pin { > pinctrl-single,pins = < > 0x1b4 (PIN_OUTPUT_PULLDOWN | MUX_MODE3) /* xdma_event_intr1.clkout2 */ > @@ -357,6 +366,13 @@ > status = "okay"; > }; > > +&uart1 { > + pinctrl-names = "default"; > + pinctrl-0 = <&uart1_pins>; > + > + status = "okay"; > +}; > + > &i2c0 { > pinctrl-names = "default"; > pinctrl-0 = <&i2c0_pins>; > -- > 1.7.9.5 > -- 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