From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755046AbcKNGiu (ORCPT ); Mon, 14 Nov 2016 01:38:50 -0500 Received: from mail.kernel.org ([198.145.29.136]:50108 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751789AbcKNGir (ORCPT ); Mon, 14 Nov 2016 01:38:47 -0500 Date: Mon, 14 Nov 2016 14:38:29 +0800 From: Shawn Guo To: Stefan Agner Cc: kernel@pengutronix.de, fabio.estevam@nxp.com, Frank.Li@nxp.com, aalonso@freescale.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: imx7d-pinfunc: fix UART pinmux defines Message-ID: <20161114063827.GJ3310@dragon> References: <20161109024456.1832-1-stefan@agner.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161109024456.1832-1-stefan@agner.ch> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 08, 2016 at 06:44:56PM -0800, Stefan Agner wrote: > The UART pinmux defines for the pins which are part of the LPSR > pinmux controller are wrong: Output signals configure the input > sel value and the pinmux defines allow not to distinguish between > DCE/DTE mode. Follow the usual pattern using DTE/DCE as part of > the define to denote the two UART configuration options. > > Signed-off-by: Stefan Agner Applied, thanks.