]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: talos: Add missing clock-names to GCC
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Mon, 26 Jan 2026 09:45:03 +0000 (10:45 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 4 Mar 2026 19:41:57 +0000 (13:41 -0600)
The binding for this clock controller requires that clock-names are
present. They're not really used by the kernel driver, but they're
marked as required, so someone might have assumed it's done on purpose
(where in reality we try to stay away from that since index-based
references are faster, take up less space and are already widely used)
and referenced it in drivers for another OS.

Hence, do the least painful thing and add the missing entries.

Fixes: 8e266654a2fe ("arm64: dts: qcom: add QCS615 platform")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Taniya Das <taniya.das@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260126-topic-talos_dt_warn-v1-1-c452afc647ad@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/talos.dtsi

index 5e004967ae83abecf5266cc5ef882263352a8551..2f51036ca194d6a38dec6fc7c3ccdab5488b4686 100644 (file)
                        clocks = <&rpmhcc RPMH_CXO_CLK>,
                                 <&rpmhcc RPMH_CXO_CLK_A>,
                                 <&sleep_clk>;
+                       clock-names = "bi_tcxo",
+                                     "bi_tcxo_ao",
+                                     "sleep_clk";
 
                        #clock-cells = <1>;
                        #reset-cells = <1>;