From 88dc4e7ea714787642708fb0fc460bb7e262b234 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Fri, 16 Aug 2019 14:13:08 +0530 Subject: [PATCH] dt-bindings: i2c: mv64xxx: Add compatible for the H6 i2c node. Allwinner H6 have a mv64xxx i2c interface available to be used. Signed-off-by: Bhushan Shah Signed-off-by: Maxime Ripard --- 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 001f2b7abad0..c779000515d6 100644 --- a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml @@ -26,6 +26,9 @@ properties: - items: - const: allwinner,sun50i-a64-i2c - const: allwinner,sun6i-a31-i2c + - items: + - const: allwinner,sun50i-h6-i2c + - const: allwinner,sun6i-a31-i2c - const: marvell,mv64xxx-i2c - const: marvell,mv78230-i2c -- 2.17.1