From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753537AbcEQDX0 (ORCPT ); Mon, 16 May 2016 23:23:26 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:36294 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752704AbcEQDXY (ORCPT ); Mon, 16 May 2016 23:23:24 -0400 Subject: Re: [PATCH 2/8] Documentation: regulator: tps65218: Update examples To: Rob Herring , Keerthy References: <1462945691-904-1-git-send-email-j-keerthy@ti.com> <1462945691-904-3-git-send-email-j-keerthy@ti.com> <20160516144847.GA26659@rob-hp-laptop> CC: , , , , , , , , , From: Keerthy Message-ID: <573A8E5E.2080809@ti.com> Date: Tue, 17 May 2016 08:52:06 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20160516144847.GA26659@rob-hp-laptop> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 16 May 2016 08:18 PM, Rob Herring wrote: > 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 Thanks Rob. >