Skip to content

Commit 089c09e

Browse files
quic-kdybcioandersson
authored andcommitted
dt-bindings: clock: qcom,x1e80100-gcc: Add X1P42100
X1P42100 is based on X1E80100 and largely reuses the X1E80100's GCC block, adding a couple wires here and there. Add a compatible for the X1P4 with a fallback to X1E80100. There are some additions in the smaller one, that will be added in the future. Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 75c5cb3 commit 089c09e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/devicetree/bindings/clock/qcom,x1e80100-gcc.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ description: |
1717
1818
properties:
1919
compatible:
20-
const: qcom,x1e80100-gcc
20+
oneOf:
21+
- items:
22+
- const: qcom,x1p42100-gcc
23+
- const: qcom,x1e80100-gcc
24+
- const: qcom,x1e80100-gcc
2125

2226
clocks:
2327
items:

0 commit comments

Comments
 (0)