diff mbox series

ARM: imx8mm: verdin-imx8mm: Drop superfluous header

Message ID 20220411203944.775388-1-marex@denx.de
State Accepted
Commit 9f3370f800ecc5b24fa727e22c4b345cf2661e8a
Delegated to: Stefano Babic
Headers show
Series ARM: imx8mm: verdin-imx8mm: Drop superfluous header | expand

Commit Message

Marek Vasut April 11, 2022, 8:39 p.m. UTC
The power/bd71837.h should no longer be included, since V1.1 SoM
uses only the PCA9450 PMIC and the BD71837 support was removed.
Drop the header too.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <festevam@denx.de>
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: Max Krummenacher <max.krummenacher@toradex.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 board/toradex/verdin-imx8mm/spl.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Marcel Ziswiler April 12, 2022, 8:06 a.m. UTC | #1
Hi Marek

Good catch! Thanks!

On Mon, 2022-04-11 at 22:39 +0200, Marek Vasut wrote:
> The power/bd71837.h should no longer be included, since V1.1 SoM
> uses only the PCA9450 PMIC and the BD71837 support was removed.
> Drop the header too.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>

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

> Cc: Fabio Estevam <festevam@denx.de>
> Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Cc: Max Krummenacher <max.krummenacher@toradex.com>
> Cc: Peng Fan <peng.fan@nxp.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
>  board/toradex/verdin-imx8mm/spl.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/board/toradex/verdin-imx8mm/spl.c b/board/toradex/verdin-imx8mm/spl.c
> index 97d6a31da15..22e70f2e78b 100644
> --- a/board/toradex/verdin-imx8mm/spl.c
> +++ b/board/toradex/verdin-imx8mm/spl.c
> @@ -23,7 +23,6 @@
>  #include <dm/uclass-internal.h>
>  #include <hang.h>
>  #include <i2c.h>
> -#include <power/bd71837.h>
>  #include <power/pca9450.h>
>  #include <power/pmic.h>
>  #include <spl.h>

Cheers

Marcel
Stefano Babic April 12, 2022, 6:42 p.m. UTC | #2
> The power/bd71837.h should no longer be included, since V1.1 SoM
> uses only the PCA9450 PMIC and the BD71837 support was removed.
> Drop the header too.
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Fabio Estevam <festevam@denx.de>
> Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Cc: Max Krummenacher <max.krummenacher@toradex.com>
> Cc: Peng Fan <peng.fan@nxp.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/board/toradex/verdin-imx8mm/spl.c b/board/toradex/verdin-imx8mm/spl.c
index 97d6a31da15..22e70f2e78b 100644
--- a/board/toradex/verdin-imx8mm/spl.c
+++ b/board/toradex/verdin-imx8mm/spl.c
@@ -23,7 +23,6 @@ 
 #include <dm/uclass-internal.h>
 #include <hang.h>
 #include <i2c.h>
-#include <power/bd71837.h>
 #include <power/pca9450.h>
 #include <power/pmic.h>
 #include <spl.h>