Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
board: st: stm32mp1: use of correct compatible string to add partitions
Current compatible string used to update SPI NAND and SPI NOR devices can lead to a wrong partitions update (for example, SPI NAND partitions added to SPI NOR node in the device tree). To avoid this wrong behavior, use jedec,spi-nor compatible string for SPI NOR devices and spi-nand compatible string for SPI NAND devices. Change-Id: Iae28ab1a0be932b26f9cf8b17d870508efa88b79 Signed-off-by: Christophe Kerello <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/260967 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/270154 Tested-by: Patrick DELAUNAY <[email protected]> Reviewed-by: CIBUILD <[email protected]> Reviewed-by: Patrice CHOTARD <[email protected]> Reviewed-by: Patrick DELAUNAY <[email protected]> Domain-Review: Patrick DELAUNAY <[email protected]>
- Loading branch information