Re: [PATCH] ARM: i.MX: babbage: Make use of imx_setup_pad()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Jun 19, 2018 at 05:55:01PM -0700, Andrey Smirnov wrote:
> Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx>
> ---
>  arch/arm/boards/freescale-mx51-babbage/lowlevel.c | 11 ++---------
>  1 file changed, 2 insertions(+), 9 deletions(-)

Applied, thanks

Sascha

> 
> diff --git a/arch/arm/boards/freescale-mx51-babbage/lowlevel.c b/arch/arm/boards/freescale-mx51-babbage/lowlevel.c
> index 1c20b6a7a..216576ca2 100644
> --- a/arch/arm/boards/freescale-mx51-babbage/lowlevel.c
> +++ b/arch/arm/boards/freescale-mx51-babbage/lowlevel.c
> @@ -1,5 +1,6 @@
>  #include <debug_ll.h>
>  #include <mach/clock-imx51_53.h>
> +#include <mach/iomux-mx51.h>
>  #include <common.h>
>  #include <mach/esdctl.h>
>  #include <mach/generic.h>
> @@ -22,15 +23,7 @@ static inline void setup_uart(void)
>  	writel(MX5_CCM_CSCMR1_RESET_VALUE, ccmbase + MX5_CCM_CSCMR1);
>  	writel(MX5_CCM_CSCDR1_RESET_VALUE, ccmbase + MX5_CCM_CSCDR1);
>  
> -	/*
> -	 * The code below should be more or less a "moral equivalent"
> -	 * of:
> -	 *	 MX51_PAD_UART1_TXD__UART1_TXD 0x1c5
> -	 *
> -	 * in device tree
> -	 */
> -	writel(0x00000000, iomuxbase + 0x022c);
> -	writel(0x000001c5, iomuxbase + 0x061c);
> +	imx_setup_pad(iomuxbase, MX51_PAD_UART1_TXD__UART1_TXD);
>  
>  	imx51_uart_setup_ll();
>  
> -- 
> 2.17.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@xxxxxxxxxxxxxxxxxxx
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
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 |

_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux