]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ARM: dts: imx6q-dhcom: Fix ethernet plugin detection problems
authorChristoph Niedermaier <cniedermaier@dh-electronics.com>
Wed, 26 May 2021 10:53:59 +0000 (12:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:16:15 +0000 (16:16 +0200)
[ Upstream commit e2bdd3484890441b9cc2560413a86e8f2aa04157 ]

To make the ethernet cable plugin detection reliable the
power detection of the smsc phy has been disabled.

Fixes: 52c7a088badd ("ARM: dts: imx6q: Add support for the DHCOM iMX6 SoM and PDK2")
Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Marek Vasut <marex@denx.de>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: kernel@dh-electronics.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/imx6q-dhcom-som.dtsi

index b158e530a79676d6773026d470880d8f5d01ed61..6c08ef354a39f18ee366df928b11e675cb25324a 100644 (file)
@@ -99,6 +99,7 @@
                        reset-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
                        reset-assert-us = <1000>;
                        reset-deassert-us = <1000>;
+                       smsc,disable-energy-detect; /* Make plugin detection reliable */
                };
        };
 };