From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751890AbcELUqI (ORCPT ); Thu, 12 May 2016 16:46:08 -0400 Received: from muru.com ([72.249.23.125]:54194 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151AbcELUqG (ORCPT ); Thu, 12 May 2016 16:46:06 -0400 Date: Thu, 12 May 2016 13:46:02 -0700 From: Tony Lindgren To: Nishanth Menon Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH V2] ARM: dts: am57xx-idk-common: Fix input supply names Message-ID: <20160512204601.GY5995@atomide.com> References: <1462541877-20032-1-git-send-email-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462541877-20032-1-git-send-email-nm@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 * Nishanth Menon [160506 06:39]: > Palmas Regulator is an exception and does not follow the standard > "vin-supply" common definitions for all regulators, as a result of this, > the input supplies are not reported to regulator framework, with the > obvious result of not being appropriately mapped. Fix the same. > > Signed-off-by: Nishanth Menon > --- > Changes since V1: > - fix up fat fingered deletion of regulator name of ldortc > V1: https://patchwork.kernel.org/patch/9028201/ Applying into omap-for-v4.7/dt as a fix for the merge window. Tony