Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1624146

Re: [PATCH] ARM: dts: omap4-droid4: add bluetooth

From Rob Herring <robh+dt@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH] ARM: dts: omap4-droid4: add bluetooth
Date 2017-04-16 04:00 +0200
Message-ID <twHDP-5Td-1@gated-at.bofh.it> (permalink)
References <twEcV-3Xy-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sat, Apr 15, 2017 at 5:18 PM, Sebastian Reichel <sre@kernel.org> wrote:
> Droid 4 has wl1835 connected to the OMAP's UART4 port, which is
> used for Bluetooth and most likely can also be used for controlling
> the FM radio and GPS receivers.
>
> Signed-off-by: Sebastian Reichel <sre@kernel.org>
> ---
> Hi,
>
> Thanks to the work of Rob adding Bluetooth support for Droid 4 was
> straight forward :) I did a short test scanning for available devices
> using bluetoothctl. For that I had to rebind the bluetooth device,
> since it has been initialized before rootfs/firmware was available
> (builtin driver):
>
> echo serial0-0 > /sys/bus/serial/drivers/hci-ti/unbind
> echo serial0-0 > /sys/bus/serial/drivers/hci-ti/bind
>
> According to my research the FM module should be functional on
> Droid 4 and the wl1835's GPS is also used. Rob, do you have a
> plans for supporting the extra resources?

I don't think the h/w I have can do FM or GPS. At least there's no
headphone jack to serve as the FM antenna. For GPS, it seems support
for that is not publicly available. Maybe an antenna is not needed to
get the control interface working. It would be nice to integrate
though and then we can kill off the shared transport driver. Marcel
had mentioned that the Intel BT driver provides a regmap interface to
its FM driver. Not sure if that would work for TI.

Rob

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] ARM: dts: omap4-droid4: add bluetooth Sebastian Reichel <sre@kernel.org> - 2017-04-16 00:20 +0200
  Re: [PATCH] ARM: dts: omap4-droid4: add bluetooth Rob Herring <robh+dt@kernel.org> - 2017-04-16 04:00 +0200
  Re: [PATCH] ARM: dts: omap4-droid4: add bluetooth Sebastian Reichel <sre@kernel.org> - 2017-04-16 17:30 +0200
    Re: [PATCH] ARM: dts: omap4-droid4: add bluetooth Rob Herring <robh+dt@kernel.org> - 2017-04-17 15:00 +0200

csiph-web