diff options
author | 2023-02-28 09:22:05 -0600 | |
---|---|---|
committer | 2023-04-23 21:47:27 -0700 | |
commit | b6986b7920bb50ed64e96ddd8c4da43bca289ecc (patch) | |
tree | 20534115e02332acbb7ad807f03eb9d8b704c148 /arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi | |
parent | Bluetooth: hci_h5: btrtl: Add support for RTL8821CS (diff) | |
download | linux-rng-b6986b7920bb50ed64e96ddd8c4da43bca289ecc.tar.xz linux-rng-b6986b7920bb50ed64e96ddd8c4da43bca289ecc.zip |
arm64: dts: rockchip: Update compatible for bluetooth
Update the compatible for the Realtek RTL8821CS bluetooth node.
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi index 41262a69d33e..8fadd8afb190 100644 --- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi @@ -716,7 +716,7 @@ status = "okay"; bluetooth { - compatible = "realtek,rtl8821cs-bt"; + compatible = "realtek,rtl8821cs-bt", "realtek,rtl8822cs-bt"; device-wake-gpios = <&gpio4 4 GPIO_ACTIVE_HIGH>; enable-gpios = <&gpio4 3 GPIO_ACTIVE_HIGH>; host-wake-gpios = <&gpio4 5 GPIO_ACTIVE_HIGH>; |