OSDN Git Service

ARM: at91: change compatibility string for sama5d3x gem
authorCyrille Pitchen <cyrille.pitchen@atmel.com>
Thu, 24 Jul 2014 11:51:02 +0000 (13:51 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Jul 2014 06:39:55 +0000 (23:39 -0700)
this new compatibility string prevents macb/gem driver from using the
scatter-gather and gso features on sama5d3x boards.

Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm/boot/dts/sama5d3_gmac.dtsi

index a6cb050..de5ed59 100644 (file)
@@ -74,7 +74,7 @@
                        };
 
                        macb0: ethernet@f0028000 {
-                               compatible = "cdns,pc302-gem", "cdns,gem";
+                               compatible = "atmel,sama5d3-gem";
                                reg = <0xf0028000 0x100>;
                                interrupts = <34 IRQ_TYPE_LEVEL_HIGH 3>;
                                pinctrl-names = "default";