diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-07-13 16:23:25 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-07-20 04:24:35 +0200 |
commit | d36f260718d83928e6012247a7e1b9791cdb12ff (patch) | |
tree | b169ca52c9a32bf87c8b62db069923e33a8f5a54 /arch | |
parent | ARM: dts: imx6sx-sdb: Fix the phy-mode on fec2 (diff) | |
download | linux-d36f260718d83928e6012247a7e1b9791cdb12ff.tar.xz linux-d36f260718d83928e6012247a7e1b9791cdb12ff.zip |
ARM: dts: imx6sx-sabreauto: Fix the phy-mode on fec2
Commit 0672d22a1924 ("ARM: dts: imx: Fix the AR803X phy-mode") fixed the
phy-mode for fec1, but missed to fix it for the fec2 node.
Fix fec2 to also use "rgmii-id" as the phy-mode.
Cc: <stable@vger.kernel.org>
Fixes: 0672d22a1924 ("ARM: dts: imx: Fix the AR803X phy-mode")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sabreauto.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sabreauto.dts b/arch/arm/boot/dts/imx6sx-sabreauto.dts index 825924448ab4..14fd1de52a68 100644 --- a/arch/arm/boot/dts/imx6sx-sabreauto.dts +++ b/arch/arm/boot/dts/imx6sx-sabreauto.dts @@ -99,7 +99,7 @@ &fec2 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_enet2>; - phy-mode = "rgmii"; + phy-mode = "rgmii-id"; phy-handle = <ðphy0>; fsl,magic-packet; status = "okay"; |