From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757449AbcDLVPX (ORCPT ); Tue, 12 Apr 2016 17:15:23 -0400 Received: from muru.com ([72.249.23.125]:50654 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753645AbcDLVPN (ORCPT ); Tue, 12 Apr 2016 17:15:13 -0400 Date: Tue, 12 Apr 2016 14:15:08 -0700 From: Tony Lindgren To: Rob Herring Cc: Nishanth Menon , =?utf-8?Q?Beno=C3=AEt?= Cousson , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Schuyler Patton Subject: Re: [PATCH V2] ARM: dts: AM572x-IDK Initial Support Message-ID: <20160412211508.GF5995@atomide.com> References: <1459182909-23502-1-git-send-email-nm@ti.com> <20160328211015.GA28249@rob-hp-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160328211015.GA28249@rob-hp-laptop> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Rob Herring [160328 14:11]: > On Mon, Mar 28, 2016 at 11:35:09AM -0500, Nishanth Menon wrote: > > From: Schuyler Patton > > > > The AM572x-IDK board is a board based on TI's AM5728 SOC > > which has a dual core 1.5GHz A15 processor. This board is a > > development platform for the Industrial market with: > > - 2GB of DDR3L > > - Dual 1Gbps Ethernet > > - HDMI, > > - PRU-ICSS > > - uSD > > - 16GB eMMC > > - CAN > > - RS-485 > > - PCIe > > - USB3.0 > > - Video Input Port > > - Industrial IO port and expansion connector > > > > The link to the data sheet and TRM can be found here: > > > > http://www.ti.com/product/AM5728 > > > > This patch creates a common dtsi file that will provide a common board > > dtsi file to define the nodes that are common to AM57xx (including the > > upcoming AM5718) IDK boards. > > > > Initial support is only for basic peripherals > > Acked-by: Rob Herring Applying into omap-for-v4.7/dt thanks. Tony