projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a695a9
)
ARM: dts: socfpga: Add missing PHY phandle
author
Marek Vasut
<marex@denx.de>
Wed, 25 May 2016 22:40:42 +0000
(22:40 +0000)
committer
Dinh Nguyen
<dinguyen@kernel.org>
Wed, 8 Jun 2016 19:12:04 +0000
(14:12 -0500)
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>
arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
b/arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
index a3601e4c0a2e3b4aecb249d5b9c74436911afe0d..b844473601d25085d0a200e6406c8f5bfc381f04 100644
(file)
--- 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;