From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752686AbdJKPMK (ORCPT ); Wed, 11 Oct 2017 11:12:10 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:38455 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750729AbdJKPMJ (ORCPT ); Wed, 11 Oct 2017 11:12:09 -0400 Message-ID: <1507734709.22082.5.camel@pengutronix.de> Subject: Re: [PATCH 09/12] ARM: dts: imx6-tx6: move display configuration to .dtsi file From: Philipp Zabel To: Lothar =?ISO-8859-1?Q?Wa=DFmann?= , Fabio Estevam , Mark Rutland , Rob Herring , Russell King , Sascha Hauer , Shawn Guo , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Marco Franchi Date: Wed, 11 Oct 2017 17:11:49 +0200 In-Reply-To: <1507722635-30801-10-git-send-email-LW@KARO-electronics.de> References: <1507722635-30801-1-git-send-email-LW@KARO-electronics.de> <1507722635-30801-10-git-send-email-LW@KARO-electronics.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2001:67c:670:100:3ad5:47ff:feaf:1a17 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Lothar, On Wed, 2017-10-11 at 13:50 +0200, Lothar Waßmann wrote: > Currently the display (LCD or LVDS) configuration is duplicated with > slight variations in each TX6 module specific file. > > Move it to an include file for simplification and consistency. > > Signed-off-by: Lothar Waßmann This is much appreciated, Acked-by: Philipp Zabel This patch does conflict with Marco's "ARM: dts: imx: Fix incorrect display nodes notation" patch [1], which renames the display@di0 nodes to disp0. Assuming it gets merged as-is, maybe rebase on top of that? [1] https://patchwork.kernel.org/patch/9987341/ regards Philipp