diff options
| author | Mark Brown <broonie@kernel.org> | 2026-05-29 18:09:11 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-29 18:09:11 +0100 |
| commit | 67d986a0818cedeae3b818906059cfae55900f00 (patch) | |
| tree | 504f7c39307d92491c3a09472184c692adebed20 /Documentation | |
| parent | 178636b2f2b6f8ed97733c28f99de2ea79b5bb6c (diff) | |
| parent | 5f7092aabf492fbc95a4cba1cc6c0d64c62a9abb (diff) | |
| download | linux-next-history-67d986a0818cedeae3b818906059cfae55900f00.tar.gz | |
Merge branch 'clk-next' of https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/clock/marvell,pxa1908.yaml | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/Documentation/devicetree/bindings/clock/marvell,pxa1908.yaml b/Documentation/devicetree/bindings/clock/marvell,pxa1908.yaml index 6f3a8578fe2a6..0db5504013d5e 100644 --- a/Documentation/devicetree/bindings/clock/marvell,pxa1908.yaml +++ b/Documentation/devicetree/bindings/clock/marvell,pxa1908.yaml @@ -37,6 +37,9 @@ properties: '#power-domain-cells': const: 1 + '#reset-cells': + const: 1 + required: - compatible - reg @@ -44,16 +47,27 @@ required: additionalProperties: false -if: - not: - properties: - compatible: - contains: - const: marvell,pxa1908-apmu - -then: - properties: - '#power-domain-cells': false +allOf: + - if: + not: + properties: + compatible: + contains: + const: marvell,pxa1908-apmu + then: + properties: + '#power-domain-cells': false + - if: + not: + properties: + compatible: + contains: + enum: + - marvell,pxa1908-apbc + - marvell,pxa1908-apbcp + then: + properties: + '#reset-cells': false examples: # APMU block: |
