mirror of
https://github.com/torvalds/linux.git
synced 2026-08-08 00:17:15 +02:00
ARM: dts: qcom: msm8974: add clocks and clock-names to gcc device
Add clocks and clock-names nodes to the gcc device to bind clocks using the DT links. Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221204124508.1415713-11-dmitry.baryshkov@linaro.org
This commit is contained in:
parent
60446dc63f
commit
cd1dc49ad4
|
|
@ -1054,6 +1054,11 @@ gcc: clock-controller@fc400000 {
|
|||
#reset-cells = <1>;
|
||||
#power-domain-cells = <1>;
|
||||
reg = <0xfc400000 0x4000>;
|
||||
|
||||
clocks = <&xo_board>,
|
||||
<&sleep_clk>;
|
||||
clock-names = "xo",
|
||||
"sleep_clk";
|
||||
};
|
||||
|
||||
rpm_msg_ram: sram@fc428000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user