devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFT PATCH 1/9] dt-bindings: usb: tps6598x: Add Apple CD321x compatible
       [not found] <20210918120934.28252-1-sven@svenpeter.dev>
@ 2021-09-18 12:09 ` Sven Peter
  2021-09-19 11:25   ` Alyssa Rosenzweig
  2021-09-22 20:38   ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Sven Peter @ 2021-09-18 12:09 UTC (permalink / raw)
  To: Heikki Krogerus, Greg Kroah-Hartman, Bryan O'Donoghue
  Cc: Sven Peter, Guido Günther, linux-usb, linux-kernel,
	Hector Martin, Mohamed Mediouni, Stan Skowronek, Mark Kettenis,
	Alexander Graf, Alyssa Rosenzweig, Rob Herring, devicetree

A variant of the TI TPS 6598x Type-C Port Switch and Power Delivery
controller known as Apple CD321x is present on boards with Apple SoCs
such as the M1. Add its compatible to the device tree binding.

Signed-off-by: Sven Peter <sven@svenpeter.dev>
---
 Documentation/devicetree/bindings/usb/ti,tps6598x.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml b/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
index f6819bf2a3b5..a4c53b1f1af3 100644
--- a/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
+++ b/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
@@ -12,10 +12,14 @@ maintainers:
 description: |
   Texas Instruments 6598x Type-C Port Switch and Power Delivery controller
 
+  A variant of this controller known as Apple CD321x or Apple ACE is also
+  present on hardware with Apple SoCs such as the M1.
+
 properties:
   compatible:
     enum:
       - ti,tps6598x
+      - apple,cd321x
   reg:
     maxItems: 1
 
-- 
2.25.1


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

* Re: [RFT PATCH 1/9] dt-bindings: usb: tps6598x: Add Apple CD321x compatible
  2021-09-18 12:09 ` [RFT PATCH 1/9] dt-bindings: usb: tps6598x: Add Apple CD321x compatible Sven Peter
@ 2021-09-19 11:25   ` Alyssa Rosenzweig
  2021-09-22 20:38   ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Alyssa Rosenzweig @ 2021-09-19 11:25 UTC (permalink / raw)
  To: Sven Peter
  Cc: Heikki Krogerus, Greg Kroah-Hartman, Bryan O'Donoghue,
	Guido Günther, linux-usb, linux-kernel, Hector Martin,
	Mohamed Mediouni, Stan Skowronek, Mark Kettenis, Alexander Graf,
	Rob Herring, devicetree

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>


On Sat , Sep 18, 2021 at 02:09:26PM +0200, Sven Peter wrote:
> A variant of the TI TPS 6598x Type-C Port Switch and Power Delivery
> controller known as Apple CD321x is present on boards with Apple SoCs
> such as the M1. Add its compatible to the device tree binding.
> 
> Signed-off-by: Sven Peter <sven@svenpeter.dev>
> ---
>  Documentation/devicetree/bindings/usb/ti,tps6598x.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml b/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
> index f6819bf2a3b5..a4c53b1f1af3 100644
> --- a/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
> +++ b/Documentation/devicetree/bindings/usb/ti,tps6598x.yaml
> @@ -12,10 +12,14 @@ maintainers:
>  description: |
>    Texas Instruments 6598x Type-C Port Switch and Power Delivery controller
>  
> +  A variant of this controller known as Apple CD321x or Apple ACE is also
> +  present on hardware with Apple SoCs such as the M1.
> +
>  properties:
>    compatible:
>      enum:
>        - ti,tps6598x
> +      - apple,cd321x
>    reg:
>      maxItems: 1
>  
> -- 
> 2.25.1
> 

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

* Re: [RFT PATCH 1/9] dt-bindings: usb: tps6598x: Add Apple CD321x compatible
  2021-09-18 12:09 ` [RFT PATCH 1/9] dt-bindings: usb: tps6598x: Add Apple CD321x compatible Sven Peter
  2021-09-19 11:25   ` Alyssa Rosenzweig
@ 2021-09-22 20:38   ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2021-09-22 20:38 UTC (permalink / raw)
  To: Sven Peter
  Cc: Guido Günther, linux-kernel, devicetree, Alexander Graf,
	Heikki Krogerus, Bryan O'Donoghue, Hector Martin,
	Stan Skowronek, Alyssa Rosenzweig, Mark Kettenis,
	Greg Kroah-Hartman, Rob Herring, Mohamed Mediouni, linux-usb

On Sat, 18 Sep 2021 14:09:26 +0200, Sven Peter wrote:
> A variant of the TI TPS 6598x Type-C Port Switch and Power Delivery
> controller known as Apple CD321x is present on boards with Apple SoCs
> such as the M1. Add its compatible to the device tree binding.
> 
> Signed-off-by: Sven Peter <sven@svenpeter.dev>
> ---
>  Documentation/devicetree/bindings/usb/ti,tps6598x.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

end of thread, other threads:[~2021-09-22 20:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20210918120934.28252-1-sven@svenpeter.dev>
2021-09-18 12:09 ` [RFT PATCH 1/9] dt-bindings: usb: tps6598x: Add Apple CD321x compatible Sven Peter
2021-09-19 11:25   ` Alyssa Rosenzweig
2021-09-22 20:38   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).