Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1365678

Re: [PATCH V2] ARM: dts: AM572x-IDK Initial Support

From Rob Herring <robh@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH V2] ARM: dts: AM572x-IDK Initial Support
Date 2016-03-28 23:20 +0200
Message-ID <rhMJQ-4ie-1@gated-at.bofh.it> (permalink)
References <rhImS-1aq-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Mar 28, 2016 at 11:35:09AM -0500, Nishanth Menon wrote:
> From: Schuyler Patton <spatton@ti.com>
> 
> 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
> 
> Signed-off-by: Schuyler Patton <spatton@ti.com>
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
> based on v4.6-rc1
> 
> Changes since V1:
> 	- Renamed the led nodes
> 	- Dropped unused src_clk_x1 node (will introduce when needed).
> 
> Test: http://pastebin.ubuntu.com/15540747/
> 
> V1: https://patchwork.kernel.org/patch/8665181/
> 
>  .../devicetree/bindings/arm/omap/omap.txt          |   3 +
>  arch/arm/boot/dts/Makefile                         |   1 +
>  arch/arm/boot/dts/am572x-idk.dts                   |  85 ++++++
>  arch/arm/boot/dts/am57xx-idk-common.dtsi           | 302 +++++++++++++++++++++
>  4 files changed, 391 insertions(+)
>  create mode 100644 arch/arm/boot/dts/am572x-idk.dts
>  create mode 100644 arch/arm/boot/dts/am57xx-idk-common.dtsi

Acked-by: Rob Herring <robh@kernel.org>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH V2] ARM: dts: AM572x-IDK Initial Support Nishanth Menon <nm@ti.com> - 2016-03-28 18:40 +0200
  Re: [PATCH V2] ARM: dts: AM572x-IDK Initial Support Rob Herring <robh@kernel.org> - 2016-03-28 23:20 +0200

csiph-web