]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: zynq: DT: Use the zynq binding with macb
authorNathan Sullivan <nathan.sullivan@ni.com>
Fri, 22 May 2015 14:22:11 +0000 (09:22 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 May 2015 19:04:33 +0000 (15:04 -0400)
Use the new zynq binding for macb ethernet, since it will disable half
duplex gigabit like the Zynq TRM says to do.

Signed-off-by: Nathan Sullivan <nathan.sullivan@ni.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm/boot/dts/zynq-7000.dtsi

index a5cd2eda3edf4fdb4d616999532d8f94da2d7bd3..9ea54b3dba09b7de9be7936ae0a755c4ed115a97 100644 (file)
                };
 
                gem0: ethernet@e000b000 {
-                       compatible = "cdns,gem";
+                       compatible = "cdns,zynq-gem";
                        reg = <0xe000b000 0x1000>;
                        status = "disabled";
                        interrupts = <0 22 4>;
                };
 
                gem1: ethernet@e000c000 {
-                       compatible = "cdns,gem";
+                       compatible = "cdns,zynq-gem";
                        reg = <0xe000c000 0x1000>;
                        status = "disabled";
                        interrupts = <0 45 4>;