mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 08:51:31 +01:00
fdt_fixup: Add ipq9574 nand compatible to fdt fixup
Change-Id: I38786e8b8c92b14a46faef09c032d627e672e97f Signed-off-by: Sivaprakash Murugesan <sivaprak@codeaurora.org>
This commit is contained in:
parent
e375e06542
commit
68a2362a87
1 changed files with 1 additions and 0 deletions
|
|
@ -943,6 +943,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,ipq9574-nand", 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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue