mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
arm64: dts: qcom: sc7280: Add missing aggre0, aggre1 clocks
Add missing aggre0, aggre1 clocks. Signed-off-by: Krishna chaitanya chundru <quic_krichai@quicinc.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/1662626776-19636-2-git-send-email-quic_krichai@quicinc.com
This commit is contained in:
parent
68aa834823
commit
aaf85b46aa
|
|
@ -2044,7 +2044,9 @@ pcie1: pci@1c08000 {
|
|||
<&gcc GCC_PCIE_1_SLV_AXI_CLK>,
|
||||
<&gcc GCC_PCIE_1_SLV_Q2A_AXI_CLK>,
|
||||
<&gcc GCC_AGGRE_NOC_PCIE_TBU_CLK>,
|
||||
<&gcc GCC_DDRSS_PCIE_SF_CLK>;
|
||||
<&gcc GCC_DDRSS_PCIE_SF_CLK>,
|
||||
<&gcc GCC_AGGRE_NOC_PCIE_CENTER_SF_AXI_CLK>,
|
||||
<&gcc GCC_AGGRE_NOC_PCIE_1_AXI_CLK>;
|
||||
|
||||
clock-names = "pipe",
|
||||
"pipe_mux",
|
||||
|
|
@ -2056,7 +2058,9 @@ pcie1: pci@1c08000 {
|
|||
"bus_slave",
|
||||
"slave_q2a",
|
||||
"tbu",
|
||||
"ddrss_sf_tbu";
|
||||
"ddrss_sf_tbu",
|
||||
"aggre0",
|
||||
"aggre1";
|
||||
|
||||
assigned-clocks = <&gcc GCC_PCIE_1_AUX_CLK>;
|
||||
assigned-clock-rates = <19200000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user