]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: qcom: rpmh: make clkaN optional
authorPengyu Luo <mitltlatltl@gmail.com>
Sun, 13 Apr 2025 17:22:04 +0000 (01:22 +0800)
committerBjorn Andersson <andersson@kernel.org>
Sun, 18 May 2025 00:26:35 +0000 (19:26 -0500)
commit166e65bc6ce317be41368d9340b870edbdbaa2aa
tree013b4d087aef2f05f0cd1215d9e71bc88937a681
parent1003cea3c7764ae582302c395f82e1cf7e5cd8f6
clk: qcom: rpmh: make clkaN optional

On SM8650, clkaN are missing in cmd-db for some specific devices. This
caused a boot failure. Printing log during initramfs phase, I found

[    0.053281] clk-rpmh 17a00000.rsc:clock-controller: missing RPMh resource address for clka1

Adding the optional property to avoid probing failure which causes
countless deferred probe. In the downstream tree,similar workarounds
are introduced for SM7635, SM8550, SM8635, SM8650, SM8750.

Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com>
Link: https://lore.kernel.org/r/20250413172205.175789-1-mitltlatltl@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/clk-rpmh.c