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

Commit 6ea5e17f authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

thermal: tsens: Update TSENS device ID for SM6150



Change TSENS device name to SM6150 to match updates.

Change-Id: I3647110cc9a644256bb4f13be93b70258dda5214
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent ba1b87fd
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",