From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id CB6D5DDF60 for ; Fri, 11 Jan 2008 10:42:57 +1100 (EST) Message-ID: <4786A37C.2040905@freescale.com> Date: Thu, 10 Jan 2008 17:00:12 -0600 From: Scott Wood MIME-Version: 1.0 To: Grant Likely Subject: Re: [PATCH v3] [POWERPC] Update MPC8610 HPCD to support audio drivers References: <12000050651235-git-send-email-timur@freescale.com> <12000050664035-git-send-email-timur@freescale.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Cc: olof@lixom.net, linuxppc-dev@ozlabs.org, alsa-devel@alsa-project.org, Timur Tabi , david@gibson.dropbear.id.au List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Grant Likely wrote: >> + dma@21300 { >> + #address-cells = <1>; >> + #size-cells = <1>; >> + compatible = "fsl,mpc8610-dma", "fsl,eloplus-dma"; >> + cell-index = <0>; >> + reg = <21300 4>; /* DMA general status register */ >> + ranges = <0 21100 200>; >> + >> + dma-channel@0 { >> + compatible = "fsl,mpc8610-dma-channel", >> + "fsl,eloplus-dma-channel"; > > Nit: you probably don't need the compatible property for these channel > nodes since they are 100% dependent on the parent for describing the > behaviour. The compatible property in the child nodes gives the driver the option of matching the channel rather than the whole thing. -Scott