diff options
author | Rob Herring <robh@kernel.org> | 2022-05-09 11:50:27 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-05-09 11:50:27 -0500 |
commit | 52bf4b7147e5a0446ec5bdfe92106f0e16bf281f (patch) | |
tree | 81cbd53b5fc89165e34bdc4d29c5c672e218cf70 /Documentation/devicetree/bindings/clock | |
parent | 0f6983509ea126e41b8cfd17bc490cba0df58728 (diff) | |
parent | 5dc4630426511f641b7ac44fc550b8e21eafb237 (diff) |
Merge branch 'dt/linus' into dt/next
Pick up new meta-schema fixes.
Diffstat (limited to 'Documentation/devicetree/bindings/clock')
-rw-r--r-- | Documentation/devicetree/bindings/clock/imx8m-clock.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/clock/imx8m-clock.yaml b/Documentation/devicetree/bindings/clock/imx8m-clock.yaml index 625f573a7b90..458c7645ee68 100644 --- a/Documentation/devicetree/bindings/clock/imx8m-clock.yaml +++ b/Documentation/devicetree/bindings/clock/imx8m-clock.yaml @@ -55,8 +55,6 @@ allOf: then: properties: clocks: - minItems: 7 - maxItems: 7 items: - description: 32k osc - description: 25m osc @@ -66,8 +64,6 @@ allOf: - description: ext3 clock input - description: ext4 clock input clock-names: - minItems: 7 - maxItems: 7 items: - const: ckil - const: osc_25m |