]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commitc653607929bb4e0d8b80573bdb523adab5b975c2
tree69e8bc4200ca1ecdf03d3a0b31cab9577e4a5401
parent65991dedc8c10d634df7ea697f9b424b263e7d72
arm64: dts: qcom: talos: Add missing clock-names to GCC

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