From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 2/3] ARM: dts: am335x-evm: add shared transport device tree bindings Date: Wed, 23 Dec 2015 10:21:33 -0800 Message-ID: <20151223182132.GO2793@atomide.com> References: <1450870253-8694-1-git-send-email-eyalr@ti.com> <1450870253-8694-2-git-send-email-eyalr@ti.com> <8665E2433BC68541A24DFFCA87B70F5B23759A6B@DFRE01.ent.ti.com> <20151223181945.GN2793@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20151223181945.GN2793-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Reizer, Eyal" Cc: "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@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" List-Id: devicetree@vger.kernel.org * Tony Lindgren [151223 10:19]: > * Reizer, Eyal [151223 03:40]: > > The shared Shared Transport (ST) software enables BT and GPS protocols > > or software components to interact with their respective cores over > > single physical port. > > Add the uart and enable pin device tree bindings > ... > > --- a/arch/arm/boot/dts/am335x-evm.dts > > +++ b/arch/arm/boot/dts/am335x-evm.dts > > @@ -160,6 +160,18 @@ > > system-clock-frequency = <12000000>; > > }; > > }; > > + > > + kim { > > + compatible = "kim"; > > + nshutdown-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>; > > + serial-device = <&uart1>; > > + flow_cntrl = <1>; > > + baud_rate = <3000000>; > > + }; > > + > > + btwilink { > > + compatible = "btwilink"; > > + }; > > }; > > I think this "kim" binding got dropped.. We need some sane binding and > solution for it. Oh sorry, this is a new binding you've done :) Nice good to see this get fixed. Regards, Tony -- 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