public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* BCM2048 bluetooth connected over OMAP serial
@ 2014-12-10 16:43 Pavel Machek
  2014-12-10 17:02 ` Arnd Bergmann
  2014-12-10 17:35 ` Rob Herring
  0 siblings, 2 replies; 8+ messages in thread
From: Pavel Machek @ 2014-12-10 16:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hi!

So, there's bluetooth chip that's connected to the SoC by UART and some
GPIOs. What would be right representation in the device tree?
Something like this?

	bluetooth {
                  compatible = "broadcom,bcm2048";
                  uart = <&uart2>;
                  reset-gpios = <&gpio3 27 GPIO_ACTIVE_HIGH>; /* want 91 */
                  host-wakeup-gpios = <&gpio4 5 GPIO_ACTIVE_HIGH>; /* want 101 */
	          bluetooth-wakeup-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>; /* want 37 */
                  chip-type = <3>;
                  bt-sysclk = <2>;
                  reset-gpio-shared = <0>;
        };

Is there some way to prevent OMAP tty driver from binding to the
device and exporting the device to userspace?

Best regards,
									Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-12-11 22:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10 16:43 BCM2048 bluetooth connected over OMAP serial Pavel Machek
2014-12-10 17:02 ` Arnd Bergmann
2014-12-10 18:42   ` Mark Rutland
2014-12-10 20:56     ` Pavel Machek
2014-12-10 22:50       ` sre@debian.org
2014-12-11 22:10         ` Belisko Marek
2014-12-10 17:35 ` Rob Herring
2014-12-10 17:42   ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox