From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755262AbcBWU0T (ORCPT ); Tue, 23 Feb 2016 15:26:19 -0500 Received: from mail.kernel.org ([198.145.29.136]:43205 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750897AbcBWU0S (ORCPT ); Tue, 23 Feb 2016 15:26:18 -0500 Date: Tue, 23 Feb 2016 14:26:12 -0600 From: Rob Herring To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Kukjin Kim , Krzysztof Kozlowski , linux-pm@vger.kernel.org, Kumar Gala , Ian Campbell , linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Pawel Moll , Zhang Rui , Mark Rutland , Eduardo Valentin Subject: Re: [PATCH 1/3] thermal: exynos: List vtmu-supply as optional property in DT binding Message-ID: <20160223202612.GA10733@rob-hp-laptop> References: <1455819551-4666-1-git-send-email-javier@osg.samsung.com> <1455819551-4666-2-git-send-email-javier@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455819551-4666-2-git-send-email-javier@osg.samsung.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 Thu, Feb 18, 2016 at 03:19:09PM -0300, Javier Martinez Canillas wrote: > The Exynos Thermal Management Unit binding says that the vtmu-supply > is optional but is listed in the required properties section. Add an > optional properties section and move the regulator property there. > > Signed-off-by: Javier Martinez Canillas > --- > > Documentation/devicetree/bindings/thermal/exynos-thermal.txt | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) Acked-by: Rob Herring