-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branches 'clk-of', 'clk-samsung', 'clk-rockchip' and 'clk-qcom'…
… into clk-next * clk-of: clk: add missing of_node_put() in "assigned-clocks" property parsing * clk-samsung: clk: samsung: exynos850: Make PMU_ALIVE_PCLK critical clk: samsung: Convert to platform remove callback returning void clk: samsung: exynos5433: Extract PM support to common ARM64 layer clk: samsung: Extract parent clock enabling to common function clk: samsung: Extract clocks registration to common function clk: samsung: exynos850: Add AUD and HSI main gate clocks clk: samsung: exynos850: Implement CMU_G3D domain clk: samsung: clk-pll: Implement pll0818x PLL type clk: samsung: Set dev in samsung_clk_init() clk: samsung: Don't pass reg_base to samsung_clk_register_pll() clk: samsung: Remove np argument from samsung_clk_init() dt-bindings: clock: exynos850: Add AUD and HSI main gate clocks dt-bindings: clock: exynos850: Add Exynos850 CMU_G3D * clk-rockchip: clk: rockchip: rk3588: make gate linked clocks critical clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparent * clk-qcom: (57 commits) clk: qcom: gcc-sc8280xp: Add EMAC GDSCs clk: qcom: dispcc-qcm2290: Remove inexistent DSI1PHY clk clk: qcom: add the GPUCC driver for sa8775p dt-bindings: clock: qcom: describe the GPUCC clock for SA8775P clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handling clk: qcom: lpassaudiocc-sc7280: Add required gdsc power domain clks in lpass_cc_sc7280_desc clk: qcom: lpasscc-sc7280: Skip qdsp6ss clock registration dt-bindings: clock: qcom,sc7280-lpasscc: Add qcom,adsp-pil-mode property clk: qcom: rpm: Use managed `of_clk_add_hw_provider()` clk: qcom: Add Global Clock Controller driver for IPQ9574 dt-bindings: clock: Add ipq9574 clock and reset definitions clk: qcom: gpucc-sm6375: Configure CX_GDSC disable wait value clk: qcom: gcc-sm6115: Mark RCGs shared where applicable clk: qcom: dispcc-qcm2290: Add MDSS_CORE reset dt-bindings: clock: dispcc-qcm2290: Add MDSS_CORE reset clk: qcom: apss-ipq-pll: add support for IPQ5332 dt-bindings: clock: qcom,a53pll: add IPQ5332 compatible clk: qcom: apss-ipq-pll: refactor the driver to accommodate different PLL types dt-bindings: mailbox: qcom,apcs-kpss-global: fix SDX55 'if' match dt-bindings: mailbox: qcom,apcs-kpss-global: correct SDX55 clocks ...
- Loading branch information
Showing
84 changed files
with
20,179 additions
and
1,331 deletions.
There are no files selected for viewing
49 changes: 0 additions & 49 deletions
49
Documentation/devicetree/bindings/arm/msm/qcom,kpss-acc.txt
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
Documentation/devicetree/bindings/arm/msm/qcom,kpss-gcc.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
Documentation/devicetree/bindings/clock/qcom,gcc-ipq4019.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/clock/qcom,gcc-ipq4019.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Qualcomm Global Clock & Reset Controller on IPQ4019 | ||
|
||
maintainers: | ||
- Stephen Boyd <sboyd@kernel.org> | ||
- Taniya Das <tdas@codeaurora.org> | ||
- Robert Marko <robert.markoo@sartura.hr> | ||
|
||
description: | | ||
Qualcomm global clock control module provides the clocks, resets and power | ||
domains on IPQ4019. | ||
See also:: include/dt-bindings/clock/qcom,gcc-ipq4019.h | ||
allOf: | ||
- $ref: qcom,gcc.yaml# | ||
|
||
properties: | ||
compatible: | ||
const: qcom,gcc-ipq4019 | ||
|
||
clocks: | ||
items: | ||
- description: board XO clock | ||
- description: sleep clock | ||
|
||
clock-names: | ||
items: | ||
- const: xo | ||
- const: sleep_clk | ||
|
||
required: | ||
- compatible | ||
|
||
unevaluatedProperties: false | ||
|
||
examples: | ||
- | | ||
clock-controller@1800000 { | ||
compatible = "qcom,gcc-ipq4019"; | ||
reg = <0x1800000 0x60000>; | ||
#clock-cells = <1>; | ||
#power-domain-cells = <1>; | ||
#reset-cells = <1>; | ||
clocks = <&xo>, <&sleep_clk>; | ||
clock-names = "xo", "sleep_clk"; | ||
}; | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
Documentation/devicetree/bindings/clock/qcom,ipq5332-gcc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/clock/qcom,ipq5332-gcc.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Qualcomm Global Clock & Reset Controller on IPQ5332 | ||
|
||
maintainers: | ||
- Bjorn Andersson <andersson@kernel.org> | ||
|
||
description: | | ||
Qualcomm global clock control module provides the clocks, resets and power | ||
domains on IPQ5332. | ||
See also:: include/dt-bindings/clock/qcom,gcc-ipq5332.h | ||
allOf: | ||
- $ref: qcom,gcc.yaml# | ||
|
||
properties: | ||
compatible: | ||
const: qcom,ipq5332-gcc | ||
|
||
clocks: | ||
items: | ||
- description: Board XO clock source | ||
- description: Sleep clock source | ||
- description: PCIE 2lane PHY pipe clock source | ||
- description: PCIE 2lane x1 PHY pipe clock source (For second lane) | ||
- description: USB PCIE wrapper pipe clock source | ||
|
||
required: | ||
- compatible | ||
- clocks | ||
|
||
unevaluatedProperties: false | ||
|
||
examples: | ||
- | | ||
clock-controller@1800000 { | ||
compatible = "qcom,ipq5332-gcc"; | ||
reg = <0x01800000 0x80000>; | ||
clocks = <&xo_board>, | ||
<&sleep_clk>, | ||
<&pcie_2lane_phy_pipe_clk>, | ||
<&pcie_2lane_phy_pipe_clk_x1>, | ||
<&usb_pcie_wrapper_pipe_clk>; | ||
#clock-cells = <1>; | ||
#power-domain-cells = <1>; | ||
#reset-cells = <1>; | ||
}; | ||
... |
61 changes: 61 additions & 0 deletions
61
Documentation/devicetree/bindings/clock/qcom,ipq9574-gcc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/clock/qcom,ipq9574-gcc.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Qualcomm Global Clock & Reset Controller on IPQ9574 | ||
|
||
maintainers: | ||
- Anusha Rao <quic_anusha@quicinc.com> | ||
|
||
description: | | ||
Qualcomm global clock control module provides the clocks, resets and power | ||
domains on IPQ9574 | ||
See also:: | ||
include/dt-bindings/clock/qcom,ipq9574-gcc.h | ||
include/dt-bindings/reset/qcom,ipq9574-gcc.h | ||
properties: | ||
compatible: | ||
const: qcom,ipq9574-gcc | ||
|
||
clocks: | ||
items: | ||
- description: Board XO source | ||
- description: Sleep clock source | ||
- description: Bias PLL ubi clock source | ||
- description: PCIE30 PHY0 pipe clock source | ||
- description: PCIE30 PHY1 pipe clock source | ||
- description: PCIE30 PHY2 pipe clock source | ||
- description: PCIE30 PHY3 pipe clock source | ||
- description: USB3 PHY pipe clock source | ||
|
||
required: | ||
- compatible | ||
- clocks | ||
|
||
allOf: | ||
- $ref: qcom,gcc.yaml# | ||
|
||
unevaluatedProperties: false | ||
|
||
examples: | ||
- | | ||
clock-controller@1800000 { | ||
compatible = "qcom,ipq9574-gcc"; | ||
reg = <0x01800000 0x80000>; | ||
clocks = <&xo_board_clk>, | ||
<&sleep_clk>, | ||
<&bias_pll_ubi_nc_clk>, | ||
<&pcie30_phy0_pipe_clk>, | ||
<&pcie30_phy1_pipe_clk>, | ||
<&pcie30_phy2_pipe_clk>, | ||
<&pcie30_phy3_pipe_clk>, | ||
<&usb3phy_0_cc_pipe_clk>; | ||
#clock-cells = <1>; | ||
#reset-cells = <1>; | ||
#power-domain-cells = <1>; | ||
}; | ||
... |
Oops, something went wrong.