From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Wed, 06 Nov 2013 09:21:09 -0700 Subject: [U-Boot] [PATCH] ARM: imx6: Add Bachmann electronic ot1205 mr board In-Reply-To: <1383742312-10922-1-git-send-email-christian.gmeiner@gmail.com> References: <1383742312-10922-1-git-send-email-christian.gmeiner@gmail.com> Message-ID: <527A6C75.90602@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 Hi Christian, On 11/06/2013 05:51 AM, Christian Gmeiner wrote: > Add basic support for the Bachmann electronic ot1205 board. It > is powered by an imx6d and will come in different flavours. This > patch adds support for the mr flavour. It has a front panel with > some LEDs and some keys. > ... > + > +iomux_v3_cfg_t const uart1_pads[] = { > + MX6_PAD_CSI0_DAT10__UART1_TXD | MUX_PAD_CTRL(UART_PAD_CTRL), > + MX6_PAD_CSI0_DAT11__UART1_RXD | MUX_PAD_CTRL(UART_PAD_CTRL), > +}; > + Depending on which applies, first, you may need to change the names of these pad registers as shown in this patch: http://lists.denx.de/pipermail/u-boot/2013-November/166162.html Regards, Eric