Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753314AbbLKCxY (ORCPT ); Thu, 10 Dec 2015 21:53:24 -0500 Received: from mail.kernel.org ([198.145.29.136]:38897 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752952AbbLKCxX (ORCPT ); Thu, 10 Dec 2015 21:53:23 -0500 Date: Thu, 10 Dec 2015 20:53:18 -0600 From: Rob Herring To: Sergei Ianovich Cc: linux-kernel@vger.kernel.org, Daniel Mack , Robert Jarzmik , Arnd Bergmann , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Thierry Reding , Jonathan Cameron , Dmitry Torokhov , Philipp Zabel , Arnaud Ebalard , Kuninori Morimoto , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM PORT" Subject: Re: [PATCH v4 2/2] arm: pxa27x: support for ICP DAS LP-8x4x w/ DT Message-ID: <20151211025318.GA1000@rob-hp-laptop> References: <1387309071-22382-1-git-send-email-ynvich@gmail.com> <1449700088-28076-1-git-send-email-ynvich@gmail.com> <1449700088-28076-3-git-send-email-ynvich@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449700088-28076-3-git-send-email-ynvich@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1177 Lines: 37 On Thu, Dec 10, 2015 at 01:28:08AM +0300, Sergei Ianovich wrote: > ICP DAS calls LP-8x4x 'programmable automation controller'. It is > an industrial computer based on PXA270 SoC. They ship it with a 2.6.19 > kernel and proprietary kernel module and userspace library to access > its industrial IO. 2 comments, otherwise: Acked-by: Rob Herring > diff --git a/arch/arm/boot/dts/pxa27x-lp8x4x.dts b/arch/arm/boot/dts/pxa27x-lp8x4x.dts > new file mode 100644 > index 0000000..bbb5b75 > --- /dev/null > +++ b/arch/arm/boot/dts/pxa27x-lp8x4x.dts > @@ -0,0 +1,260 @@ > +/* Device tree for ICP DAS LP-8x4x */ > +/dts-v1/; > + > +#include Pretty sure this does not have a GIC. > +#include "pxa27x.dtsi" > + > +/ { > + model = "ICP DAS LP-8x4x programmable automation controller"; > + compatible = "marvell,pxa270"; You should have a compatible string for this board. Rob -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/