From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [66.187.233.31]) by ozlabs.org (Postfix) with ESMTP id 6FF5467A40 for ; Wed, 29 Mar 2006 03:55:21 +1100 (EST) Subject: Re: [PATCH] powerpc: Add FSL CPM2 device tree node documentation From: Paul Nasrat To: Vitaly Bordug In-Reply-To: <20060328161431.18517.82573.stgit@vitb.ru.mvista.com> References: <20060328161431.18517.82573.stgit@vitb.ru.mvista.com> Content-Type: text/plain Date: Tue, 28 Mar 2006 11:55:10 -0500 Message-Id: <1143564910.2660.4.camel@enki.eridu> Mime-Version: 1.0 Cc: linuxppc-dev , Jon Loeliger , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2006-03-28 at 20:14 +0400, Vitaly Bordug wrote: > Updated the documentation to include the initial description of the CPM2 > device that are used on PQII and PQIII families. Only initial sub-devices > described so far, but that should be sufficient to move the respective > boards to powerpc, with a reasonable minimum supporteddevice set. > > + 5) FCCs (Fast Communications Controllers) > + > + Required properties: > + > + - device_type : should be "network" > + - model : "FCCx", x is typically a small number depending on the > + devices amount > + - compatible : should be "fs_enet" > + - address : List of bytes representing the ethernet address of > + this controller Umm should we not use local-mac-address and mac-address (and address-bits) as in section 3.7.4 in 1275-1994? Paul