From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932813AbcCEEao (ORCPT ); Fri, 4 Mar 2016 23:30:44 -0500 Received: from mail.kernel.org ([198.145.29.136]:48871 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760680AbcCEEa1 (ORCPT ); Fri, 4 Mar 2016 23:30:27 -0500 Date: Fri, 4 Mar 2016 22:30:22 -0600 From: Rob Herring To: Laxman Dewangan Cc: broonie@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, lgirdwood@gmail.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] regulator: max8973: add DT binding details for junction warn temp Message-ID: <20160305043022.GE13525@rob-hp-laptop> References: <1457087274-15785-1-git-send-email-ldewangan@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457087274-15785-1-git-send-email-ldewangan@nvidia.com> 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 On Fri, Mar 04, 2016 at 03:57:53PM +0530, Laxman Dewangan wrote: > The driver MAX8973 supports the driver for Maxim MAX77621. > MAX77621 supports the junction temp warning at 120 degC and > 140 degC which is configurable. It generates alert signal when > junction temperature crosses these threshold. > > Add DT properties and its binding details to make this > configuration from DT. > > Signed-off-by: Laxman Dewangan > --- > Documentation/devicetree/bindings/regulator/max8973-regulator.txt | 7 +++++++ > 1 file changed, 7 insertions(+) Acked-by: Rob Herring