From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: [PATCH] ARM: dts: omap3-overo: Remove "vqmmc-supply" property from MMC dt node Date: Fri, 9 Jun 2017 16:32:09 +0530 Message-ID: <275a0313-2cda-2328-e9e1-32bc91aca701@ti.com> References: <20170609084141.15582-1-kishon@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Ulf Hansson Cc: "devicetree@vger.kernel.org" , Tony Lindgren , Sekhar Nori , "linux-mmc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Florian Vaussard , linux-omap , "linux-arm-kernel@lists.infradead.org" List-Id: linux-omap@vger.kernel.org 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! Thanks Kishon