From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751992AbdFJIoe (ORCPT ); Sat, 10 Jun 2017 04:44:34 -0400 Received: from muru.com ([72.249.23.125]:51064 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751870AbdFJIoc (ORCPT ); Sat, 10 Jun 2017 04:44:32 -0400 Date: Sat, 10 Jun 2017 01:44:27 -0700 From: Tony Lindgren To: Kishon Vijay Abraham I Cc: Ulf Hansson , Florian Vaussard , linux-omap , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-mmc@vger.kernel.org" , Sekhar Nori Subject: Re: [PATCH] ARM: dts: omap3-overo: Remove "vqmmc-supply" property from MMC dt node Message-ID: <20170610084426.GM3730@atomide.com> References: <20170609084141.15582-1-kishon@ti.com> <275a0313-2cda-2328-e9e1-32bc91aca701@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <275a0313-2cda-2328-e9e1-32bc91aca701@ti.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Kishon Vijay Abraham I [170609 04:05]: > Hi, > > On Friday 09 June 2017 04:07 PM, Ulf Hansson wrote: > > On 9 June 2017 at 10:41, Kishon Vijay Abraham I wrote: > >> commit 94647a30124e2c7 ("ARM: dts: omap3-overo: Enable WiFi/BT combo") > >> while enabling WiFi/BT combo added regulator to trigger the nReset > >> signal of the Bluetooth module in vqmmc-supply. However BT should be > >> handled by UART. Moreover "vqmmc" is not a defined binding for > >> omap_hsmmc. While "vqmmc" in mmc2 hasn't caused any issues so far, > >> mmc2 will start to mis-behave once omap_hsmmc defines "vqmmc" > >> binding. > >> > >> Remove "vqmmc-supply" property in mmc2 here. > >> > >> Signed-off-by: Kishon Vijay Abraham I > > > > Okay, so I assume I also need to carry this in my immutable branch for > > the omap driver changes. More precisely before the driver changes? > > yeah, that's right! As far as I can tell this regulator won't do anything right now so: Acked-by: Tony Lindgren