linux-phy.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: phy: rockchip: Add missing "phy-supply" property
@ 2025-04-07 16:56 Rob Herring (Arm)
  2025-04-10  9:11 ` Heiko Stübner
  2025-04-11 12:10 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-04-07 16:56 UTC (permalink / raw)
  To: Vinod Koul, Kishon Vijay Abraham I, Krzysztof Kozlowski,
	Conor Dooley, Heiko Stuebner, Frank Wang, Zhang Yubing
  Cc: linux-phy, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel

Several Rockchip PHYs use the "phy-supply" property, but don't
document it. Add it to the current known users.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
v2:
 - Drop maxItems
---
 .../devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml   | 3 +++
 Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml  | 3 +++
 Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml  | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml b/Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml
index 888e6b2aac5a..3e101c3c5ea9 100644
--- a/Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml
+++ b/Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml
@@ -42,6 +42,9 @@ properties:
       - const: phy
       - const: apb
 
+  phy-supply:
+    description: Single PHY regulator
+
   rockchip,enable-ssc:
     type: boolean
     description:
diff --git a/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml b/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml
index b42f1272903d..8b7059d5b182 100644
--- a/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml
+++ b/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml
@@ -47,6 +47,9 @@ properties:
       - const: pcs_apb
       - const: pma_apb
 
+  phy-supply:
+    description: Single PHY regulator
+
   rockchip,dp-lane-mux:
     $ref: /schemas/types.yaml#/definitions/uint32-array
     minItems: 2
diff --git a/Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml b/Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml
index ba67dca5a446..d7de8b527c5c 100644
--- a/Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml
@@ -46,6 +46,9 @@ properties:
   reset-names:
     const: phy
 
+  phy-supply:
+    description: Single PHY regulator
+
   rockchip,phy-grf:
     $ref: /schemas/types.yaml#/definitions/phandle
     description: phandle to the syscon managing the phy "general register files"
-- 
2.47.2


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* Re: [PATCH v2] dt-bindings: phy: rockchip: Add missing "phy-supply" property
  2025-04-07 16:56 [PATCH v2] dt-bindings: phy: rockchip: Add missing "phy-supply" property Rob Herring (Arm)
@ 2025-04-10  9:11 ` Heiko Stübner
  2025-04-11 12:10 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Stübner @ 2025-04-10  9:11 UTC (permalink / raw)
  To: Vinod Koul, Kishon Vijay Abraham I, Krzysztof Kozlowski,
	Conor Dooley, Frank Wang, Zhang Yubing, Rob Herring (Arm)
  Cc: linux-phy, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel

Am Montag, 7. April 2025, 18:56:06 Mitteleuropäische Sommerzeit schrieb Rob Herring (Arm):
> Several Rockchip PHYs use the "phy-supply" property, but don't
> document it. Add it to the current known users.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Reviewed-by: Heiko Stuebner <heiko@sntech.de>


> ---
> v2:
>  - Drop maxItems
> ---
>  .../devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml   | 3 +++
>  Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml  | 3 +++
>  Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml  | 3 +++
>  3 files changed, 9 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml b/Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml
> index 888e6b2aac5a..3e101c3c5ea9 100644
> --- a/Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml
> +++ b/Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml
> @@ -42,6 +42,9 @@ properties:
>        - const: phy
>        - const: apb
>  
> +  phy-supply:
> +    description: Single PHY regulator
> +
>    rockchip,enable-ssc:
>      type: boolean
>      description:
> diff --git a/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml b/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml
> index b42f1272903d..8b7059d5b182 100644
> --- a/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml
> +++ b/Documentation/devicetree/bindings/phy/phy-rockchip-usbdp.yaml
> @@ -47,6 +47,9 @@ properties:
>        - const: pcs_apb
>        - const: pma_apb
>  
> +  phy-supply:
> +    description: Single PHY regulator
> +
>    rockchip,dp-lane-mux:
>      $ref: /schemas/types.yaml#/definitions/uint32-array
>      minItems: 2
> diff --git a/Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml b/Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml
> index ba67dca5a446..d7de8b527c5c 100644
> --- a/Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml
> +++ b/Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml
> @@ -46,6 +46,9 @@ properties:
>    reset-names:
>      const: phy
>  
> +  phy-supply:
> +    description: Single PHY regulator
> +
>    rockchip,phy-grf:
>      $ref: /schemas/types.yaml#/definitions/phandle
>      description: phandle to the syscon managing the phy "general register files"
> 





-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

* Re: [PATCH v2] dt-bindings: phy: rockchip: Add missing "phy-supply" property
  2025-04-07 16:56 [PATCH v2] dt-bindings: phy: rockchip: Add missing "phy-supply" property Rob Herring (Arm)
  2025-04-10  9:11 ` Heiko Stübner
@ 2025-04-11 12:10 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2025-04-11 12:10 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Krzysztof Kozlowski, Conor Dooley,
	Heiko Stuebner, Frank Wang, Zhang Yubing, Rob Herring (Arm)
  Cc: linux-phy, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel


On Mon, 07 Apr 2025 11:56:06 -0500, Rob Herring (Arm) wrote:
> Several Rockchip PHYs use the "phy-supply" property, but don't
> document it. Add it to the current known users.
> 
> 

Applied, thanks!

[1/1] dt-bindings: phy: rockchip: Add missing "phy-supply" property
      commit: 070d546258257c75c65a2f15da558eb96bce550c

Best regards,
-- 
~Vinod



-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

end of thread, other threads:[~2025-04-11 12:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07 16:56 [PATCH v2] dt-bindings: phy: rockchip: Add missing "phy-supply" property Rob Herring (Arm)
2025-04-10  9:11 ` Heiko Stübner
2025-04-11 12:10 ` 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).