lkml.org 
[lkml]   [2023]   [Apr]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 1/3] ARM: dts: sun5i: chip: Enable bluetooth
    The C.H.I.P has an rtl8723bs device with the bluetooth interface hooked
    up on UART3. Support for this didn't exist in mainline when the DTS was
    initially added, but it does now, so enable it.

    Signed-off-by: Jonathan McDowell <noodles@earth.li>
    ---
    arch/arm/boot/dts/sun5i-r8-chip.dts | 4 ++++
    1 file changed, 4 insertions(+)

    diff --git a/arch/arm/boot/dts/sun5i-r8-chip.dts b/arch/arm/boot/dts/sun5i-r8-chip.dts
    index fd37bd1f3920..4d72a181d8aa 100644
    --- a/arch/arm/boot/dts/sun5i-r8-chip.dts
    +++ b/arch/arm/boot/dts/sun5i-r8-chip.dts
    @@ -255,6 +255,10 @@ &uart3 {
    pinctrl-0 = <&uart3_pg_pins>,
    <&uart3_cts_rts_pg_pins>;
    status = "okay";
    +
    + bluetooth {
    + compatible = "realtek,rtl8723bs-bt";
    + }
    };

    &usb_otg {
    --
    2.39.2
    \
     
     \ /
      Last update: 2023-04-15 19:46    [W:3.091 / U:0.624 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site