Messages in this thread Patch in this message |  | | From | Frank Lee <> | Subject | [PATCH v3 13/16] dt-bindings: i2c: mv64xxx: Add compatible for the A100 i2c node. | Date | Mon, 13 Jul 2020 10:19:46 +0800 |
| |
Allwinner A100 have a mv64xxx i2c interface available to be used.
Signed-off-by: Frank Lee <frank@allwinnertech.com> --- Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml index 2ceb05b..5b5ae40 100644 --- a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml @@ -27,6 +27,9 @@ properties: - const: allwinner,sun50i-a64-i2c - const: allwinner,sun6i-a31-i2c - items: + - const: allwinner,sun50i-a100-i2c + - const: allwinner,sun6i-a31-i2c + - items: - const: allwinner,sun50i-h6-i2c - const: allwinner,sun6i-a31-i2c -- 1.9.1
|  |