mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-15 04:19:27 +01:00
ipq: fdt_fixup: add compatible string used in NAND driver
This will enable populating mtd partitions in NAND boot with the upstream kernel. Change-Id: Ideb7fe11ae58964dd47db3561400d5537c9f2ade Signed-off-by: Rajkumar Ayyasamy <arajkuma@codeaurora.org>
This commit is contained in:
parent
a52bcaf919
commit
b05c7ca30f
1 changed files with 1 additions and 0 deletions
|
|
@ -641,6 +641,7 @@ int ft_board_setup(void *blob, bd_t *bd)
|
|||
{ "qcom,qcom_nand", MTD_DEV_TYPE_NAND, 0 },
|
||||
{ "qcom,ebi2-nandc-bam-v1.5.0", MTD_DEV_TYPE_NAND, 0 },
|
||||
{ "qcom,ebi2-nandc-bam-v2.1.1", MTD_DEV_TYPE_NAND, 0 },
|
||||
{ "qcom,ipq8074-nand", MTD_DEV_TYPE_NAND, 0 },
|
||||
{ "spinand,mt29f", MTD_DEV_TYPE_NAND, 1 },
|
||||
{ "n25q128a11", MTD_DEV_TYPE_NAND,
|
||||
CONFIG_IPQ_SPI_NOR_INFO_IDX },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue