]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
authorRobert Nelson <robertcnelson@gmail.com>
Mon, 5 Jun 2017 15:36:21 +0000 (10:36 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 6 Jun 2017 07:32:59 +0000 (00:32 -0700)
This adds the serial slave device for the WL1835 Bluetooth interface.

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
CC: Ricardo Salveti <ricardo.salveti@linaro.org>
CC: Tony Lindgren <tony@atomide.com>
CC: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-bonegreen-wireless.dts

index 9d1a0fd555f3f5e7aa590d2f3e174d562b0c1736..57731f0daf103ca872b4ac727c1ce491bc85979b 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&uart3_pins &bt_pins>;
        status = "okay";
+
+       bluetooth {
+               compatible = "ti,wl1835-st";
+               enable-gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
+       };
 };
 
 &gpio1 {