All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable
@ 2019-03-08  9:37 Kuldeep Singh
  2019-03-22 11:00 ` Prabhakar Kushwaha
  0 siblings, 1 reply; 4+ messages in thread
From: Kuldeep Singh @ 2019-03-08  9:37 UTC (permalink / raw)
  To: u-boot

Update mtd-id for QSPI nor due to change introduced in mtd/spi in linux 5.0

commit 84d043185dbe ("spi: Add a driver for the Freescale/NXP QuadSPI controller")

Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
---
v3:
Update commit message

v2:
Update commit message

 configs/ls1046aqds_qspi_defconfig               | 4 ++--
 configs/ls1046aqds_sdcard_qspi_defconfig        | 4 ++--
 configs/ls1046ardb_emmc_defconfig               | 4 ++--
 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig   | 4 ++--
 configs/ls1046ardb_qspi_defconfig               | 4 ++--
 configs/ls1046ardb_qspi_spl_defconfig           | 4 ++--
 configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 4 ++--
 configs/ls1046ardb_sdcard_defconfig             | 4 ++--
 configs/ls1046ardb_tfa_SECURE_BOOT_defconfig    | 4 ++--
 configs/ls1046ardb_tfa_defconfig                | 4 ++--
 10 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/configs/ls1046aqds_qspi_defconfig b/configs/ls1046aqds_qspi_defconfig
index 4cc19fe7ac..b7a6da2128 100644
--- a/configs/ls1046aqds_qspi_defconfig
+++ b/configs/ls1046aqds_qspi_defconfig
@@ -10,7 +10,7 @@ CONFIG_OF_BOARD_SETUP=y
 CONFIG_QSPI_BOOT=y
 CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:2m(uboot),14m(free)"
+CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi-0:2m(uboot),14m(free)"
 # CONFIG_USE_BOOTCOMMAND is not set
 CONFIG_MISC_INIT_R=y
 CONFIG_CMD_BOOTZ=y
@@ -25,7 +25,7 @@ CONFIG_CMD_SF=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_CACHE=y
 CONFIG_MP=y
-CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:2m(uboot),14m(free)"
+CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.spi-0:2m(uboot),14m(free)"
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-qds-duart"
 CONFIG_ENV_IS_IN_SPI_FLASH=y
diff --git a/configs/ls1046aqds_sdcard_qspi_defconfig b/configs/ls1046aqds_sdcard_qspi_defconfig
index a7620d23ad..3cd7d344c0 100644
--- a/configs/ls1046aqds_sdcard_qspi_defconfig
+++ b/configs/ls1046aqds_sdcard_qspi_defconfig
@@ -17,7 +17,7 @@ CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,SD_BOOT_QSPI"
 CONFIG_SD_BOOT=y
 CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:2m(uboot),14m(free)"
+CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi-0:2m(uboot),14m(free)"
 # CONFIG_USE_BOOTCOMMAND is not set
 CONFIG_MISC_INIT_R=y
 CONFIG_SPL_BOARD_INIT=y
@@ -39,7 +39,7 @@ CONFIG_CMD_SF=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_CACHE=y
 CONFIG_MP=y
-CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:2m(uboot),14m(free)"
+CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.spi-0:2m(uboot),14m(free)"
 # CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-qds-duart"
diff --git a/configs/ls1046ardb_emmc_defconfig b/configs/ls1046ardb_emmc_defconfig
index 4b45289869..e8e7e13e61 100644
--- a/configs/ls1046ardb_emmc_defconfig
+++ b/configs/ls1046ardb_emmc_defconfig
@@ -17,7 +17,7 @@ CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,EMMC_BOOT"
 CONFIG_SD_BOOT=y
 CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 # CONFIG_USE_BOOTCOMMAND is not set
 CONFIG_MISC_INIT_R=y
 CONFIG_SPL_BOARD_INIT=y
@@ -36,7 +36,7 @@ CONFIG_CMD_SF=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_CACHE=y
 CONFIG_MP=y
-CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 # CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
diff --git a/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig b/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
index 27309bfa33..326f83229d 100644
--- a/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
+++ b/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig
@@ -12,7 +12,7 @@ CONFIG_OF_BOARD_SETUP=y
 CONFIG_QSPI_BOOT=y
 CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 CONFIG_MISC_INIT_R=y
 CONFIG_CMD_GPT=y
 CONFIG_CMD_I2C=y
@@ -23,7 +23,7 @@ CONFIG_CMD_SF=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_CACHE=y
 CONFIG_MP=y
-CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
 CONFIG_DM=y
diff --git a/configs/ls1046ardb_qspi_defconfig b/configs/ls1046ardb_qspi_defconfig
index d2850480d6..b5ab6ca228 100644
--- a/configs/ls1046ardb_qspi_defconfig
+++ b/configs/ls1046ardb_qspi_defconfig
@@ -11,7 +11,7 @@ CONFIG_OF_BOARD_SETUP=y
 CONFIG_QSPI_BOOT=y
 CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 CONFIG_MISC_INIT_R=y
 CONFIG_CMD_GPT=y
 CONFIG_CMD_I2C=y
@@ -22,7 +22,7 @@ CONFIG_CMD_SF=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_CACHE=y
 CONFIG_MP=y
-CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
 CONFIG_ENV_IS_IN_SPI_FLASH=y
diff --git a/configs/ls1046ardb_qspi_spl_defconfig b/configs/ls1046ardb_qspi_spl_defconfig
index 975cc580bd..4b1d9712f9 100644
--- a/configs/ls1046ardb_qspi_spl_defconfig
+++ b/configs/ls1046ardb_qspi_spl_defconfig
@@ -18,7 +18,7 @@ CONFIG_OF_BOARD_SETUP=y
 CONFIG_QSPI_BOOT=y
 CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 CONFIG_MISC_INIT_R=y
 CONFIG_SPL_BOARD_INIT=y
 CONFIG_SPL_ENV_SUPPORT=y
@@ -38,7 +38,7 @@ CONFIG_CMD_SF=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_CACHE=y
 CONFIG_MP=y
-CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 # CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
diff --git a/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig b/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
index 643a52039a..4e6a6727f6 100644
--- a/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
+++ b/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
@@ -17,7 +17,7 @@ CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL"
 CONFIG_SD_BOOT=y
 CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 CONFIG_MISC_INIT_R=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x110
@@ -36,7 +36,7 @@ CONFIG_CMD_SF=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_CACHE=y
 CONFIG_MP=y
-CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 # CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
diff --git a/configs/ls1046ardb_sdcard_defconfig b/configs/ls1046ardb_sdcard_defconfig
index a7624967cf..b3da79f9bf 100644
--- a/configs/ls1046ardb_sdcard_defconfig
+++ b/configs/ls1046ardb_sdcard_defconfig
@@ -17,7 +17,7 @@ CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL"
 CONFIG_SD_BOOT=y
 CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 CONFIG_MISC_INIT_R=y
 CONFIG_SPL_BOARD_INIT=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
@@ -35,7 +35,7 @@ CONFIG_CMD_SF=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_CACHE=y
 CONFIG_MP=y
-CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 # CONFIG_SPL_EFI_PARTITION is not set
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
diff --git a/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig b/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig
index 93efb5c3a9..c50d5f80d2 100644
--- a/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig
+++ b/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig
@@ -13,7 +13,7 @@ CONFIG_FIT_VERBOSE=y
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 CONFIG_MISC_INIT_R=y
 CONFIG_CMD_GPT=y
 CONFIG_CMD_I2C=y
@@ -24,7 +24,7 @@ CONFIG_CMD_SF=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_CACHE=y
 CONFIG_MP=y
-CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
 CONFIG_DM=y
diff --git a/configs/ls1046ardb_tfa_defconfig b/configs/ls1046ardb_tfa_defconfig
index c86e182459..da8d7f23ed 100644
--- a/configs/ls1046ardb_tfa_defconfig
+++ b/configs/ls1046ardb_tfa_defconfig
@@ -12,7 +12,7 @@ CONFIG_FIT_VERBOSE=y
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_BOOTDELAY=10
 CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 CONFIG_MISC_INIT_R=y
 CONFIG_CMD_GPT=y
 CONFIG_CMD_I2C=y
@@ -23,7 +23,7 @@ CONFIG_CMD_SF=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_CACHE=y
 CONFIG_MP=y
-CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
+CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.spi-0:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m(nand_uboot),48m(nand_kernel),448m(nand_free)"
 CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1046a-rdb"
 CONFIG_ENV_IS_IN_MMC=y
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable
  2019-03-08  9:37 [U-Boot] [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable Kuldeep Singh
@ 2019-03-22 11:00 ` Prabhakar Kushwaha
  2019-04-07  9:28   ` Prabhakar Kushwaha
  0 siblings, 1 reply; 4+ messages in thread
From: Prabhakar Kushwaha @ 2019-03-22 11:00 UTC (permalink / raw)
  To: u-boot


> -----Original Message-----
> From: Kuldeep Singh
> Sent: Friday, March 8, 2019 3:08 PM
> To: u-boot at lists.denx.de
> Cc: Rajesh Bhagat <rajesh.bhagat@nxp.com>; Prabhakar Kushwaha
> <prabhakar.kushwaha@nxp.com>; Ashish Kumar <ashish.kumar@nxp.com>;
> Jagdish Gediya <jagdish.gediya@nxp.com>; Mingkai Hu
> <mingkai.hu@nxp.com>; Ruchika Gupta <ruchika.gupta@nxp.com>; Kuldeep
> Singh <kuldeep.singh@nxp.com>
> Subject: [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in mtdparts
> variable
> 
> Update mtd-id for QSPI nor due to change introduced in mtd/spi in linux 5.0
> 
> commit 84d043185dbe ("spi: Add a driver for the Freescale/NXP QuadSPI
> controller")
> 
> Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
> ---
> v3:
> Update commit message
> 
> v2:
> Update commit message
> 
>  configs/ls1046aqds_qspi_defconfig               | 4 ++--
>  configs/ls1046aqds_sdcard_qspi_defconfig        | 4 ++--
>  configs/ls1046ardb_emmc_defconfig               | 4 ++--
>  configs/ls1046ardb_qspi_SECURE_BOOT_defconfig   | 4 ++--
>  configs/ls1046ardb_qspi_defconfig               | 4 ++--
>  configs/ls1046ardb_qspi_spl_defconfig           | 4 ++--
>  configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 4 ++--
>  configs/ls1046ardb_sdcard_defconfig             | 4 ++--
>  configs/ls1046ardb_tfa_SECURE_BOOT_defconfig    | 4 ++--
>  configs/ls1046ardb_tfa_defconfig                | 4 ++--
>  10 files changed, 20 insertions(+), 20 deletions(-)
> 
> diff --git a/configs/ls1046aqds_qspi_defconfig
> b/configs/ls1046aqds_qspi_defconfig
> index 4cc19fe7ac..b7a6da2128 100644
> --- a/configs/ls1046aqds_qspi_defconfig
> +++ b/configs/ls1046aqds_qspi_defconfig
> @@ -10,7 +10,7 @@ CONFIG_OF_BOARD_SETUP=y  CONFIG_QSPI_BOOT=y
>  CONFIG_BOOTDELAY=10
>  CONFIG_USE_BOOTARGS=y
> -CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0
> earlycon=uart8250,mmio,0x21c0500
> mtdparts=1550000.quadspi:2m(uboot),14m(free)"
> +CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0
> earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi-
> 0:2m(uboot),14m(free)"

How backward Linux compatibility is being taken care?

--pk

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable
  2019-03-22 11:00 ` Prabhakar Kushwaha
@ 2019-04-07  9:28   ` Prabhakar Kushwaha
  2019-04-08  5:23     ` Kuldeep Singh
  0 siblings, 1 reply; 4+ messages in thread
From: Prabhakar Kushwaha @ 2019-04-07  9:28 UTC (permalink / raw)
  To: u-boot

Hi Kuldeep,


> -----Original Message-----
> From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Prabhakar
> Kushwaha
> Sent: Friday, March 22, 2019 4:30 PM
> To: Kuldeep Singh <kuldeep.singh@nxp.com>; u-boot at lists.denx.de
> Cc: Ruchika Gupta <ruchika.gupta@nxp.com>; Mingkai Hu
> <mingkai.hu@nxp.com>
> Subject: Re: [U-Boot] [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in
> mtdparts variable
> 
> 
> > -----Original Message-----
> > From: Kuldeep Singh
> > Sent: Friday, March 8, 2019 3:08 PM
> > To: u-boot at lists.denx.de
> > Cc: Rajesh Bhagat <rajesh.bhagat@nxp.com>; Prabhakar Kushwaha
> > <prabhakar.kushwaha@nxp.com>; Ashish Kumar <ashish.kumar@nxp.com>;
> > Jagdish Gediya <jagdish.gediya@nxp.com>; Mingkai Hu
> > <mingkai.hu@nxp.com>; Ruchika Gupta <ruchika.gupta@nxp.com>; Kuldeep
> > Singh <kuldeep.singh@nxp.com>
> > Subject: [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in
> > mtdparts variable
> >
> > Update mtd-id for QSPI nor due to change introduced in mtd/spi in
> > linux 5.0
> >
> > commit 84d043185dbe ("spi: Add a driver for the Freescale/NXP QuadSPI
> > controller")
> >
> > Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
> > ---
> > v3:
> > Update commit message
> >
> > v2:
> > Update commit message
> >
> >  configs/ls1046aqds_qspi_defconfig               | 4 ++--
> >  configs/ls1046aqds_sdcard_qspi_defconfig        | 4 ++--
> >  configs/ls1046ardb_emmc_defconfig               | 4 ++--
> >  configs/ls1046ardb_qspi_SECURE_BOOT_defconfig   | 4 ++--
> >  configs/ls1046ardb_qspi_defconfig               | 4 ++--
> >  configs/ls1046ardb_qspi_spl_defconfig           | 4 ++--
> >  configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 4 ++--
> >  configs/ls1046ardb_sdcard_defconfig             | 4 ++--
> >  configs/ls1046ardb_tfa_SECURE_BOOT_defconfig    | 4 ++--
> >  configs/ls1046ardb_tfa_defconfig                | 4 ++--
> >  10 files changed, 20 insertions(+), 20 deletions(-)
> >
> > diff --git a/configs/ls1046aqds_qspi_defconfig
> > b/configs/ls1046aqds_qspi_defconfig
> > index 4cc19fe7ac..b7a6da2128 100644
> > --- a/configs/ls1046aqds_qspi_defconfig
> > +++ b/configs/ls1046aqds_qspi_defconfig
> > @@ -10,7 +10,7 @@ CONFIG_OF_BOARD_SETUP=y  CONFIG_QSPI_BOOT=y
> >  CONFIG_BOOTDELAY=10
> >  CONFIG_USE_BOOTARGS=y
> > -CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0
> > earlycon=uart8250,mmio,0x21c0500
> > mtdparts=1550000.quadspi:2m(uboot),14m(free)"
> > +CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0
> > earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi-
> > 0:2m(uboot),14m(free)"
> 
> How backward Linux compatibility is being taken care?
> 

Please respond to this query otherwise, I am going to drop this patch

--pk

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable
  2019-04-07  9:28   ` Prabhakar Kushwaha
@ 2019-04-08  5:23     ` Kuldeep Singh
  0 siblings, 0 replies; 4+ messages in thread
From: Kuldeep Singh @ 2019-04-08  5:23 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Prabhakar Kushwaha
> Sent: Sunday, April 7, 2019 2:59 PM
> To: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>; Kuldeep Singh
> <kuldeep.singh@nxp.com>; u-boot at lists.denx.de
> Cc: Ruchika Gupta <ruchika.gupta@nxp.com>; Mingkai Hu
> <mingkai.hu@nxp.com>
> Subject: RE: [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in
> mtdparts variable
> 
> Hi Kuldeep,
> 
> 
> > -----Original Message-----
> > From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Prabhakar
> > Kushwaha
> > Sent: Friday, March 22, 2019 4:30 PM
> > To: Kuldeep Singh <kuldeep.singh@nxp.com>; u-boot at lists.denx.de
> > Cc: Ruchika Gupta <ruchika.gupta@nxp.com>; Mingkai Hu
> > <mingkai.hu@nxp.com>
> > Subject: Re: [U-Boot] [PATCH v3] configs: ls1046: Update mtd-id for
> > QSPI nor in mtdparts variable
> >
> >
> > > -----Original Message-----
> > > From: Kuldeep Singh
> > > Sent: Friday, March 8, 2019 3:08 PM
> > > To: u-boot at lists.denx.de
> > > Cc: Rajesh Bhagat <rajesh.bhagat@nxp.com>; Prabhakar Kushwaha
> > > <prabhakar.kushwaha@nxp.com>; Ashish Kumar
> <ashish.kumar@nxp.com>;
> > > Jagdish Gediya <jagdish.gediya@nxp.com>; Mingkai Hu
> > > <mingkai.hu@nxp.com>; Ruchika Gupta <ruchika.gupta@nxp.com>;
> Kuldeep
> > > Singh <kuldeep.singh@nxp.com>
> > > Subject: [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in
> > > mtdparts variable
> > >
> > > Update mtd-id for QSPI nor due to change introduced in mtd/spi in
> > > linux 5.0
> > >
> > > commit 84d043185dbe ("spi: Add a driver for the Freescale/NXP
> > > QuadSPI
> > > controller")
> > >
> > > Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
> > > ---
> > > v3:
> > > Update commit message
> > >
> > > v2:
> > > Update commit message
> > >
> > >  configs/ls1046aqds_qspi_defconfig               | 4 ++--
> > >  configs/ls1046aqds_sdcard_qspi_defconfig        | 4 ++--
> > >  configs/ls1046ardb_emmc_defconfig               | 4 ++--
> > >  configs/ls1046ardb_qspi_SECURE_BOOT_defconfig   | 4 ++--
> > >  configs/ls1046ardb_qspi_defconfig               | 4 ++--
> > >  configs/ls1046ardb_qspi_spl_defconfig           | 4 ++--
> > >  configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 4 ++--
> > >  configs/ls1046ardb_sdcard_defconfig             | 4 ++--
> > >  configs/ls1046ardb_tfa_SECURE_BOOT_defconfig    | 4 ++--
> > >  configs/ls1046ardb_tfa_defconfig                | 4 ++--
> > >  10 files changed, 20 insertions(+), 20 deletions(-)
> > >
> > > diff --git a/configs/ls1046aqds_qspi_defconfig
> > > b/configs/ls1046aqds_qspi_defconfig
> > > index 4cc19fe7ac..b7a6da2128 100644
> > > --- a/configs/ls1046aqds_qspi_defconfig
> > > +++ b/configs/ls1046aqds_qspi_defconfig
> > > @@ -10,7 +10,7 @@ CONFIG_OF_BOARD_SETUP=y
> CONFIG_QSPI_BOOT=y
> > >  CONFIG_BOOTDELAY=10
> > >  CONFIG_USE_BOOTARGS=y
> > > -CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0
> > > earlycon=uart8250,mmio,0x21c0500
> > > mtdparts=1550000.quadspi:2m(uboot),14m(free)"
> > > +CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/ram0
> > > earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.spi-
> > > 0:2m(uboot),14m(free)"
> >
> > How backward Linux compatibility is being taken care?
> >
> 
> Please respond to this query otherwise, I am going to drop this patch
[Kuldeep Singh] Hi, I'll be sending another version of the patch.
Thanks
> 
> --pk

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-08  5:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-08  9:37 [U-Boot] [PATCH v3] configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable Kuldeep Singh
2019-03-22 11:00 ` Prabhakar Kushwaha
2019-04-07  9:28   ` Prabhakar Kushwaha
2019-04-08  5:23     ` Kuldeep Singh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.