diff options
| author | Marek Vasut <[email protected]> | 2022-04-11 22:39:44 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-04-12 19:10:44 +0200 |
| commit | 9f3370f800ecc5b24fa727e22c4b345cf2661e8a (patch) | |
| tree | c00846f2352626e8e4e63a3301ea3a24a0386e7a | |
| parent | d1016610878f2be45edd580867b1980acb0e3745 (diff) | |
ARM: imx8mm: verdin-imx8mm: Drop superfluous header
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 <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Marcel Ziswiler <[email protected]>
Cc: Max Krummenacher <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Stefano Babic <[email protected]>
Acked-by: Marcel Ziswiler <[email protected]>
| -rw-r--r-- | board/toradex/verdin-imx8mm/spl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/toradex/verdin-imx8mm/spl.c b/board/toradex/verdin-imx8mm/spl.c index 4e6128c3314..1f3f38351ef 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> |
