[PATCH v2 1/2] mx7ulp: Remove duplicated definitions

Peng Fan peng.fan at nxp.com
Mon Feb 3 13:10:46 CET 2020


> Subject: [PATCH v2 1/2] mx7ulp: Remove duplicated definitions
> 
> These PMC0 definitions are already defined in the beginning of the file, so
> remove the duplication.
> 
> Reported-by: Stefano Babic <sbabic at denx.de>
> Signed-off-by: Fabio Estevam <festevam at gmail.com>

Reviewed-by: Peng Fan <peng.fan at nxp.com>

> ---
> Changes since v1:
> - Newly introduced in this version.
> 
>  arch/arm/mach-imx/mx7ulp/soc.c | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/arch/arm/mach-imx/mx7ulp/soc.c
> b/arch/arm/mach-imx/mx7ulp/soc.c index 46484813d2..d8d691692c 100644
> --- a/arch/arm/mach-imx/mx7ulp/soc.c
> +++ b/arch/arm/mach-imx/mx7ulp/soc.c
> @@ -193,10 +193,6 @@ const char *get_imx_type(u32 imxtype)
>  	return "7ULP";
>  }
> 
> -#define PMC0_BASE_ADDR		0x410a1000
> -#define PMC0_CTRL		0x28
> -#define PMC0_CTRL_LDOEN		BIT(31)
> -
>  static bool ldo_mode_is_enabled(void)
>  {
>  	unsigned int reg;
> --
> 2.17.1



More information about the U-Boot mailing list