Skip to content

Commit ef6673e

Browse files
anderssondlezcano
authored andcommitted
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>
1 parent 2d37f5c commit ef6673e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/thermal/qcom

drivers/thermal/qcom/lmh.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ static int lmh_probe(struct platform_device *pdev)
220220
}
221221

222222
static const struct of_device_id lmh_table[] = {
223+
{ .compatible = "qcom,sc8180x-lmh", },
223224
{ .compatible = "qcom,sdm845-lmh", .data = (void *)LMH_ENABLE_ALGOS},
224225
{ .compatible = "qcom,sm8150-lmh", },
225226
{}

0 commit comments

Comments
 (0)