diff options
| author | Inochi Amaoto <inochiama@gmail.com> | 2025-04-14 01:34:55 +0300 |
|---|---|---|
| committer | Andi Shyti <andi@smida.it> | 2025-05-19 23:23:57 +0300 |
| commit | b6c540d740390ba672a8a98d672ba6252dd11c48 (patch) | |
| tree | 61c4b940a35b377c6beeae95c237d02898ce3d6b | |
| parent | a6e04f05ce0b070ab39d5775580e65c7d943da0b (diff) | |
| download | linux-b6c540d740390ba672a8a98d672ba6252dd11c48.tar.xz | |
dt-bindings: i2c: dw: merge duplicate compatible entry.
Each vendor have an items entry of its own compatible, It is needless
and some can be merged as it share the same base "snps,designware-i2c"
compatible.
Merge the duplicate compatible entry into one item entry.
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250413223507.46480-2-inochiama@gmail.com
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml b/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml index bc5d0fb5abfe..98567dc791c3 100644 --- a/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml @@ -32,15 +32,12 @@ properties: - const: renesas,r9a06g032-i2c # RZ/N1D - const: renesas,rzn1-i2c # RZ/N1 - const: snps,designware-i2c - - description: Microsemi Ocelot SoCs I2C controller - items: - - const: mscc,ocelot-i2c - - const: snps,designware-i2c - description: Baikal-T1 SoC System I2C controller const: baikal,bt1-sys-i2c - - description: T-HEAD TH1520 SoCs I2C controller - items: - - const: thead,th1520-i2c + - items: + - enum: + - mscc,ocelot-i2c + - thead,th1520-i2c - const: snps,designware-i2c reg: |
