diff options
author | Marek Vasut <marex@denx.de> | 2016-05-25 22:40:42 +0000 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2016-06-08 14:12:04 -0500 |
commit | c106c21ce02e366f3dc887bff7c48f3f140c45c9 (patch) | |
tree | cc5eae17bb4968c18d4b45ff23f5eb597088eec7 /arch | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | linux-stable-c106c21ce02e366f3dc887bff7c48f3f140c45c9.tar.gz linux-stable-c106c21ce02e366f3dc887bff7c48f3f140c45c9.tar.bz2 linux-stable-c106c21ce02e366f3dc887bff7c48f3f140c45c9.zip |
ARM: dts: socfpga: Add missing PHY phandle
Add missing PHY phandle into the DT, otherwise the stmmac code won't
detect the PHY correctly anymore.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts index a3601e4c0a2e..b844473601d2 100644 --- a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts +++ b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts @@ -136,6 +136,7 @@ &gmac1 { status = "okay"; phy-mode = "rgmii"; + phy-handle = <&phy1>; snps,reset-gpio = <&porta 0 GPIO_ACTIVE_LOW>; snps,reset-active-low; |