linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] dt-bindings: phy: zynqmp-psgtr: fix USB phy name
@ 2021-11-17  0:38 Liam Beguin
  2021-11-17  7:50 ` Laurent Pinchart
  2021-11-23  5:11 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Liam Beguin @ 2021-11-17  0:38 UTC (permalink / raw)
  To: liambeguin, Anurag Kumar Vulisha, Laurent Pinchart,
	Kishon Vijay Abraham I, Vinod Koul, Rob Herring, Michal Simek
  Cc: Liam Beguin, linux-kernel, linux-phy, devicetree, linux-arm-kernel

PHY_TYPE_USB is undefined and was added as PHY_TYPE_USB2 and
PHY_TYPE_USB3 in 2fbbc96d1600 (phy: Add PHY header file for DT x Driver
defines, 2014-11-04). Fix documentation to avoid misleading users.

Signed-off-by: Liam Beguin <lvb@xiphos.com>
---
 Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml b/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml
index 04d5654efb38..79906519c652 100644
--- a/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml
+++ b/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml
@@ -29,7 +29,7 @@ properties:
           - PHY_TYPE_PCIE
           - PHY_TYPE_SATA
           - PHY_TYPE_SGMII
-          - PHY_TYPE_USB
+          - PHY_TYPE_USB3
       - description: The PHY instance
         minimum: 0
         maximum: 1 # for DP, SATA or USB
-- 
2.34.0


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

* Re: [PATCH 1/1] dt-bindings: phy: zynqmp-psgtr: fix USB phy name
  2021-11-17  0:38 [PATCH 1/1] dt-bindings: phy: zynqmp-psgtr: fix USB phy name Liam Beguin
@ 2021-11-17  7:50 ` Laurent Pinchart
  2021-11-23  5:11 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2021-11-17  7:50 UTC (permalink / raw)
  To: Liam Beguin
  Cc: Anurag Kumar Vulisha, Kishon Vijay Abraham I, Vinod Koul,
	Rob Herring, Michal Simek, Liam Beguin, linux-kernel, linux-phy,
	devicetree, linux-arm-kernel

Hi Liam,

Thank you for the patch.

On Tue, Nov 16, 2021 at 07:38:41PM -0500, Liam Beguin wrote:
> PHY_TYPE_USB is undefined and was added as PHY_TYPE_USB2 and
> PHY_TYPE_USB3 in 2fbbc96d1600 (phy: Add PHY header file for DT x Driver
> defines, 2014-11-04). Fix documentation to avoid misleading users.
> 
> Signed-off-by: Liam Beguin <lvb@xiphos.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml b/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml
> index 04d5654efb38..79906519c652 100644
> --- a/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml
> +++ b/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml
> @@ -29,7 +29,7 @@ properties:
>            - PHY_TYPE_PCIE
>            - PHY_TYPE_SATA
>            - PHY_TYPE_SGMII
> -          - PHY_TYPE_USB
> +          - PHY_TYPE_USB3
>        - description: The PHY instance
>          minimum: 0
>          maximum: 1 # for DP, SATA or USB

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH 1/1] dt-bindings: phy: zynqmp-psgtr: fix USB phy name
  2021-11-17  0:38 [PATCH 1/1] dt-bindings: phy: zynqmp-psgtr: fix USB phy name Liam Beguin
  2021-11-17  7:50 ` Laurent Pinchart
@ 2021-11-23  5:11 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2021-11-23  5:11 UTC (permalink / raw)
  To: Liam Beguin
  Cc: Anurag Kumar Vulisha, Laurent Pinchart, Kishon Vijay Abraham I,
	Rob Herring, Michal Simek, Liam Beguin, linux-kernel, linux-phy,
	devicetree, linux-arm-kernel

On 16-11-21, 19:38, Liam Beguin wrote:
> PHY_TYPE_USB is undefined and was added as PHY_TYPE_USB2 and
> PHY_TYPE_USB3 in 2fbbc96d1600 (phy: Add PHY header file for DT x Driver
> defines, 2014-11-04). Fix documentation to avoid misleading users.

Applied, thanks

> 
> Signed-off-by: Liam Beguin <lvb@xiphos.com>
> ---
>  Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml b/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml
> index 04d5654efb38..79906519c652 100644
> --- a/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml
> +++ b/Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml
> @@ -29,7 +29,7 @@ properties:
>            - PHY_TYPE_PCIE
>            - PHY_TYPE_SATA
>            - PHY_TYPE_SGMII
> -          - PHY_TYPE_USB
> +          - PHY_TYPE_USB3
>        - description: The PHY instance
>          minimum: 0
>          maximum: 1 # for DP, SATA or USB
> -- 
> 2.34.0

-- 
~Vinod

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

end of thread, other threads:[~2021-11-23  5:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-17  0:38 [PATCH 1/1] dt-bindings: phy: zynqmp-psgtr: fix USB phy name Liam Beguin
2021-11-17  7:50 ` Laurent Pinchart
2021-11-23  5:11 ` Vinod Koul

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).