public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: i2c: mv64xxx: Add variants with offload support
@ 2022-07-02  5:25 Samuel Holland
  2022-07-02  5:25 ` [PATCH 2/2] arm64: dts: allwinner: a100: Update I2C controller fallback Samuel Holland
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Samuel Holland @ 2022-07-02  5:25 UTC (permalink / raw)
  To: Chen-Yu Tsai, Jernej Skrabec
  Cc: Andre Przywara, Wolfram Sang, Samuel Holland, Gregory CLEMENT,
	Krzysztof Kozlowski, Rob Herring, devicetree, linux-i2c,
	linux-kernel

V536 and newer Allwinner SoCs contain an updated I2C controller which
includes an offload engine for master mode. The controller retains the
existing register interface, so the A31 compatible still applies.

Add the V536 compatible and use it as a fallback for other SoCs with the
updated hardware. This includes two SoCs that were already documented
(H616 and A100) and two new SoCs (R329 and D1).

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 .../devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml   | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
index f771c09aabfc..0ec033e48830 100644
--- a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
@@ -21,10 +21,18 @@ properties:
           - enum:
               - allwinner,sun8i-a23-i2c
               - allwinner,sun8i-a83t-i2c
+              - allwinner,sun8i-v536-i2c
               - allwinner,sun50i-a64-i2c
-              - allwinner,sun50i-a100-i2c
               - allwinner,sun50i-h6-i2c
+          - const: allwinner,sun6i-a31-i2c
+      - description: Allwinner SoCs with offload support
+        items:
+          - enum:
+              - allwinner,sun20i-d1-i2c
+              - allwinner,sun50i-a100-i2c
               - allwinner,sun50i-h616-i2c
+              - allwinner,sun50i-r329-i2c
+          - const: allwinner,sun8i-v536-i2c
           - const: allwinner,sun6i-a31-i2c
       - const: marvell,mv64xxx-i2c
       - const: marvell,mv78230-i2c
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-06 19:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-02  5:25 [PATCH 1/2] dt-bindings: i2c: mv64xxx: Add variants with offload support Samuel Holland
2022-07-02  5:25 ` [PATCH 2/2] arm64: dts: allwinner: a100: Update I2C controller fallback Samuel Holland
2022-07-05 19:45   ` Jernej Škrabec
2022-07-05 19:51     ` Jernej Škrabec
2022-07-04  8:37 ` [PATCH 1/2] dt-bindings: i2c: mv64xxx: Add variants with offload support Krzysztof Kozlowski
2022-07-05 10:42 ` Andre Przywara
2022-07-05 19:51 ` Jernej Škrabec
2022-07-06 19:28 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox