[PATCH] dt-bindings: net: fec: add power-domains property

Peng Fan (OSS) posted 1 patch 1 year, 1 month ago
Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 +++
1 file changed, 3 insertions(+)
[PATCH] dt-bindings: net: fec: add power-domains property
Posted by Peng Fan (OSS) 1 year, 1 month ago
From: Peng Fan <peng.fan@nxp.com>

Add optional power domains property

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml
index e6f2045f05de..b494e009326e 100644
--- a/Documentation/devicetree/bindings/net/fsl,fec.yaml
+++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml
@@ -144,6 +144,9 @@ properties:
     description:
       Regulator that powers the Ethernet PHY.
 
+  power-domains:
+    maxItems: 1
+
   fsl,num-tx-queues:
     $ref: /schemas/types.yaml#/definitions/uint32
     description:
-- 
2.37.1
Re: [PATCH] dt-bindings: net: fec: add power-domains property
Posted by patchwork-bot+netdevbpf@kernel.org 1 year, 1 month ago
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 28 Mar 2023 14:15:18 +0800 you wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add optional power domains property
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 +++
>  1 file changed, 3 insertions(+)

Here is the summary with links:
  - dt-bindings: net: fec: add power-domains property
    https://git.kernel.org/netdev/net-next/c/99b3a769cd8a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] dt-bindings: net: fec: add power-domains property
Posted by Krzysztof Kozlowski 1 year, 1 month ago
On 28/03/2023 08:15, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add optional power domains property

This we see from the diff. You should explain why.


> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---

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

Best regards,
Krzysztof
Re: [PATCH] dt-bindings: net: fec: add power-domains property
Posted by Jakub Kicinski 1 year, 1 month ago
On Tue, 28 Mar 2023 14:15:18 +0800 Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add optional power domains property
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Rob, Krzysztof, this one still on your radar?