Message ID | 8665E2433BC68541A24DFFCA87B70F5B23759A6B@DFRE01.ent.ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* Reizer, Eyal <eyalr@ti.com> [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. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
* Tony Lindgren <tony@atomide.com> [151223 10:19]: > * Reizer, Eyal <eyalr@ti.com> [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 linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index d9d00ab..b29c3f3 100644 --- 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"; + }; }; &am33xx_pinmux {
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 Signed-off-by: Eyal Reizer <eyalr@ti.com> --- arch/arm/boot/dts/am335x-evm.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+)