From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2] arm64: dts: imx8mm-evk: Add BD71847 PMIC Date: Wed, 1 May 2019 18:52:48 -0500 Message-ID: <20190501235248.GA25128@bogus> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Leonard Crestez Cc: Aisheng Dong , Mark Rutland , "devicetree@vger.kernel.org" , dl-linux-imx , "kernel@pengutronix.de" , Fabio Estevam , Robin Gong , Shawn Guo , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org On Tue, 23 Apr 2019 14:16:48 +0000, Leonard Crestez wrote: > The BUCK2 regulator is used for cpufreq voltage control, otherwise > configuration is mostly static. > > This uses the newly-implemented rohm,reset-snvs-powered property to > properly handle the SNVS state of imx8mm. > > Between BD71837 and BD71847 the BUCK3/4 regulators were removed but > datasheet and board schematics kept the names for BUCK5/6/7/8. The > driver however renumbered 5/6/7/8 to 3/4/5/6. Use the names from DT > bindings and add comments to signal this. > > Signed-off-by: Leonard Crestez > Acked-By: Matti Vaittinen > > --- > arch/arm64/boot/dts/freescale/imx8mm-evk.dts | 131 +++++++++++++++++++ > 1 file changed, 131 insertions(+) > > Changes since v1: > - Move compatible property first > - Remove address/size numbering from regulators list > Link: https://marc.info/?l=linux-clk&m=155530430429151&w=2 > > Other imx8mm cpufreq patches in that series already accepted. > Reviewed-by: Rob Herring