Re: [PATCH 2/3] ARM: dts: am335x-evm: add shared transport device tree bindings

2015-12-23 Thread Tony Lindgren
* 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 = <1200>;
>   };
>   };
> +
> + kim {
> + compatible = "kim";
> + nshutdown-gpios = < 21 GPIO_ACTIVE_HIGH>;
> + serial-device = <>;
> + flow_cntrl = <1>;
> + baud_rate = <300>;
> + };
> +
> + 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 2/3] ARM: dts: am335x-evm: add shared transport device tree bindings

2015-12-23 Thread Tony Lindgren
* 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 = <1200>;
> > };
> > };
> > +
> > +   kim {
> > +   compatible = "kim";
> > +   nshutdown-gpios = < 21 GPIO_ACTIVE_HIGH>;
> > +   serial-device = <>;
> > +   flow_cntrl = <1>;
> > +   baud_rate = <300>;
> > +   };
> > +
> > +   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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html