diff mbox series

[v2,3/4] dt-bindings: fec: document the new gpr property.

Message ID 1585159919-11491-4-git-send-email-martin.fuzzey@flowbird.group
State Not Applicable, archived
Headers show
Series Fix Wake on lan with FEC on i.MX6 | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Martin Fuzzey March 25, 2020, 6:11 p.m. UTC
This property allows the gpr register bit to be defined
for wake on lan support.

Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group>
---
 Documentation/devicetree/bindings/net/fsl-fec.txt | 2 ++
 1 file changed, 2 insertions(+)

Comments

Andy Duan March 26, 2020, 7:58 a.m. UTC | #1
From: Martin Fuzzey <martin.fuzzey@flowbird.group> Sent: Thursday, March 26, 2020 2:12 AM
> This property allows the gpr register bit to be defined for wake on lan support.
> 
> Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group>

Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
> ---
>  Documentation/devicetree/bindings/net/fsl-fec.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/net/fsl-fec.txt
> b/Documentation/devicetree/bindings/net/fsl-fec.txt
> index 5b88fae0..ff8b0f2 100644
> --- a/Documentation/devicetree/bindings/net/fsl-fec.txt
> +++ b/Documentation/devicetree/bindings/net/fsl-fec.txt
> @@ -22,6 +22,8 @@ Optional properties:
>  - fsl,err006687-workaround-present: If present indicates that the system has
>    the hardware workaround for ERR006687 applied and does not need a
> software
>    workaround.
> +- gpr: phandle of SoC general purpose register mode. Required for wake
> +on LAN
> +  on some SoCs
>   -interrupt-names:  names of the interrupts listed in interrupts property in
>    the same order. The defaults if not specified are
>    __Number of interrupts__   __Default__
> --
> 1.9.1
Rob Herring March 31, 2020, 9:55 p.m. UTC | #2
On Wed, 25 Mar 2020 19:11:58 +0100, Martin Fuzzey wrote:
> This property allows the gpr register bit to be defined
> for wake on lan support.
> 
> Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group>
> ---
>  Documentation/devicetree/bindings/net/fsl-fec.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 

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

Patch

diff --git a/Documentation/devicetree/bindings/net/fsl-fec.txt b/Documentation/devicetree/bindings/net/fsl-fec.txt
index 5b88fae0..ff8b0f2 100644
--- a/Documentation/devicetree/bindings/net/fsl-fec.txt
+++ b/Documentation/devicetree/bindings/net/fsl-fec.txt
@@ -22,6 +22,8 @@  Optional properties:
 - fsl,err006687-workaround-present: If present indicates that the system has
   the hardware workaround for ERR006687 applied and does not need a software
   workaround.
+- gpr: phandle of SoC general purpose register mode. Required for wake on LAN
+  on some SoCs
  -interrupt-names:  names of the interrupts listed in interrupts property in
   the same order. The defaults if not specified are
   __Number of interrupts__   __Default__