From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755701AbbINR0a (ORCPT ); Mon, 14 Sep 2015 13:26:30 -0400 Received: from muru.com ([72.249.23.125]:50444 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754378AbbINR03 (ORCPT ); Mon, 14 Sep 2015 13:26:29 -0400 Date: Mon, 14 Sep 2015 10:26:25 -0700 From: Tony Lindgren To: Teresa Remmet Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , Mark Rutland , Pawel Moll , Rob Herring Subject: Re: [PATCH 1/2] ARM: dts: am335x-phycore-som: Fix mpu voltage Message-ID: <20150914172625.GR4215@atomide.com> References: <1441281607-35457-1-git-send-email-t.remmet@phytec.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1441281607-35457-1-git-send-email-t.remmet@phytec.de> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Teresa Remmet [150903 05:03]: > Fix the mpu voltage as it is set to low for the silicon > revision 2.1. > > Signed-off-by: Teresa Remmet Applying this one into omap-for-v4.3/fixes thanks. Tony > --- > arch/arm/boot/dts/am335x-phycore-som.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/am335x-phycore-som.dtsi b/arch/arm/boot/dts/am335x-phycore-som.dtsi > index 4d28fc3..5dd084f 100644 > --- a/arch/arm/boot/dts/am335x-phycore-som.dtsi > +++ b/arch/arm/boot/dts/am335x-phycore-som.dtsi > @@ -252,10 +252,10 @@ > }; > > vdd1_reg: regulator@2 { > - /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ > + /* VDD_MPU voltage limits 0.95V - 1.325V with +/-4% tolerance */ > regulator-name = "vdd_mpu"; > regulator-min-microvolt = <912500>; > - regulator-max-microvolt = <1312500>; > + regulator-max-microvolt = <1378000>; > regulator-boot-on; > regulator-always-on; > }; > -- > 1.9.1 >