Message ID | 20221030175703.1103224-2-robimarko@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | None | expand |
On Sun, 30 Oct 2022 18:57:02 +0100, Robert Marko wrote: > Allow passing XO and sleep clocks to the IPQ8074 to avoid having to do > a global matching by name. > > Signed-off-by: Robert Marko <robimarko@gmail.com> > --- > .../devicetree/bindings/clock/qcom,gcc-ipq8074.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml index ac6711ed01ba..a190523a8c25 100644 --- a/Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml @@ -24,6 +24,16 @@ properties: compatible: const: qcom,gcc-ipq8074 + clocks: + items: + - description: board XO clock + - description: sleep clock + + clock-names: + items: + - const: xo + - const: sleep_clk + required: - compatible
Allow passing XO and sleep clocks to the IPQ8074 to avoid having to do a global matching by name. Signed-off-by: Robert Marko <robimarko@gmail.com> --- .../devicetree/bindings/clock/qcom,gcc-ipq8074.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+)