All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: i2c: uniphier: Add resets property
@ 2023-02-09  1:43 ` Kunihiko Hayashi
  0 siblings, 0 replies; 6+ messages in thread
From: Kunihiko Hayashi @ 2023-02-09  1:43 UTC (permalink / raw)
  To: Wolfram Sang, Rob Herring, Krzysztof Kozlowski, Masami Hiramatsu
  Cc: linux-i2c, devicetree, linux-arm-kernel, linux-kernel, Kunihiko Hayashi

UniPhier I2C controller allows reset control support.
Add resets property to the controller as optional.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
---
 .../devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml       | 3 +++
 .../devicetree/bindings/i2c/socionext,uniphier-i2c.yaml        | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml b/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml
index c76131902b77..4bbe9e775da1 100644
--- a/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml
@@ -29,6 +29,9 @@ properties:
     minimum: 100000
     maximum: 400000
 
+  resets:
+    maxItems: 1
+
 required:
   - compatible
   - reg
diff --git a/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml b/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml
index ddde08636ab0..5abf496edb59 100644
--- a/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml
@@ -29,6 +29,9 @@ properties:
     minimum: 100000
     maximum: 400000
 
+  resets:
+    maxItems: 1
+
 required:
   - compatible
   - reg
-- 
2.25.1


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

* [PATCH] dt-bindings: i2c: uniphier: Add resets property
@ 2023-02-09  1:43 ` Kunihiko Hayashi
  0 siblings, 0 replies; 6+ messages in thread
From: Kunihiko Hayashi @ 2023-02-09  1:43 UTC (permalink / raw)
  To: Wolfram Sang, Rob Herring, Krzysztof Kozlowski, Masami Hiramatsu
  Cc: linux-i2c, devicetree, linux-arm-kernel, linux-kernel, Kunihiko Hayashi

UniPhier I2C controller allows reset control support.
Add resets property to the controller as optional.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
---
 .../devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml       | 3 +++
 .../devicetree/bindings/i2c/socionext,uniphier-i2c.yaml        | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml b/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml
index c76131902b77..4bbe9e775da1 100644
--- a/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml
@@ -29,6 +29,9 @@ properties:
     minimum: 100000
     maximum: 400000
 
+  resets:
+    maxItems: 1
+
 required:
   - compatible
   - reg
diff --git a/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml b/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml
index ddde08636ab0..5abf496edb59 100644
--- a/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml
@@ -29,6 +29,9 @@ properties:
     minimum: 100000
     maximum: 400000
 
+  resets:
+    maxItems: 1
+
 required:
   - compatible
   - reg
-- 
2.25.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] 6+ messages in thread

* Re: [PATCH] dt-bindings: i2c: uniphier: Add resets property
  2023-02-09  1:43 ` Kunihiko Hayashi
@ 2023-02-09  8:59   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-09  8:59 UTC (permalink / raw)
  To: Kunihiko Hayashi, Wolfram Sang, Rob Herring, Krzysztof Kozlowski,
	Masami Hiramatsu
  Cc: linux-i2c, devicetree, linux-arm-kernel, linux-kernel

On 09/02/2023 02:43, Kunihiko Hayashi wrote:
> UniPhier I2C controller allows reset control support.
> Add resets property to the controller as optional.
> 
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
> ---


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH] dt-bindings: i2c: uniphier: Add resets property
@ 2023-02-09  8:59   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-09  8:59 UTC (permalink / raw)
  To: Kunihiko Hayashi, Wolfram Sang, Rob Herring, Krzysztof Kozlowski,
	Masami Hiramatsu
  Cc: linux-i2c, devicetree, linux-arm-kernel, linux-kernel

On 09/02/2023 02:43, Kunihiko Hayashi wrote:
> UniPhier I2C controller allows reset control support.
> Add resets property to the controller as optional.
> 
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
> ---


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] dt-bindings: i2c: uniphier: Add resets property
  2023-02-09  1:43 ` Kunihiko Hayashi
@ 2023-02-12 21:02   ` Wolfram Sang
  -1 siblings, 0 replies; 6+ messages in thread
From: Wolfram Sang @ 2023-02-12 21:02 UTC (permalink / raw)
  To: Kunihiko Hayashi
  Cc: Rob Herring, Krzysztof Kozlowski, Masami Hiramatsu, linux-i2c,
	devicetree, linux-arm-kernel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

On Thu, Feb 09, 2023 at 10:43:40AM +0900, Kunihiko Hayashi wrote:
> UniPhier I2C controller allows reset control support.
> Add resets property to the controller as optional.
> 
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>

Applied to for-next, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] dt-bindings: i2c: uniphier: Add resets property
@ 2023-02-12 21:02   ` Wolfram Sang
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfram Sang @ 2023-02-12 21:02 UTC (permalink / raw)
  To: Kunihiko Hayashi
  Cc: Rob Herring, Krzysztof Kozlowski, Masami Hiramatsu, linux-i2c,
	devicetree, linux-arm-kernel, linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 284 bytes --]

On Thu, Feb 09, 2023 at 10:43:40AM +0900, Kunihiko Hayashi wrote:
> UniPhier I2C controller allows reset control support.
> Add resets property to the controller as optional.
> 
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>

Applied to for-next, thanks!


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-02-12 21:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-09  1:43 [PATCH] dt-bindings: i2c: uniphier: Add resets property Kunihiko Hayashi
2023-02-09  1:43 ` Kunihiko Hayashi
2023-02-09  8:59 ` Krzysztof Kozlowski
2023-02-09  8:59   ` Krzysztof Kozlowski
2023-02-12 21:02 ` Wolfram Sang
2023-02-12 21:02   ` Wolfram Sang

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.