On 11/10/2024 17:38, Julius Lehmann wrote:
Add support for sm8150 clock controller to clk stub driver.
---
Simple patch to extend the clk stub driver to support binding to sm8150 clock
controllers.
Signed-off-by: Julius Lehmann <[email protected]>
Reviewed-by: Caleb Connolly <[email protected]>
---
Changes in v2:
- fix: syntax typo, missing ","
- Link to v1:
https://lore.kernel.org/r/[email protected]
---
drivers/clk/clk-stub.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/clk-stub.c b/drivers/clk/clk-stub.c
index
ea817031fa6c0cc1ea21000273b5651be5d05e65..5fbbb07b7f7b93e619baf596064c4b3a3bfeecc0
100644
--- a/drivers/clk/clk-stub.c
+++ b/drivers/clk/clk-stub.c
@@ -50,6 +50,7 @@ static struct clk_ops stub_clk_ops = {
static const struct udevice_id stub_clk_ids[] = {
{ .compatible = "qcom,rpmcc" },
+ { .compatible = "qcom,sm8150-rpmh-clk" },
{ .compatible = "qcom,sm8250-rpmh-clk" },
{ .compatible = "qcom,sm8550-rpmh-clk" },
{ .compatible = "qcom,sm8650-rpmh-clk" },
---
base-commit: d0f74bd417daf6492975ce346843ba0767caf51c
change-id: 20241009-clk-stub-sm8150-b7a29e0f43ba
prerequisite-message-id: [email protected]
prerequisite-patch-id: 01b791d83c26250b3ff485045b88d5889f911bb8
prerequisite-patch-id: 66febbc73195c71535e2423d14f1ff6994ac36cd
Best regards,
--
// Caleb (they/them)