From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH V2 3/3] ARM: dts: dra72-evm: Add MMC nodes Date: Mon, 10 Nov 2014 12:34:52 -0800 Message-ID: <20141110203451.GU31454@atomide.com> References: <1413901848-32268-1-git-send-email-nm@ti.com> <1413902156-32684-1-git-send-email-nm@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1413902156-32684-1-git-send-email-nm@ti.com> Sender: linux-omap-owner@vger.kernel.org To: Nishanth Menon Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org, Peter Ujfalusi List-Id: devicetree@vger.kernel.org * Nishanth Menon [141021 07:37]: > Add MMC1 and 2 nodes. MMC1 is SDcard and MMC2 is eMMC. > > NOTE on MMC1 card detect: Ideally, we should be using in-built SDCD > support, but we dont have it yet. So, use the fact that control module > of DRA7 is setup such that no matter what mode one configures it, GPIO > option is always hardwired in - use GPIO mode for SDcard detection. > > [peter.ujfalusi@ti.com] > The power line feeding the SD card is also used by other devices on the EVM. > Use generic name instead of mmc2_3v3 so when other devices want to use the > same regulator it will look a bit better. > > Signed-off-by: Nishanth Menon > Signed-off-by: Peter Ujfalusi > --- > > Apologies on the spam, I got my own name screwed up -fixing that right now Applying all three into omap-for-v3.19/dt thanks. Tony > Changes in V2: Fixes the formatting error in author name. > V1: https://patchwork.kernel.org/patch/5125291/