projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5531460
)
colibri_imx7: add compatible string used in vanilla Linux
author
Stefan Agner
<stefan.agner@toradex.com>
Tue, 26 Jun 2018 09:10:51 +0000
(11:10 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 23 Jul 2018 08:56:27 +0000
(10:56 +0200)
Device trees from vanilla Linux do not specify a i.MX 7 specific
compatible string. Make sure to set partitions also when booting
upstream Linux.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
board/toradex/colibri_imx7/colibri_imx7.c
patch
|
blob
|
history
diff --git
a/board/toradex/colibri_imx7/colibri_imx7.c
b/board/toradex/colibri_imx7/colibri_imx7.c
index bf691a59f3abb1a1a2a6f9357bc2578de2e5f04f..f9f488db1ceb60bb06e2a63407fbec0b3d53f618 100644
(file)
--- a/
board/toradex/colibri_imx7/colibri_imx7.c
+++ b/
board/toradex/colibri_imx7/colibri_imx7.c
@@
-391,6
+391,7
@@
int ft_board_setup(void *blob, bd_t *bd)
#if defined(CONFIG_FDT_FIXUP_PARTITIONS)
static struct node_info nodes[] = {
{ "fsl,imx7d-gpmi-nand", MTD_DEV_TYPE_NAND, }, /* NAND flash */
+ { "fsl,imx6q-gpmi-nand", MTD_DEV_TYPE_NAND, },
};
/* Update partition nodes using info from mtdparts env var */