From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Sat, 23 Feb 2013 09:31:23 -0700 Subject: [U-Boot] [PATCH V2 2/6] i.MX6: consolidate pad names for multi-CPU boards In-Reply-To: <51289876.8030305@denx.de> References: <1361304425-24430-1-git-send-email-eric.nelson@boundarydevices.com> <1361304425-24430-3-git-send-email-eric.nelson@boundarydevices.com> <51289876.8030305@denx.de> Message-ID: <5128EEDB.2030901@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/23/2013 03:22 AM, Stefano Babic wrote: > On 19/02/2013 21:07, Eric Nelson wrote: >> Rename all i.MX6 pad declarations to MX6_PAD_x, so a board >> may support either i.MX6Quad/Dual (MX6Q) or i.MX6Dual-Lite/Solo >> (MX6DL) by including the proper header. >> >> Boards mx6qarm2, mx6qsabreauto, mx6qsabrelite, and mx6qsabresd >> only support MX6Q, so they include mx6q_pins.h. >> >> Signed-off-by: Eric Nelson >> --- > > Hi Eric, > > this breaks boards using USB because ehci includes the pin header. I > send a small patch to fix this, but in the meantime I have not pushed > your patchset to the server to avoid breakages (I have temporarily > parked the patches in -next). I will do it together with the fix for > ehci-mx6. > > Best regards, > Stefano Babic > Thanks Stefano, I sent the same patch, but only compile tested against i.MX boards. http://lists.denx.de/pipermail/u-boot/2013-February/146658.html It's probably going to be a week or so before I can re-work the HDMI detection code per Wolfgang's request and re-submit Nitrogen6X. Regards, Eric