]> rtime.felk.cvut.cz Git - vajnamar/linux-xlnx.git/commitdiff
ARM: zynq: DT: Add Ethernet phys
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Wed, 20 Aug 2014 15:56:59 +0000 (08:56 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 16 Sep 2014 10:48:56 +0000 (12:48 +0200)
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>
arch/arm/boot/dts/zynq-zc702.dts
arch/arm/boot/dts/zynq-zc706.dts
arch/arm/boot/dts/zynq-zed.dts

index 8eab48451e51ce18bb31672f0090e8dbf62bbb1a..94e2cda6f9b6f8bbf5188e38b9878ad1d22da85c 100644 (file)
 &gem0 {
        status = "okay";
        phy-mode = "rgmii-id";
+       phy-handle = <&ethernet_phy>;
+
+       ethernet_phy: ethernet-phy@7 {
+               reg = <7>;
+       };
 };
 
 &i2c0 {
index 88f732fff700857f27b9eac6e45ea3b02a6180c8..a8bbdfbc7093caad3cdf0ace86052d29a38a0150 100644 (file)
 &gem0 {
        status = "okay";
        phy-mode = "rgmii-id";
+       phy-handle = <&ethernet_phy>;
+
+       ethernet_phy: ethernet-phy@7 {
+               reg = <7>;
+       };
 };
 
 &i2c0 {
index 2b2dc4de6889ef89c4ef4eaddbe0d6907abfc655..697779a353edcda3852fbd381ab2efdb6b40779b 100644 (file)
 &gem0 {
        status = "okay";
        phy-mode = "rgmii-id";
+       phy-handle = <&ethernet_phy>;
+
+       ethernet_phy: ethernet-phy@0 {
+               reg = <0>;
+       };
 };
 
 &sdhci0 {