All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 1/5] soc: qcom: smd-rpm: Add SM6125 compatible
@ 2021-05-23 21:15 Martin Botka
  2021-05-23 21:15 ` [PATCH V2 2/5] rpmcc: Add sm6125 compatible Martin Botka
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Martin Botka @ 2021-05-23 21:15 UTC (permalink / raw)
  Cc: ~postmarketos/upstreaming, konrad.dybcio,
	angelogioacchino.delregno, marijn.suijten, Martin Botka,
	Andy Gross, Bjorn Andersson, linux-arm-msm, linux-kernel

Add a compatible for SM6125

Signed-off-by: Martin Botka <martin.botka@somainline.org>
---
Changes in V2:
Add commit description
 drivers/soc/qcom/smd-rpm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/qcom/smd-rpm.c b/drivers/soc/qcom/smd-rpm.c
index b93218cb50b5..53d0adb4d8c8 100644
--- a/drivers/soc/qcom/smd-rpm.c
+++ b/drivers/soc/qcom/smd-rpm.c
@@ -241,6 +241,7 @@ static const struct of_device_id qcom_smd_rpm_of_match[] = {
 	{ .compatible = "qcom,rpm-msm8996" },
 	{ .compatible = "qcom,rpm-msm8998" },
 	{ .compatible = "qcom,rpm-sdm660" },
+	{ .compatible = "qcom,rpm-sm6125" },
 	{ .compatible = "qcom,rpm-qcs404" },
 	{}
 };
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-06-02 19:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23 21:15 [PATCH V2 1/5] soc: qcom: smd-rpm: Add SM6125 compatible Martin Botka
2021-05-23 21:15 ` [PATCH V2 2/5] rpmcc: Add sm6125 compatible Martin Botka
2021-06-02  7:12   ` Stephen Boyd
2021-05-23 21:15 ` [PATCH V2 3/5] dt-bindings: soc: qcom: smd-rpm: Document SM6125 compatible Martin Botka
2021-05-23 21:15 ` [PATCH V2 4/5] dt-bindings: clk: " Martin Botka
2021-06-02 19:46   ` Rob Herring
2021-05-23 21:15 ` [PATCH V2 5/5] rpmcc: Add support for SM6125 Martin Botka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.