All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: imx8mm: verdin-imx8mm: Drop superfluous header
@ 2022-04-11 20:39 Marek Vasut
  2022-04-12  8:06 ` Marcel Ziswiler
  2022-04-12 18:42 ` sbabic
  0 siblings, 2 replies; 3+ messages in thread
From: Marek Vasut @ 2022-04-11 20:39 UTC (permalink / raw)
  To: u-boot
  Cc: Marek Vasut, Fabio Estevam, Marcel Ziswiler, Max Krummenacher,
	Peng Fan, Stefano Babic

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

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-12 18:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11 20:39 [PATCH] ARM: imx8mm: verdin-imx8mm: Drop superfluous header Marek Vasut
2022-04-12  8:06 ` Marcel Ziswiler
2022-04-12 18:42 ` sbabic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.