From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Subject: Re: [PATCH 2/2] ARM: dts: AM4372: add few nodes Date: Sat, 3 Aug 2013 17:19:52 +0530 Message-ID: <51FCEE60.7080809@ti.com> References: <6f0f838176ab93aac8dab4c3ab9d9f95a3027ff7.1375450395.git.afzal@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from devils.ext.ti.com ([198.47.26.153]:50788 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751541Ab3HCLyb (ORCPT ); Sat, 3 Aug 2013 07:54:31 -0400 In-Reply-To: <6f0f838176ab93aac8dab4c3ab9d9f95a3027ff7.1375450395.git.afzal@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Afzal Mohammed Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Russell King , Benoit Cousson , benoit.cousson@gmail.com, Paul Walmsley , Tony Lindgren On 8/2/2013 7:16 PM, Afzal Mohammed wrote: > + mac: ethernet@4a100000 { > + compatible = "ti,am4372-cpsw","ti,cpsw"; compatibility "ti,am4372-cpsw" is not needed as driver has only "ti,cpsw" compatibility > + reg = <0x4a100000 0x800 > + 0x4a101200 0x100>; > + interrupts = + GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH > + GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH > + GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>; > + ti,hwmods = "cpgmac0"; > + status = "disabled"; > + }; There are many other parameters which are missed here. Regards Mugunthan V N From mboxrd@z Thu Jan 1 00:00:00 1970 From: mugunthanvnm@ti.com (Mugunthan V N) Date: Sat, 3 Aug 2013 17:19:52 +0530 Subject: [PATCH 2/2] ARM: dts: AM4372: add few nodes In-Reply-To: <6f0f838176ab93aac8dab4c3ab9d9f95a3027ff7.1375450395.git.afzal@ti.com> References: <6f0f838176ab93aac8dab4c3ab9d9f95a3027ff7.1375450395.git.afzal@ti.com> Message-ID: <51FCEE60.7080809@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 8/2/2013 7:16 PM, Afzal Mohammed wrote: > + mac: ethernet at 4a100000 { > + compatible = "ti,am4372-cpsw","ti,cpsw"; compatibility "ti,am4372-cpsw" is not needed as driver has only "ti,cpsw" compatibility > + reg = <0x4a100000 0x800 > + 0x4a101200 0x100>; > + interrupts = + GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH > + GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH > + GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>; > + ti,hwmods = "cpgmac0"; > + status = "disabled"; > + }; There are many other parameters which are missed here. Regards Mugunthan V N