diff options
author | Fugang Duan <fugang.duan@nxp.com> | 2020-05-25 19:27:12 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-27 06:21:43 +0300 |
commit | d009a621b92d9aea851a6d8df1c4142f423c41e6 (patch) | |
tree | 5fc6615022eaae9a0d9d8571f3eee602f433a40b /arch/arm/boot/dts/imx7s.dtsi | |
parent | 998ec26b66c0fafdeec07288ef8973726c297478 (diff) | |
download | linux-d009a621b92d9aea851a6d8df1c4142f423c41e6.tar.xz |
ARM: dts: imx: add ethernet stop mode property
- Update the imx6qdl gpr property to define gpr register
offset and bit in DT.
- Add imx6sx/imx6ul/imx7d ethernet stop mode property.
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/boot/dts/imx7s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 76e3ffbbbfbf..5bf0b39fa99b 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -1190,6 +1190,7 @@ "enet_clk_ref", "enet_out"; fsl,num-tx-queues = <3>; fsl,num-rx-queues = <3>; + fsl,stop-mode = <&gpr 0x10 3>; status = "disabled"; }; }; |