ARM: zynq: DT: Use the zynq binding with macb
authorNathan Sullivan <nathan.sullivan@ni.com>
Wed, 27 May 2015 20:00:01 +0000 (15:00 -0500)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 28 May 2015 06:47:28 +0000 (08:47 +0200)
Use the new zynq binding for macb ethernet, since it will disable half
duplex gigabit like the Zynq TRM says to do. Also allow the compatible
cadence gem binding that won't disable half duplex but works otherwise.

Signed-off-by: Nathan Sullivan <nathan.sullivan@ni.com>
Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-7000.dtsi

index a5cd2eda3edf4fdb4d616999532d8f94da2d7bd3..06915080b875dd34b163859cb71c5bc0925de373 100644 (file)
                };
 
                gem0: ethernet@e000b000 {
-                       compatible = "cdns,gem";
+                       compatible = "cdns,zynq-gem", "cdns,gem";
                        reg = <0xe000b000 0x1000>;
                        status = "disabled";
                        interrupts = <0 22 4>;
                };
 
                gem1: ethernet@e000c000 {
-                       compatible = "cdns,gem";
+                       compatible = "cdns,zynq-gem", "cdns,gem";
                        reg = <0xe000c000 0x1000>;
                        status = "disabled";
                        interrupts = <0 45 4>;
This page took 0.026489 seconds and 5 git commands to generate.