From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759419AbaGXPQT (ORCPT ); Thu, 24 Jul 2014 11:16:19 -0400 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:58376 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759076AbaGXPQS (ORCPT ); Thu, 24 Jul 2014 11:16:18 -0400 Date: Thu, 24 Jul 2014 16:15:29 +0100 From: Mark Rutland To: Cyrille Pitchen Cc: "nicolas.ferre@atmel.com" , "davem@davemloft.net" , "linux-arm-kernel@lists.infradead.org" , "netdev@vger.kernel.org" , "soren.brinkmann@xilinx.com" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2 5/6] ARM: at91: change compatibility string for sama5d3x gem Message-ID: <20140724151529.GA26190@leverpostej> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 24, 2014 at 12:51:02PM +0100, Cyrille Pitchen wrote: > this new compatibility string prevents macb/gem driver from using the > scatter-gather and gso features on sama5d3x boards. What will happen were the driver to attempt to use the features on this board? How will this affect existing DTBs? Thanks, Mark. > > Signed-off-by: Cyrille Pitchen > --- > arch/arm/boot/dts/sama5d3_gmac.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/sama5d3_gmac.dtsi b/arch/arm/boot/dts/sama5d3_gmac.dtsi > index a6cb050..de5ed59 100644 > --- a/arch/arm/boot/dts/sama5d3_gmac.dtsi > +++ b/arch/arm/boot/dts/sama5d3_gmac.dtsi > @@ -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"; > -- > 1.8.2.2 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel >