From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Fernandes Subject: Re: [PATCH] ARM: OMAP2+: am335x-bone*: add DT for BeagleBone Black Date: Mon, 9 Sep 2013 13:51:44 -0500 Message-ID: <522E18C0.9010909@ti.com> References: <1378736961-21005-1-git-send-email-koen@dominion.thruhere.net> <87zjrm81dl.fsf@linaro.org> <522E1325.8050906@ti.com> <41952E65-1037-4117-A1AE-8310FED59E3A@dominion.thruhere.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <41952E65-1037-4117-A1AE-8310FED59E3A@dominion.thruhere.net> Sender: linux-omap-owner@vger.kernel.org To: Koen Kooi Cc: Kevin Hilman , bcousson@baylibre.com, linux-omap@vger.kernel.org, tony@atomide.com, rob.herring@calxeda.com, pawel.moll@arm.com, mark.rutland@arm.com, swarren@wwwdotorg.org, ijc+devicetree@hellion.org.uk, linux@arm.linux.org.uk, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, olof@lixom.net List-Id: devicetree@vger.kernel.org On 09/09/2013 01:43 PM, Koen Kooi wrote: > > Op 9 sep. 2013, om 20:27 heeft Joel Fernandes het volgende geschreven: > >> On 09/09/2013 10:51 AM, Koen Kooi wrote: >>> >>> Op 9 sep. 2013, om 17:23 heeft Kevin Hilman het volgende geschreven: >>> >>>> Koen Kooi writes: >>>> >>>>> The BeagleBone Black is basically a regular BeagleBone with eMMC and HDMI added, >>>>> so create a common dtsi both can use. >>>>> >>>>> IMPORTANT: booting the existing am335x-bone.dts will blow up the HDMI transceiver >>>>> after a dozen boots with an uSD card inserted because LDO will be at 3.3V instead >>>>> of 1.8. >>>>> >>>>> MMC support for AM335x still isn't in, so only the LDO change has been added. >>>>> >>>>> Cc: stable@vger.kernel.org >>>>> >>>>> Signed-off-by: Koen Kooi >>>>> Tested-by: Tom Rini >>>>> Tested-by: Matt Porter >>>> >>>> I guess the subject should've included v5? >>> >>> Yes, I blame it on being monday :) >> >> The series you're posting will require rebasing on the current MMC DT series >> that is being discussed last couple of weeks on the mailing list which were >> waiting until now as DMA support was missing. Now that DMA support is pulled in, >> it is safe to apply those patches so I will be reposting them shortly. >> >> Please hold off any changes until those patches are posted. This will avoid >> unnecessary conflicts. > > Or you can rebase on top of this patch since it has no dependencies *and* fixes blowing up boards. FWIW, git-rebase, git-cherry-pick and git-am -3 track the rename in my patch just fine. > That's fair enough, since Kevin Acked and Benoit is pulling it, I'm fine with rebasing on top of it and we avoid any merge conflicts. Regards, -Joel