Re: [PATCH] Add support for more XMC series

From: Clus Tom
Date: Thu Aug 17 2023 - 13:18:00 EST



Yes, I'm using the latest kernel.


> 在 2023年8月18日,01:10,Michael Walle <michael@xxxxxxxx> 写道:
>
> Hi,
>
>>> XMC parts seem to have SFDP tables and they should work out of the box
>>> without any patches with the generic spi nor driver [1]. Therefore,
>>> you don't need any entry at all.
>> I think it is related to the PARSE_SFDP flag.
>> The XMC flash part supports SFDP, so i don’t needto add
>> NO_SFDP_FLAGS() macro.
>
> Correct. If the flash is working with PARSE_SFDP, it has SFDP and
> all the information of the flash_info table is pulled from the SFDP
> tables, except for the part name. Therefore, you don't need any entry
> at all. The flash should just work out of the box. Are you using the
> latest kernel?
>
> -michael