Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752183AbcLFKvB (ORCPT ); Tue, 6 Dec 2016 05:51:01 -0500 Received: from mail-oi0-f51.google.com ([209.85.218.51]:33593 "EHLO mail-oi0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751527AbcLFKu4 (ORCPT ); Tue, 6 Dec 2016 05:50:56 -0500 MIME-Version: 1.0 In-Reply-To: <20161206070829.24098-1-woogyom.kim@gmail.com> References: <20161206070829.24098-1-woogyom.kim@gmail.com> From: Fabio Estevam Date: Tue, 6 Dec 2016 07:42:23 -0200 Message-ID: Subject: Re: [PATCH v2 0/3] ARM: dts: imx6: Support Poslab Savageboard dual & quad To: Milo Kim Cc: Shawn Guo , Sascha Hauer , Fabio Estevam , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , linux-kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1523 Lines: 44 Hi Milo, On Tue, Dec 6, 2016 at 5:08 AM, Milo Kim wrote: > Poslab Savageboard is i.MX6 SoC base, but BSP code from the vendor is > not mainline u-boot and kernel. Personal reason of using this board is > testing etnaviv user-space driver, so I re-write device tree files based on > mainline kernel for the first step. > > This patchset includes common DT file, dual and quad board files. > > Supported components are > - Display: HDMI and LVDS panel > - eMMC and SD card > - Ethernet > - Pinmux configuration > - SATA: only for Savageboard quad > - UART1 for debug console > - USB host > > Missing features are > - Audio (WM8903) > - USB OTG > - PMIC WM8326: default settings are used so no issue to bring-up the system > - MIPI DSI, CSI > > Patches are tested on the Savageboard quad but the dual version should work > because the only difference between dual and quad is SATA support. > > More information in http://www.savageboard.org > > v2: > Fix DT node for regulator, phy-reset-gpios and iomuxc node. > > Milo Kim (3): > ARM: dts: imx6: Add Savageboard common file > ARM: dts: imx6: Support Savageboard dual > ARM: dts: imx6: Support Savageboard quad > > arch/arm/boot/dts/imx6dl-savageboard.dts | 50 ++++++ > arch/arm/boot/dts/imx6q-savageboard.dts | 54 ++++++ > arch/arm/boot/dts/imx6qdl-savageboard.dtsi | 262 +++++++++++++++++++++++++++++ You missed to add imx6q-savageboard.dtb and imx6dl-savageboard.dtb entries into arch/arm/boot/dts/Makefile