diff options
author | Matthias Schiffer <matthias.schiffer@ew.tq-group.com> | 2020-09-18 13:29:35 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-28 09:37:03 +0100 |
commit | e70f9b9c25eae1b1624a976773817470c51d1e9f (patch) | |
tree | 00c65fbca5abed57bc154486172c93e543019620 /arch/arm/boot/dts/imx7d-mba7.dts | |
parent | ARM: dts: imx7-mba7: remove unsupported PHY LED setup (diff) | |
download | linux-e70f9b9c25eae1b1624a976773817470c51d1e9f.tar.xz linux-e70f9b9c25eae1b1624a976773817470c51d1e9f.zip |
ARM: dts: imx7-mba7: disable ethernet PHY clock outputs
The clock outputs are not connected. Disable them to improve EMI
behaviour.
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-mba7.dts')
-rw-r--r-- | arch/arm/boot/dts/imx7d-mba7.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-mba7.dts b/arch/arm/boot/dts/imx7d-mba7.dts index 1101be373ddf..5ef86de53013 100644 --- a/arch/arm/boot/dts/imx7d-mba7.dts +++ b/arch/arm/boot/dts/imx7d-mba7.dts @@ -39,6 +39,7 @@ ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_50_NS>; ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_50_NS>; ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>; + ti,clk-output-sel = <DP83867_CLK_O_SEL_OFF>; }; }; }; |