Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754996AbcLZQ0g (ORCPT ); Mon, 26 Dec 2016 11:26:36 -0500 Received: from mail-oi0-f67.google.com ([209.85.218.67]:35968 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751128AbcLZQ0e (ORCPT ); Mon, 26 Dec 2016 11:26:34 -0500 MIME-Version: 1.0 In-Reply-To: <20161209010436.7994-2-woogyom.kim@gmail.com> References: <20161209010436.7994-1-woogyom.kim@gmail.com> <20161209010436.7994-2-woogyom.kim@gmail.com> From: Fabio Estevam Date: Mon, 26 Dec 2016 14:26:33 -0200 Message-ID: Subject: Re: [PATCH v3 1/3] ARM: dts: imx6: Add Savageboard common file To: Milo Kim Cc: Shawn Guo , Sascha Hauer , Fabio Estevam , "devicetree@vger.kernel.org" , linux-kernel , "linux-arm-kernel@lists.infradead.org" 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: 724 Lines: 25 On Thu, Dec 8, 2016 at 11:04 PM, Milo Kim wrote: > * Memory > memblock for DDR3 1GB > > * Regulator > 3.3V for panel and backlight. > > * Display > Enable HDMI and LVDS panel. Savageboard supports AVIC TM097TDH02 panel > which is compatible with Hannstar HSD100PXN1, so reuse it. > > * Clock > The commit d28be499c45e6 is applied to support LVDS and HDMI output > simultaneously. > > * Pinmux > eMMC, ethernet, HDMI, I2C, power button, PWM, SD card and UART. > > * Others > Enable ethernet, UART1 debug, USB host, USDHC3 for microSD card and > USDHC4 for built-in eMMC storage. > > Signed-off-by: Milo Kim Reviewed-by: Fabio Estevam