diff mbox series

defconfig: xea: Change default spi-nor memory bus to 2 (single binary)

Message ID 20240112160148.2376535-1-lukma@denx.de
State Accepted
Commit b19ef134f5d6ca2ab59d699e357c3866dfe91712
Delegated to: Fabio Estevam
Headers show
Series defconfig: xea: Change default spi-nor memory bus to 2 (single binary) | expand

Commit Message

Lukasz Majewski Jan. 12, 2024, 4:01 p.m. UTC
After the re-sync with Linux kernel (v6.0) of the XEA DTS
(SHA1: 7d08ddd09b75e7a3c103cc0d0d3ed700287f268e) the alias
for SPI bus, to which SPI-NOR  memory is connected, has changed from
'spi3' to 'spi2'.

To be in sync with current u-boot's xea dts, the default bus number
(which allows running 'sf probe' without any extra parameters given)
has been adjusted.

Signed-off-by: Lukasz Majewski <lukma@denx.de>

---

 configs/imx28_xea_sb_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Fabio Estevam Jan. 12, 2024, 9 p.m. UTC | #1
On Fri, Jan 12, 2024 at 1:02 PM Lukasz Majewski <lukma@denx.de> wrote:
>
> After the re-sync with Linux kernel (v6.0) of the XEA DTS
> (SHA1: 7d08ddd09b75e7a3c103cc0d0d3ed700287f268e) the alias
> for SPI bus, to which SPI-NOR  memory is connected, has changed from
> 'spi3' to 'spi2'.
>
> To be in sync with current u-boot's xea dts, the default bus number
> (which allows running 'sf probe' without any extra parameters given)
> has been adjusted.
>
> Signed-off-by: Lukasz Majewski <lukma@denx.de>

Applied, thanks.
diff mbox series

Patch

diff --git a/configs/imx28_xea_sb_defconfig b/configs/imx28_xea_sb_defconfig
index 0b3259866e..9872d35c1b 100644
--- a/configs/imx28_xea_sb_defconfig
+++ b/configs/imx28_xea_sb_defconfig
@@ -74,7 +74,7 @@  CONFIG_MMC_MXS=y
 CONFIG_MTD=y
 CONFIG_DM_MTD=y
 CONFIG_DM_SPI_FLASH=y
-CONFIG_SF_DEFAULT_BUS=3
+CONFIG_SF_DEFAULT_BUS=2
 CONFIG_SPI_FLASH_SFDP_SUPPORT=y
 CONFIG_SPI_FLASH_ISSI=y
 CONFIG_SPI_FLASH_SPANSION=y