Message ID | 913cd7034be0d05c01148cbcedbb663454772b03.1547056071.git.hns@goldelico.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] arm: dts: gta04: add bluetooth serdev driver flags | expand |
Ops, that was the wrong one... Please ignore. > Am 09.01.2019 um 18:47 schrieb H. Nikolaus Schaller <hns@goldelico.com>: > > From: Andreas Kemnade <andreas@kemnade.info> > > gta04a[34] have bluetooth chips which simply understand > h4 protocol. > > Signed-off-by: Andreas Kemnade <andreas@kemnade.info> > --- > arch/arm/boot/dts/omap3-gta04.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi > index 499e3b0e920b..ec7b1e31c07e 100644 > --- a/arch/arm/boot/dts/omap3-gta04.dtsi > +++ b/arch/arm/boot/dts/omap3-gta04.dtsi > @@ -722,6 +722,8 @@ > > bluetooth: bluetooth { > compatible = "wi2wi,w2cbw003-bluetooth"; > + speed = <3000000>; > + flow; > vdd-supply = <&vaux4>; > }; > }; > -- > 2.19.1 > > _______________________________________________ > http://projects.goldelico.com/p/gta04-kernel/ > Letux-kernel mailing list > Letux-kernel@openphoenux.org > http://lists.goldelico.com/mailman/listinfo.cgi/letux-kernel
Hi, On Wed, 9 Jan 2019 18:47:52 +0100 "H. Nikolaus Schaller" <hns@goldelico.com> wrote: > From: Andreas Kemnade <andreas@kemnade.info> > > gta04a[34] have bluetooth chips which simply understand > h4 protocol. > > Signed-off-by: Andreas Kemnade <andreas@kemnade.info> what about upstreaming the full patch based on mainline and not your on-top-of-other-stuff rebased version of this patch? Regards, Andreas > --- > arch/arm/boot/dts/omap3-gta04.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi > index 499e3b0e920b..ec7b1e31c07e 100644 > --- a/arch/arm/boot/dts/omap3-gta04.dtsi > +++ b/arch/arm/boot/dts/omap3-gta04.dtsi > @@ -722,6 +722,8 @@ > > bluetooth: bluetooth { > compatible = "wi2wi,w2cbw003-bluetooth"; > + speed = <3000000>; > + flow; > vdd-supply = <&vaux4>; > }; > };
Hi Andreas, > Am 09.01.2019 um 18:57 schrieb Andreas Kemnade <andreas@kemnade.info>: > > Hi, > > On Wed, 9 Jan 2019 18:47:52 +0100 > "H. Nikolaus Schaller" <hns@goldelico.com> wrote: > >> From: Andreas Kemnade <andreas@kemnade.info> >> >> gta04a[34] have bluetooth chips which simply understand >> h4 protocol. >> >> Signed-off-by: Andreas Kemnade <andreas@kemnade.info> > > what about upstreaming the full patch based on mainline and not your > on-top-of-other-stuff rebased version of this patch? What do you mean? This patch is basically based on mainline (v5.0-rc1), but I did not want to push it now, but a different one in the same patch stack and this happened due to an still unknown error in my send-mail tool which picked the wrong one after doing a test. So please simply ignore the noise and don't worry about this patch. BR, Nikolaus > > Regards, > Andreas > >> --- >> arch/arm/boot/dts/omap3-gta04.dtsi | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi >> index 499e3b0e920b..ec7b1e31c07e 100644 >> --- a/arch/arm/boot/dts/omap3-gta04.dtsi >> +++ b/arch/arm/boot/dts/omap3-gta04.dtsi >> @@ -722,6 +722,8 @@ >> >> bluetooth: bluetooth { >> compatible = "wi2wi,w2cbw003-bluetooth"; >> + speed = <3000000>; >> + flow; >> vdd-supply = <&vaux4>; >> }; >> }; >
diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index 499e3b0e920b..ec7b1e31c07e 100644 --- a/arch/arm/boot/dts/omap3-gta04.dtsi +++ b/arch/arm/boot/dts/omap3-gta04.dtsi @@ -722,6 +722,8 @@ bluetooth: bluetooth { compatible = "wi2wi,w2cbw003-bluetooth"; + speed = <3000000>; + flow; vdd-supply = <&vaux4>; }; };