mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 07:02:29 -04:00
arm64: dts: qcom: qcs404: add clocks to the gcc node
Populate the gcc node with the clocks and clock-names properties to enable DT-based lookups for the parent clocks. Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221226042154.2666748-16-dmitry.baryshkov@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
1eb309964e
commit
3494938a7e
@@ -731,6 +731,13 @@ gcc: clock-controller@1800000 {
|
||||
#reset-cells = <1>;
|
||||
#power-domain-cells = <1>;
|
||||
|
||||
clocks = <&xo_board>,
|
||||
<&sleep_clk>,
|
||||
<&pcie_phy>,
|
||||
<0>,
|
||||
<0>,
|
||||
<0>;
|
||||
|
||||
assigned-clocks = <&gcc GCC_APSS_AHB_CLK_SRC>;
|
||||
assigned-clock-rates = <19200000>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user