Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: clocks: qcom,gcc-ipq8074: allow XO and sleep clocks

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>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221030175703.1103224-2-robimarko@gmail.com

authored by

Robert Marko and committed by
Bjorn Andersson
5bf7b832 ae55ad32

+10
+10
Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml
··· 37 37 description: 38 38 Protected clock specifier list as per common clock binding. 39 39 40 + clocks: 41 + items: 42 + - description: board XO clock 43 + - description: sleep clock 44 + 45 + clock-names: 46 + items: 47 + - const: xo 48 + - const: sleep_clk 49 + 40 50 required: 41 51 - compatible 42 52 - reg