[U-Boot] [PATCH 01/18] gpio: mpc8xxx: add support for Layerscape SoC

York Sun york.sun at nxp.com
Mon Oct 1 17:52:39 UTC 2018


On 08/22/2018 06:15 PM, ying.zhang22455 at nxp.com wrote:
> From: Zhang Ying-22455 <ying.zhang22455 at nxp.com>
> 
>  * Add mpc8xxx_gpio_plat for for Layerscape SoC
>  * Make the mpc8xxx driver capable of handling Layerscape Soc.
> 
> Signed-off-by: Zhang Ying-22455 <ying.zhang22455 at nxp.com>
> ---
>  arch/arm/include/asm/arch-fsl-layerscape/gpio.h    | 24 ++++++++++++++++++++++
>  .../include/asm/arch-fsl-layerscape/immap_lsch2.h  |  2 ++
>  arch/arm/include/asm/arch-ls102xa/gpio.h           |  6 ++++++
>  drivers/gpio/mpc8xxx_gpio.c                        |  1 +
>  4 files changed, 33 insertions(+)
>  create mode 100644 arch/arm/include/asm/arch-fsl-layerscape/gpio.h
> 
> diff --git a/arch/arm/include/asm/arch-fsl-layerscape/gpio.h b/arch/arm/include/asm/arch-fsl-layerscape/gpio.h
> new file mode 100644
> index 0000000..b6afcaa
> --- /dev/null
> +++ b/arch/arm/include/asm/arch-fsl-layerscape/gpio.h
> @@ -0,0 +1,24 @@
> +/*
> + * Copyright 2008-2016 Freescale Semiconductor, Inc.
> + * Copyright 2017-2018 NXP Semiconductor
> + *
> + * SPDX-License-Identifier:     GPL-2.0
> + */
> +

Please use the new SPDX format.

York


More information about the U-Boot mailing list