]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: ti/omap: omap3-gta04a5: add Bluetooth
authorAndreas Kemnade <andreas@kemnade.info>
Fri, 18 Oct 2024 21:48:42 +0000 (23:48 +0200)
committerKevin Hilman <khilman@baylibre.com>
Tue, 29 Oct 2024 23:45:46 +0000 (16:45 -0700)
The GTA04A5 model has a wl1837 WLAN/Bluetooth combo chip, add
it.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Link: https://lore.kernel.org/r/20241018214842.275194-1-andreas@kemnade.info
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts

index 8bd6b4b1f30b89c998647ac83fe2d6f0233ca02f..d3a81f0b880fd7c471d76e36e6ab3a02ce3727c2 100644 (file)
        };
 };
 
+&uart1 {
+       bluetooth {
+               compatible = "ti,wl1837-st";
+               pinctrl-names = "default";
+               pinctrl-0 = <&bt_pins>;
+               enable-gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>;     /* GPIO_137 */
+       };
+};
+
+
 &i2c2 {
        /delete-node/ bmp085@77;
        /delete-node/ bma180@41;