Skip to content

Commit

Permalink
ARM: zynq: DT: Add Ethernet phys
Browse files Browse the repository at this point in the history
Add missing Ethernet phys to Zynq DTs.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Soren Brinkmann authored and Michal Simek committed Sep 16, 2014
1 parent e65b158 commit f62f404
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/zynq-zc702.dts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
&gem0 {
status = "okay";
phy-mode = "rgmii-id";
phy-handle = <&ethernet_phy>;

ethernet_phy: ethernet-phy@7 {
reg = <7>;
};
};

&i2c0 {
Expand Down
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/zynq-zc706.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
&gem0 {
status = "okay";
phy-mode = "rgmii-id";
phy-handle = <&ethernet_phy>;

ethernet_phy: ethernet-phy@7 {
reg = <7>;
};
};

&i2c0 {
Expand Down
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/zynq-zed.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
&gem0 {
status = "okay";
phy-mode = "rgmii-id";
phy-handle = <&ethernet_phy>;

ethernet_phy: ethernet-phy@0 {
reg = <0>;
};
};

&sdhci0 {
Expand Down

0 comments on commit f62f404

Please sign in to comment.