Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752008AbdI2CEW (ORCPT ); Thu, 28 Sep 2017 22:04:22 -0400 Received: from mail-io0-f196.google.com ([209.85.223.196]:32999 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751885AbdI2CEU (ORCPT ); Thu, 28 Sep 2017 22:04:20 -0400 X-Google-Smtp-Source: AOwi7QDiTpSQ3CZop4PJ9vsjb3t9+A+fuA1OlQJjv9c8oyXoVk7+JxTRMCN/y5iOYwwAthnIY8xaqA== Date: Thu, 28 Sep 2017 21:04:10 -0500 From: "Derald D. Woods" To: linux-omap@vger.kernel.org Cc: tony@atomide.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/4] Update TMDSEVM3530 support for omap3-evm Message-ID: <20170929020347.GA30051@exodus.localdomain> References: <20170912034659.13184-1-woods.technical@gmail.com> <20170912234824.6706-1-woods.technical@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170912234824.6706-1-woods.technical@gmail.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1467 Lines: 41 On Tue, Sep 12, 2017 at 06:48:20PM -0500, Derald D. Woods wrote: > This patch set allows TMDSEVM3530(omap3-evm.dts) to boot using common > processor module data that is shared with 'omap3-evm-37xx.dts'. A new > common file for processor module data is introduced to help facilitate > the updated OMAP3530 support. > Are there any further concerns after v3? Derald > Changes in v3 > ------------- > - Drop unnecessary compatible string change to Sharp LCD panel > > Changes in v2 > ------------- > - Pull in change from linux-next > (ARM: dts: omap*: Replace deprecated "vmmc_aux" with "vqmmc") > - Add compatible and supply fix for LCD panel > - Add supply references for DSS > - Add "Signed-off-by" for each patch > > Derald D. Woods (4): > ARM: dts: omap3-evm-37xx: Add common processor module support > ARM: dts: omap3-evm: Add OMAP3530 specific device tree processor data > ARM: dts: omap3: Add Sharp LS037V7DW01 'envdd' supply > ARM: dts: omap3-evm: Add DSS {vdds_dsi,vdda_video}-supply references > > arch/arm/boot/dts/omap3-evm-37xx.dts | 209 +------------------- > arch/arm/boot/dts/omap3-evm-processor-common.dtsi | 216 +++++++++++++++++++++ > arch/arm/boot/dts/omap3-evm.dts | 76 +++++++- > .../boot/dts/omap3-panel-sharp-ls037v7dw01.dtsi | 1 + > 4 files changed, 290 insertions(+), 212 deletions(-) > create mode 100644 arch/arm/boot/dts/omap3-evm-processor-common.dtsi > > -- > 2.14.1 >