diff options
author | Martin Fuzzey <martin.fuzzey@flowbird.group> | 2020-04-02 15:51:30 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-07 18:23:38 -0700 |
commit | be8ae92f5c25f0896969bbc049e9844f9dcd53f1 (patch) | |
tree | a9d27d6bda5481f20e4cdd1d33736c6f33ebd2a3 /arch/arm | |
parent | 70f268588a8c4e7596d9031afcbf2e78cf9c757d (diff) |
ARM: dts: imx6: add fec gpr property.
This is required for wake on lan on i.MX6
Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group>
Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 0da4cc29effd..98da446aa0f2 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -1045,6 +1045,7 @@ <&clks IMX6QDL_CLK_ENET>, <&clks IMX6QDL_CLK_ENET_REF>; clock-names = "ipg", "ahb", "ptp"; + gpr = <&gpr>; status = "disabled"; }; |