* [PATCH v3 13/16] dt-bindings: i2c: mv64xxx: Add compatible for the A100 i2c node.
[not found] <20200708072331.19700-1-frank@allwinnertech.com>
@ 2020-07-08 7:23 ` Frank Lee
0 siblings, 0 replies; 4+ messages in thread
From: Frank Lee @ 2020-07-08 7:23 UTC (permalink / raw)
To: robh+dt, mripard, wens, mturquette, sboyd, gregory.clement, tglx,
jason, maz, srinivas.kandagatla, linus.walleij, anarsoul,
tiny.windzz, rui.zhang, daniel.lezcano, amit.kucheria, lee.jones,
p.zabel, clabbe, icenowy, megous, stefan, bage
Cc: devicetree, linux-pm, liyong, linux-kernel, linux-gpio,
huangshuosheng, linux-i2c, Frank Lee, linux-clk, linux-arm-kernel
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH v3 13/16] dt-bindings: i2c: mv64xxx: Add compatible for the A100 i2c node.
@ 2020-07-13 2:19 Frank Lee
0 siblings, 0 replies; 4+ messages in thread
From: Frank Lee @ 2020-07-13 2:19 UTC (permalink / raw)
To: gregory.clement, robh+dt
Cc: linux-i2c, devicetree, linux-kernel, tiny.windzz, Frank Lee
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH v3 13/16] dt-bindings: i2c: mv64xxx: Add compatible for the A100 i2c node.
@ 2020-07-13 2:20 Frank Lee
2020-07-13 15:53 ` Rob Herring
0 siblings, 1 reply; 4+ messages in thread
From: Frank Lee @ 2020-07-13 2:20 UTC (permalink / raw)
To: gregory.clement, robh+dt
Cc: linux-i2c, devicetree, linux-kernel, tiny.windzz, Frank Lee
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v3 13/16] dt-bindings: i2c: mv64xxx: Add compatible for the A100 i2c node.
2020-07-13 2:20 [PATCH v3 13/16] dt-bindings: i2c: mv64xxx: Add compatible for the A100 i2c node Frank Lee
@ 2020-07-13 15:53 ` Rob Herring
0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2020-07-13 15:53 UTC (permalink / raw)
To: Frank Lee
Cc: tiny.windzz, robh+dt, devicetree, gregory.clement, linux-kernel,
linux-i2c
On Mon, 13 Jul 2020 10:20:49 +0800, Frank Lee wrote:
> 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(+)
>
Reviewed-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-07-13 15:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-13 2:20 [PATCH v3 13/16] dt-bindings: i2c: mv64xxx: Add compatible for the A100 i2c node Frank Lee
2020-07-13 15:53 ` Rob Herring
-- strict thread matches above, loose matches on Subject: below --
2020-07-13 2:19 Frank Lee
[not found] <20200708072331.19700-1-frank@allwinnertech.com>
2020-07-08 7:23 ` Frank Lee
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.