unifreq / linux-5.15.y

clone from https://github.com/chewitt/linux branch amlogic-5.15.y, And will add some patches that I have collected, which can be used for the aarch64 openwrt firmware, or for general occasions such as armbian.
Other
32 stars 86 forks source link

patch for rtl8761btv [not test] #24

Closed lovelylain closed 1 year ago

lovelylain commented 1 year ago

https://github.com/ophub/amlogic-s9xxx-armbian/issues/639

    bluetooth {
        compatible = "realtek,rtl8723bs-bt";
        reset-gpios = <&gpio 0x52 0x01>;
    };
xcray commented 1 year ago

在cm311盒子5.15.75内核测试了各种组合,结果如下: bluetooth部分只需要一行:compatible = "realtek,rtl8723bs-bt"; 并且也只有这一行有作用。 其它内容都没有任何作用,reboot问题只能靠gpioset来解决。 reset-gpios = <&gpio 0x52 0x01>;最后无论是01还是00(GPIO_ACTIVE_LOW、HIGH)都没有任何效果; 有没有enable-gpios也是观察不到任何区别。 主机唤醒蓝牙、蓝牙唤醒主机没测,感觉应该更没关系,其它地方提及的也很少。

lovelylain commented 1 year ago

@xcray 所以要打补丁,但是这个补丁我没测试,不知道是不是可行,所以关了。