49 lines
1.1 KiB
Diff
49 lines
1.1 KiB
Diff
|
diff --git a/arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dts b/arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dts
|
||
|
index 04d6983ca8f3..0bb3ca93cfaa 100644
|
||
|
--- a/arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dts
|
||
|
+++ b/arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dts
|
||
|
@@ -19,6 +19,11 @@ / {
|
||
|
compatible = "lenovo,thinkpad-t14s", "qcom,x1e78100", "qcom,x1e80100";
|
||
|
chassis-type = "laptop";
|
||
|
|
||
|
+ aliases {
|
||
|
+ serial0 = &uart21;
|
||
|
+ serial1 = &uart14;
|
||
|
+ };
|
||
|
+
|
||
|
gpio-keys {
|
||
|
compatible = "gpio-keys";
|
||
|
|
||
|
@@ -1013,6 +1018,31 @@ wcd_default: wcd-reset-n-active-state {
|
||
|
bias-disable;
|
||
|
output-low;
|
||
|
};
|
||
|
+
|
||
|
+ bt_en_default: bt-en-sleep {
|
||
|
+ pins = "gpio116";
|
||
|
+ function = "gpio";
|
||
|
+ output-low;
|
||
|
+ bias-disable;
|
||
|
+ qcom,drive-strength = <16>;
|
||
|
+ };
|
||
|
+};
|
||
|
+
|
||
|
+&uart14 {
|
||
|
+ status = "okay";
|
||
|
+
|
||
|
+ bluetooth: bt_wcn7850 {
|
||
|
+ compatible = "qcom,wcn7850-bt";
|
||
|
+ pinctrl-names = "default";
|
||
|
+ pinctrl-0 = <&bt_en_default>;
|
||
|
+ enable-gpios = <&tlmm 116 GPIO_ACTIVE_HIGH>;
|
||
|
+ max-speed = <3200000>;
|
||
|
+ };
|
||
|
+};
|
||
|
+
|
||
|
+&uart21 {
|
||
|
+ compatible = "qcom,geni-debug-uart";
|
||
|
+ status = "okay";
|
||
|
};
|
||
|
|
||
|
&usb_1_ss0_hsphy {
|