Skip to content

Enable Lenovo Slim 7X Bluetooth #25

Answered by smedir
smedir asked this question in Q&A
Oct 21, 2024 · 1 comments · 9 replies
Discussion options

You must be logged in to vote

This works-

This diff to the Lenovo dtb file-

diff --git a/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts b/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts
index bd0965229..4f948e8f2 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts
+++ b/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts
@@ -17,6 +17,11 @@ / {
 	model = "Lenovo Yoga Slim 7x";
 	compatible = "lenovo,yoga-slim7x", "qcom,x1e80100";
 
+	aliases {
+		serial0 = &uart21;
+		serial1 = &uart14;
+	};
+
 	gpio-keys {
 		compatible = "gpio-keys";
 		pinctrl-0 = <&hall_int_n_default>;
@@ -512,6 +517,65 @@ vreg_l3j_0p8: ldo3 {
 			regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
 		};
 	…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@smedir
Comment options

@jglathe
Comment options

@smedir
Comment options

@smedir
Comment options

Answer selected by smedir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants