[U-Boot] [PATCH] ARM: imx6: Add Bachmann electronic ot1205 mr board
Eric Nelson
eric.nelson at boundarydevices.com
Wed Nov 6 17:21:09 CET 2013
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
More information about the U-Boot
mailing list