From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754037AbcEPOsz (ORCPT ); Mon, 16 May 2016 10:48:55 -0400 Received: from mail.kernel.org ([198.145.29.136]:38764 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753099AbcEPOsx (ORCPT ); Mon, 16 May 2016 10:48:53 -0400 Date: Mon, 16 May 2016 09:48:47 -0500 From: Rob Herring To: Keerthy Cc: broonie@kernel.org, tony@atomide.com, mark.rutland@arm.com, lee.jones@linaro.org, nm@ti.com, devicetree@vger.kernel.org, nikita@compulab.co.il, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/8] Documentation: regulator: tps65218: Update examples Message-ID: <20160516144847.GA26659@rob-hp-laptop> References: <1462945691-904-1-git-send-email-j-keerthy@ti.com> <1462945691-904-3-git-send-email-j-keerthy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462945691-904-3-git-send-email-j-keerthy@ti.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 11, 2016 at 11:18:05AM +0530, Keerthy wrote: > This updates the device tree according to the preferred way of parsing > the nodes using the regulator framework. > > Signed-off-by: Keerthy > --- > .../devicetree/bindings/regulator/tps65218.txt | 87 ++++++++++++++++++---- > 1 file changed, 71 insertions(+), 16 deletions(-) It wasn't exactly clear that the compatible string "added" here is already used, so it looked like you were breaking compatibility at first. Otherwise, Acked-by: Rob Herring