Message ID | 20241018214842.275194-1-andreas@kemnade.info (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | ARM: ti/omap: omap3-gta04a5: add Bluetooth | expand |
On Fri, 18 Oct 2024 23:48:42 +0200, Andreas Kemnade wrote: > The GTA04A5 model has a wl1837 WLAN/Bluetooth combo chip, add > it. > > Applied, thanks! [1/1] ARM: ti/omap: omap3-gta04a5: add Bluetooth commit: d61ceb5a520162e1f321369a6aeeea28eecab6c4 Best regards,
diff --git a/arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts b/arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts index 8bd6b4b1f30b8..d3a81f0b880fd 100644 --- a/arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts +++ b/arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts @@ -114,6 +114,16 @@ wlcore: wlcore@2 { }; }; +&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;
The GTA04A5 model has a wl1837 WLAN/Bluetooth combo chip, add it. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> --- arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts | 10 ++++++++++ 1 file changed, 10 insertions(+)