diff options
| author | Andi Shyti <andi.shyti@kernel.org> | 2026-09-09 18:48:20 +0200 |
|---|---|---|
| committer | Andi Shyti <andi.shyti@kernel.org> | 2026-09-09 18:48:20 +0200 |
| commit | 8d158155d14cae1c8bbafaa950af06443609d564 (patch) | |
| tree | a5af67a8dea0b8ab19dafd6bd964dbb0b600b297 | |
| parent | 9a80b1b1ee3e5f2e5aa24f112f14bd45ada50833 (diff) | |
| parent | 3d067add128157a8d812a9882c15b7e81097a4f2 (diff) | |
| download | linux-next-8d158155d14cae1c8bbafaa950af06443609d564.tar.gz linux-next-8d158155d14cae1c8bbafaa950af06443609d564.zip | |
Merge branch 'i2c/i2c' into i2c/i2c-next
| -rw-r--r-- | Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml b/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml index 467bdcbb8538..8a7c0a44601b 100644 --- a/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml @@ -21,6 +21,20 @@ allOf: properties: reg: maxItems: 1 + - if: + properties: + compatible: + contains: + const: ultrarisc,dp1000-i2c + then: + properties: + clocks: + minItems: 2 + clock-names: + minItems: 2 + required: + - clocks + - clock-names properties: compatible: @@ -44,6 +58,7 @@ properties: - mscc,ocelot-i2c - sophgo,sg2044-i2c - thead,th1520-i2c + - ultrarisc,dp1000-i2c - const: snps,designware-i2c reg: |
