diff mbox series

[U-Boot,v1,4/5] apalis/colibri_t30: add note about colibri vs. nvidia uart mapping

Message ID 20190912091256.15573-5-marcel@ziswiler.com
State Accepted
Commit 8e487f38cc6408d0045194eec2271695da31b321
Delegated to: Tom Warren
Headers show
Series apalis/colibri_t30: uart pinmuxing improvements | expand

Commit Message

Marcel Ziswiler Sept. 12, 2019, 9:12 a.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

The following mapping is applicable for Apalis T30:

Apalis UART1: NVIDIA UARTA
Apalis UART2: NVIDIA UARTD
Apalis UART3: NVIDIA UARTB
Apalis UART4: NVIDIA UARTC

The following mapping is applicable for Colibri T30:

Colibri UART-A: NVIDIA UARTA
Colibri UART-B: NVIDIA UARTD
Colibri UART-C: NVIDIA UARTB

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

---

 include/configs/apalis_t30.h  | 9 ++++++++-
 include/configs/colibri_t30.h | 8 +++++++-
 2 files changed, 15 insertions(+), 2 deletions(-)

Comments

Igor Opaniuk Oct. 15, 2019, 12:47 p.m. UTC | #1
On Thu, Sep 12, 2019 at 12:14 PM Marcel Ziswiler <marcel@ziswiler.com> wrote:
>
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>
> The following mapping is applicable for Apalis T30:
>
> Apalis UART1: NVIDIA UARTA
> Apalis UART2: NVIDIA UARTD
> Apalis UART3: NVIDIA UARTB
> Apalis UART4: NVIDIA UARTC
>
> The following mapping is applicable for Colibri T30:
>
> Colibri UART-A: NVIDIA UARTA
> Colibri UART-B: NVIDIA UARTD
> Colibri UART-C: NVIDIA UARTB
>
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>
> ---
>
>  include/configs/apalis_t30.h  | 9 ++++++++-
>  include/configs/colibri_t30.h | 8 +++++++-
>  2 files changed, 15 insertions(+), 2 deletions(-)
>
> diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h
> index f6adfeb96a..b6711c57b8 100644
> --- a/include/configs/apalis_t30.h
> +++ b/include/configs/apalis_t30.h
> @@ -12,7 +12,14 @@
>
>  #include "tegra30-common.h"
>
> -/* Board-specific serial config */
> +/*
> + * Board-specific serial config
> + *
> + * Apalis UART1: NVIDIA UARTA
> + * Apalis UART2: NVIDIA UARTD
> + * Apalis UART3: NVIDIA UARTB
> + * Apalis UART4: NVIDIA UARTC
> + */
>  #define CONFIG_TEGRA_ENABLE_UARTA
>  #define CONFIG_SYS_NS16550_COM1                NV_PA_APB_UARTA_BASE
>
> diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h
> index 8ff6433f45..6053776019 100644
> --- a/include/configs/colibri_t30.h
> +++ b/include/configs/colibri_t30.h
> @@ -14,7 +14,13 @@
>
>  /* High-level configuration options */
>
> -/* Board-specific serial config */
> +/*
> + * Board-specific serial config
> + *
> + * Colibri UART-A: NVIDIA UARTA
> + * Colibri UART-B: NVIDIA UARTD
> + * Colibri UART-C: NVIDIA UARTB
> + */
>  #define CONFIG_TEGRA_ENABLE_UARTA
>  #define CONFIG_SYS_NS16550_COM1                NV_PA_APB_UARTA_BASE
>
> --
> 2.21.0
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot

Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
diff mbox series

Patch

diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h
index f6adfeb96a..b6711c57b8 100644
--- a/include/configs/apalis_t30.h
+++ b/include/configs/apalis_t30.h
@@ -12,7 +12,14 @@ 
 
 #include "tegra30-common.h"
 
-/* Board-specific serial config */
+/*
+ * Board-specific serial config
+ *
+ * Apalis UART1: NVIDIA UARTA
+ * Apalis UART2: NVIDIA UARTD
+ * Apalis UART3: NVIDIA UARTB
+ * Apalis UART4: NVIDIA UARTC
+ */
 #define CONFIG_TEGRA_ENABLE_UARTA
 #define CONFIG_SYS_NS16550_COM1		NV_PA_APB_UARTA_BASE
 
diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h
index 8ff6433f45..6053776019 100644
--- a/include/configs/colibri_t30.h
+++ b/include/configs/colibri_t30.h
@@ -14,7 +14,13 @@ 
 
 /* High-level configuration options */
 
-/* Board-specific serial config */
+/*
+ * Board-specific serial config
+ *
+ * Colibri UART-A: NVIDIA UARTA
+ * Colibri UART-B: NVIDIA UARTD
+ * Colibri UART-C: NVIDIA UARTB
+ */
 #define CONFIG_TEGRA_ENABLE_UARTA
 #define CONFIG_SYS_NS16550_COM1		NV_PA_APB_UARTA_BASE