imx8m*_venice: move venice to OF_UPSTREAM

Move to imx8m{m,n,p}-venice to OF_UPSTREAM:
 - replace the non-upstream generic imx8m{m,n,p}-venice dt with one of the
   dt's from the OF_LIST
 - handle the fact that dtbs now have a 'freescale/' prefix
 - imply OF_UPSTREAM
 - remove rudundant files from arch/arm/dts leaving only the
   *-u-boot.dtsi files

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
This commit is contained in:
Tim Harvey
2024-03-12 12:05:43 -07:00
committed by Fabio Estevam
parent e30abefcb5
commit 86b79cf131
33 changed files with 13 additions and 10658 deletions

View File

@@ -25,12 +25,13 @@ int board_phys_sdram_size(phys_size_t *size)
return 0;
}
int board_fit_config_name_match(const char *name)
int board_fit_config_name_match(const char *path)
{
int i = 0;
const char *dtb;
const char *name = path + strlen("freescale/");
static char init;
const char *dtb;
char buf[32];
int i = 0;
do {
dtb = eeprom_get_dtb_name(i++, buf, sizeof(buf));