From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH] arm64: dts: imx: add Zii Ultra board support Date: Thu, 11 Apr 2019 14:47:07 +0800 Message-ID: <20190411064706.GY26817@dragon> References: <20190403164555.13941-1-l.stach@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Fabio Estevam Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Andrey Smirnov , patchwork-lst@pengutronix.de, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Sascha Hauer , Chris Healy , Lucas Stach List-Id: devicetree@vger.kernel.org On Fri, Apr 05, 2019 at 11:08:34AM -0300, Fabio Estevam wrote: > Hi Lucas, > > On Wed, Apr 3, 2019 at 1:45 PM Lucas Stach wrote: > > > > The Zii Ultra design, also known as RDU3, is the i.MX8M based successor > > to the the i.MX6 based RDU2. This adds the basic board support for all > > components which are supported by the upstream kernel at this time. > > > > The board comes in 2 different versions, called RMB3 and Zest, which > > are derived from the same design, but have different layouts and a > > few small differences in the populated components. > > > > Signed-off-by: Lucas Stach > > I got the following build error after applying this patch against linux-next: > > DTC arch/arm64/boot/dts/freescale/imx8mq-zii-ultra-rmb3.dtb > Error: arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi:438.1-7 > Label or path pcie0 not found > Error: arch/arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi:445.1-7 > Label or path pcie1 not found > FATAL ERROR: Syntax error parsing input tree > > We need Andrey's "[PATCH v4 4/5] arm64: dts: imx8mq: Add nodes for > PCIe IP blocks" applied first. Thanks for the notes. Applied with Andrey's patch in prior. > > > + eeti_touch: eeti_i2c@2a { > > touchscreen@2a > > Reviewed-by: Fabio Estevam Thanks. Shawn