diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2021-05-11 06:30:39 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-25 14:36:12 +0200 |
commit | 6f5891a560dff4b3695a8533c02eeedd39b3ccb9 (patch) | |
tree | 84785c72baa6d85e9cb233f073685925928b3bdd /arch/arm | |
parent | 5190a6604a106e2ad9831d7662bec4ab1492a3a2 (diff) | |
download | linux-stable-6f5891a560dff4b3695a8533c02eeedd39b3ccb9.tar.gz linux-stable-6f5891a560dff4b3695a8533c02eeedd39b3ccb9.tar.bz2 linux-stable-6f5891a560dff4b3695a8533c02eeedd39b3ccb9.zip |
ARM: dts: imx6dl-riotboard: configure PHY clock and set proper EEE value
[ Upstream commit 723de6a4126b2474a8106e943749e1554012dad6 ]
Without SoC specific PHY fixups the network interface on this board will
fail to work. Provide missing DT properties to make it work again.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-riotboard.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-riotboard.dts b/arch/arm/boot/dts/imx6dl-riotboard.dts index 065d3ab0f50a..e7d9bfbfd0e4 100644 --- a/arch/arm/boot/dts/imx6dl-riotboard.dts +++ b/arch/arm/boot/dts/imx6dl-riotboard.dts @@ -106,6 +106,8 @@ reset-gpios = <&gpio3 31 GPIO_ACTIVE_LOW>; reset-assert-us = <10000>; reset-deassert-us = <1000>; + qca,smarteee-tw-us-1g = <24>; + qca,clk-out-frequency = <125000000>; }; }; }; |