[PATCH 1/2] ARM: i.MX: Add i.MX5 debug functions

Sascha Hauer s.hauer at pengutronix.de
Sun Jul 12 22:20:25 PDT 2015


On Wed, Jul 08, 2015 at 03:30:42PM +0200, Enrico Joerns wrote:
> On 07/08/2015 02:18 PM, Sascha Hauer wrote:
> >We recently introduced ungate_all_peripherals and SoC specific low
> >level UART init functions. Add some more for i.MX5 SoCs.
> >
> >Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
> >---
> >  arch/arm/mach-imx/include/mach/debug_ll.h | 15 +++++++++++++++
> >  1 file changed, 15 insertions(+)
> >
> >diff --git a/arch/arm/mach-imx/include/mach/debug_ll.h b/arch/arm/mach-imx/include/mach/debug_ll.h
> >index ab939b3..f2f4768 100644
> >--- a/arch/arm/mach-imx/include/mach/debug_ll.h
> >+++ b/arch/arm/mach-imx/include/mach/debug_ll.h
> >@@ -75,6 +75,11 @@ static inline void imx51_uart_setup_ll(void)
> >  	__imx_uart_setup_ll(54000000);
> >  }
> >
> >+static inline void imx53_uart_setup_ll(void)
> >+{
> >+	__imx_uart_setup_ll(66666666);
> >+}
> >+
> 
> Currently, the patch does not compile when CONFIG_DEBUG_LL is unset.
> Seems you forgot to add this line to your patch:

Fixed that up, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list