* JetHome: add basic files for JetHub D1/H1 boards Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in> * JetHome: add uboot patches Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in> * JetHome: add kernel patches for JetHub D1/H1 (backport from 5.16-dt kernel) Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in> * JetHome: add bsp packages for JetHub D1/H1 Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in> * JetHome: add kernel options for hardware JetHub D1/H1 Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in> * JetHome: fix targets-cli-beta.conf for JetHub D1/H1 Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in> * JetHome: add axg uboot creation function for JetHub D1 Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in>
28 lines
1.1 KiB
Diff
28 lines
1.1 KiB
Diff
From 95b7c84a13648ddc160a878f1a0ecef0ab61a34c Mon Sep 17 00:00:00 2001
|
|
From: Vyacheslav Bocharov <devel@lexina.in>
|
|
Date: Wed, 11 Aug 2021 13:07:46 +0300
|
|
Subject: [PATCH 6/6] Add bluetooth node for RTL8822CS uart port
|
|
(https://mjmwired.net/kernel/Documentation/devicetree/bindings/net/realtek-bluetooth.yaml)
|
|
|
|
Signed-off-by: Vyacheslav Bocharov <devel@lexina.in>
|
|
---
|
|
.../boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts | 5 +++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts
|
|
index 6eafb908695f..a5ee7ed17efa 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts
|
|
@@ -213,6 +213,11 @@ &uart_A {
|
|
pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
|
|
pinctrl-names = "default";
|
|
uart-has-rtscts;
|
|
+ bluetooth {
|
|
+ compatible = "realtek,rtl8822cs-bt";
|
|
+ enable-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
|
|
+ host-wake-gpios = <&gpio GPIOX_18 GPIO_ACTIVE_HIGH>;
|
|
+ };
|
|
};
|
|
|
|
&uart_C {
|