Re: [PATCH v2 1/4] configs: am62x_evm_*: Correct SPI configuration option

2023-01-10 Thread Tom Rini
On Tue, Dec 20, 2022 at 04:21:43PM +0100, Sjoerd Simons wrote: > In f422c4bec the configuration option to support s28hs512t SPI flashes > was changed from CONFIG_SPI_FLASH_S28HS512T to CONFIG_SPI_FLASH_S28HX_T > to support the wider family. Follow this change in the AM62x EVM > configurations. >

Re: [PATCH v2 1/4] configs: am62x_evm_*: Correct SPI configuration option

2022-12-20 Thread Dhruva Gole
Hi, On 20/12/22 20:51, Sjoerd Simons wrote: In f422c4bec the configuration option to support s28hs512t SPI flashes was changed from CONFIG_SPI_FLASH_S28HS512T to CONFIG_SPI_FLASH_S28HX_T to support the wider family. Follow this change in the AM62x EVM configurations. Signed-off-by: Sjoerd Simon

[PATCH v2 1/4] configs: am62x_evm_*: Correct SPI configuration option

2022-12-20 Thread Sjoerd Simons
In f422c4bec the configuration option to support s28hs512t SPI flashes was changed from CONFIG_SPI_FLASH_S28HS512T to CONFIG_SPI_FLASH_S28HX_T to support the wider family. Follow this change in the AM62x EVM configurations. Signed-off-by: Sjoerd Simons --- (no changes since v1) configs/am62x_e