Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b65a8b5 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "thermal: tsens: Update TSENS device ID for SM6150"

parents a2646bc5 6ea5e17f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ Required properties:
	       should be "qcom,tsens24xx" for 2.4 TSENS controller.
	       should be "qcom,msm8937-tsens" for 8937 TSENS driver.
	       should be "qcom,qcs405-tsens" for QCS405 TSENS driver.
	       should be "qcom,sdm640-tsens" for 640 TSENS driver.
	       should be "qcom,sm6150-tsens" for 6150 TSENS driver.

	       The compatible property is used to identify the respective controller to use
	       for the corresponding SoC.
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ static const struct of_device_id tsens_table[] = {
	{	.compatible = "qcom,sdm630-tsens",
		.data = &data_tsens23xx,
	},
	{	.compatible = "qcom,sdm640-tsens",
	{	.compatible = "qcom,sm6150-tsens",
		.data = &data_tsens23xx,
	},
	{	.compatible = "qcom,sdm845-tsens",