Hi Christophe

On 7/31/20 9:53 AM, Christophe Kerello wrote:
> This patch adds "st,stm32mp1-fmc2-nfc" compatible string in the
> fdt fixup partitions table.
>
> Signed-off-by: Christophe Kerello <christophe.kere...@st.com>
> ---
>
>  board/st/stm32mp1/stm32mp1.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c
> index 1d274c3..f2f6c99 100644
> --- a/board/st/stm32mp1/stm32mp1.c
> +++ b/board/st/stm32mp1/stm32mp1.c
> @@ -851,6 +851,7 @@ int ft_board_setup(void *blob, struct bd_info *bd)
>               { "st,stm32f469-qspi",          MTD_DEV_TYPE_NOR,  },
>               { "st,stm32f469-qspi",          MTD_DEV_TYPE_SPINAND},
>               { "st,stm32mp15-fmc2",          MTD_DEV_TYPE_NAND, },
> +             { "st,stm32mp1-fmc2-nfc",       MTD_DEV_TYPE_NAND, },
>       };
>       fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes));
>  #endif

Reviewed-by: Patrice Chotard <patrice.chot...@st.com>

Thanks

Patrice

Reply via email to