From: "thermal-bot for Bjorn Andersson" <tip-bot2@linutronix.de>
To: linux-pm@vger.kernel.org
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>,
Daniel Lezcano <daniel.lezcano@linaro.org>,
rui.zhang@intel.com, amitk@kernel.org
Subject: [thermal: thermal/next] thermal/drivers/qcom/lmh: Add sc8180x compatible
Date: Thu, 19 May 2022 12:44:08 -0000 [thread overview]
Message-ID: <165296424840.4207.3726485083920890286.tip-bot2@tip-bot2> (raw)
In-Reply-To: <20220502164504.3972938-1-bjorn.andersson@linaro.org>
The following commit has been merged into the thermal/next branch of thermal:
Commit-ID: ef6673e8363a61ef941bae05c7913a32a104e20b
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//ef6673e8363a61ef941bae05c7913a32a104e20b
Author: Bjorn Andersson <bjorn.andersson@linaro.org>
AuthorDate: Mon, 02 May 2022 09:45:03 -07:00
Committer: Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Thu, 19 May 2022 12:11:52 +02:00
thermal/drivers/qcom/lmh: Add sc8180x compatible
The LMh instances in the Qualcomm SC8180X platform looks to behave
similar to those in SM8150, add additional compatibles to allow
platform specific behavior to be added if needed.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220502164504.3972938-1-bjorn.andersson@linaro.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
drivers/thermal/qcom/lmh.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/thermal/qcom/lmh.c b/drivers/thermal/qcom/lmh.c
index c7f91cb..d3d9b9f 100644
--- a/drivers/thermal/qcom/lmh.c
+++ b/drivers/thermal/qcom/lmh.c
@@ -220,6 +220,7 @@ static int lmh_probe(struct platform_device *pdev)
}
static const struct of_device_id lmh_table[] = {
+ { .compatible = "qcom,sc8180x-lmh", },
{ .compatible = "qcom,sdm845-lmh", .data = (void *)LMH_ENABLE_ALGOS},
{ .compatible = "qcom,sm8150-lmh", },
{}
prev parent reply other threads:[~2022-05-19 12:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-02 16:45 [PATCH 1/2] thermal/drivers/qcom/lmh: Add sc8180x compatible Bjorn Andersson
2022-05-02 16:45 ` [PATCH 2/2] dt-bindings: thermal: lmh: Add Qualcomm " Bjorn Andersson
2022-05-03 12:16 ` Krzysztof Kozlowski
2022-05-19 12:44 ` [thermal: thermal/next] " thermal-bot for Bjorn Andersson
2022-05-09 10:02 ` [PATCH 1/2] thermal/drivers/qcom/lmh: Add " Daniel Lezcano
2022-05-19 12:44 ` thermal-bot for Bjorn Andersson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=165296424840.4207.3726485083920890286.tip-bot2@tip-bot2 \
--to=tip-bot2@linutronix.de \
--cc=amitk@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=daniel.lezcano@linaro.org \
--cc=linux-pm@vger.kernel.org \
--cc=rui.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox