From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933247AbdGLHSZ (ORCPT ); Wed, 12 Jul 2017 03:18:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:35714 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933178AbdGLHSY (ORCPT ); Wed, 12 Jul 2017 03:18:24 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 890C522BD3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Wed, 12 Jul 2017 15:18:12 +0800 From: Shawn Guo To: mindentropy Cc: festevam@gmail.com, Sascha Hauer , Fabio Estevam , Rob Herring , Mark Rutland , Russell King , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list Subject: Re: [PATCH v2] ARM: dts: imx7d-sdb: Set VLDO4 outpt to 2.8V for MIPI CSI/DSI Message-ID: <20170712071811.GI3172@dragon> References: <20170701073911.7338-1-mindentropy@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170701073911.7338-1-mindentropy@gmail.com> 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 Sat, Jul 01, 2017 at 01:09:11PM +0530, mindentropy wrote: > From: Gautam Bhat > > * According to mx7sabresd schematics the MIPI CSI/DSI voltage rails > should be 2.8V but the voltage provided is a maximum of 3.3V and > minimum of 1.8V. Providing such a higher voltage might damage the > peripherals and violates the schematic settings. For such single paragraph commit log, the bullet and indentation are not really necessary. I edited it a bit and apply the patch. Thanks. Shawn > > Signed-off-by: Gautam Bhat > --- > Changes in v2: > - Added subject line according to convention > > arch/arm/boot/dts/imx7d-sdb.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts > index 5be01a1bf840..1da1f97ec342 100644 > --- a/arch/arm/boot/dts/imx7d-sdb.dts > +++ b/arch/arm/boot/dts/imx7d-sdb.dts > @@ -262,8 +262,8 @@ > }; > > vgen6_reg: vldo4 { > - regulator-min-microvolt = <1800000>; > - regulator-max-microvolt = <3300000>; > + regulator-min-microvolt = <2800000>; > + regulator-max-microvolt = <2800000>; > regulator-always-on; > }; > }; > -- > 2.11.0 >