diff options
author | Serge Semin <Sergey.Semin@baikalelectronics.ru> | 2020-05-28 11:33:13 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2020-05-30 11:33:32 +0200 |
commit | 0029d097956e700b6b498ce39d6d745adc35b39c (patch) | |
tree | 61efb7dced6bc884d0de97d1d617c9136e982e6e /Documentation/devicetree | |
parent | dt-bindings: i2c: Convert DW I2C slave to the DW I2C master example (diff) | |
download | linux-0029d097956e700b6b498ce39d6d745adc35b39c.tar.xz linux-0029d097956e700b6b498ce39d6d745adc35b39c.zip |
dt-bindings: i2c: dw: Add Baikal-T1 SoC I2C controller
Add the "baikal,bt1-sys-i2c" compatible string to the DW I2C binding. Even
though the corresponding node is supposed to be a child of the Baikal-T1
System Controller, its reg property is left required for compatibility.
Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml b/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml index dff3f267bdee..4f746bef2374 100644 --- a/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml @@ -31,6 +31,8 @@ properties: items: - const: mscc,ocelot-i2c - const: snps,designware-i2c + - description: Baikal-T1 SoC System I2C controller + const: baikal,bt1-sys-i2c reg: minItems: 1 |