diff options
author | Fugang Duan <fugang.duan@nxp.com> | 2020-05-25 18:27:11 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-27 05:21:43 +0200 |
commit | 998ec26b66c0fafdeec07288ef8973726c297478 (patch) | |
tree | c4957984cb5c2411f74eca05186fe3a350a76b1a /Documentation/devicetree/bindings/net/fsl-fec.txt | |
parent | net: ethernet: fec: move GPR register offset and bit into DT (diff) | |
download | linux-998ec26b66c0fafdeec07288ef8973726c297478.tar.xz linux-998ec26b66c0fafdeec07288ef8973726c297478.zip |
dt-bindings: fec: update the gpr property
- rename the 'gpr' property string to 'fsl,stop-mode'.
- Update the property to define gpr register offset and
bit in DT, since different instance have different gpr bit.
v2:
* rename 'gpr' property string to 'fsl,stop-mode'.
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/fsl-fec.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/fsl-fec.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/fsl-fec.txt b/Documentation/devicetree/bindings/net/fsl-fec.txt index 26c492a2e0e1..9b543789cd52 100644 --- a/Documentation/devicetree/bindings/net/fsl-fec.txt +++ b/Documentation/devicetree/bindings/net/fsl-fec.txt @@ -22,8 +22,11 @@ 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 +- fsl,stop-mode: register bits of stop mode control, the format is + <&gpr req_gpr req_bit>. + gpr is the phandle to general purpose register node. + req_gpr is the gpr register offset for ENET stop request. + req_bit is the gpr bit offset for ENET stop request. -interrupt-names: names of the interrupts listed in interrupts property in the same order. The defaults if not specified are __Number of interrupts__ __Default__ |