From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751715AbdFILCp (ORCPT ); Fri, 9 Jun 2017 07:02:45 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:21876 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751677AbdFILCn (ORCPT ); Fri, 9 Jun 2017 07:02:43 -0400 Subject: Re: [PATCH] ARM: dts: omap3-overo: Remove "vqmmc-supply" property from MMC dt node To: Ulf Hansson References: <20170609084141.15582-1-kishon@ti.com> CC: Tony Lindgren , 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 From: Kishon Vijay Abraham I Message-ID: <275a0313-2cda-2328-e9e1-32bc91aca701@ti.com> Date: Fri, 9 Jun 2017 16:32:09 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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