From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Hurley Subject: Re: [PATCH 2/2] am335x-evm: add bluetooth support Date: Mon, 04 May 2015 19:38:34 -0400 Message-ID: <554802FA.6050700@hurleysoftware.com> References: <1430655569-27849-1-git-send-email-eyalr@ti.com> <1430655569-27849-2-git-send-email-eyalr@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-omap-owner@vger.kernel.org To: Rob Herring , Eyal Reizer Cc: Tony Lindgren , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King - ARM Linux , linux-omap , "devicetree@vger.kernel.org" , Eliad Peller , Eyal Reizer List-Id: devicetree@vger.kernel.org Hi Rob, On 05/04/2015 06:28 PM, Rob Herring wrote: > On Sun, May 3, 2015 at 7:19 AM, Eyal Reizer wrote: >> From: Eliad Peller >> >> uart1 is used for shared transport (used for multiplexing >> bluetooth and nfc data). add the needed muxes and definitions. >> >> Signed-off-by: Eliad Peller >> Signed-off-by: Eyal Reizer >> --- >> arch/arm/boot/dts/am335x-evm.dts | 28 ++++++++++++++++++++++++++++ >> 1 file changed, 28 insertions(+) >> >> diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts >> index 0f398fa..5968cde 100644 >> --- a/arch/arm/boot/dts/am335x-evm.dts >> +++ b/arch/arm/boot/dts/am335x-evm.dts >> @@ -135,6 +135,18 @@ >> }; >> }; >> >> + kim { >> + compatible = "kim"; > > Who is kim? drivers/misc/ti-st/st_kim.c, et.al. >> + nshutdown_gpio = <117>; /* Bank3, pin21 */ > > We have a standard way to specify gpios. > >> + dev_name = "/dev/ttyS1"; > > Uh, Linux specific. No. > >> + flow_cntrl = <1>; >> + baud_rate = <3000000>; > > I believe there are standard properties for uarts for both of these. > > Is any of this documented? See commit 46d0d333 ("ti-st: add device tree support"). Don't shoot the messenger; I had nothing to do with this. Regards, Peter Hurley