From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 82F9DDDF2C for ; Wed, 2 Jul 2008 09:52:56 +1000 (EST) Subject: Re: [PATCH v2] Parameterize EMAC Multicast Match Handling From: Benjamin Herrenschmidt To: Grant Erickson In-Reply-To: References: Content-Type: text/plain Date: Wed, 02 Jul 2008 09:52:45 +1000 Message-Id: <1214956365.20711.200.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Stefan Roese Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2008-07-01 at 11:13 -0700, Grant Erickson wrote: > In terms of the device tree expression, you would both favor something akin > to the following? > > - compatible = "ibm,emac-405exr", "ibm,emac4"; > + compatible = "ibm,emac-405exr", "ibm,emac4", "ibm,emac4sync"; leave ibm,emac4 either at the end or totally out Cheers, Ben.