mbox series

[00/14] rockchip: rk35xx: Update defconfigs and enable boot from SPI NOR flash

Message ID 20230422012309.402799-1-jonas@kwiboo.se
Headers show
Series rockchip: rk35xx: Update defconfigs and enable boot from SPI NOR flash | expand

Message

Jonas Karlman April 22, 2023, 1:23 a.m. UTC
This series sync some defconfig options across the different rk35xx
boards and enables boot from SPI NOR flash on rk3568-rock-3a and
rk3588-rock-5b.

Patch 1 fixes use of sfc-no-dma prop in rockchip sfc driver.
Patch 2-7 updates defconfig for rk356x boards.
Patch 8 enables boot from SPI NOR flash on rk3568-rock-3a.
Patch 9-12 updates defconfig for rk3588 boards.
Patch 13 enables boot from SPI NOR flash on rk3588-rock-5b.
Patch 14 reverts addition of regulator-boot-on props.

Please note that patches related to rk3588 depend on [1] and [2], they
may not apply clean. The final patch revert a workaround to fix usb that
is not needed after series [1] and [3].

This series can also be found at [4].

[1] https://patchwork.ozlabs.org/project/uboot/patch/20230419134014.128461-1-eugen.hristev@collabora.com/
[2] https://patchwork.ozlabs.org/project/uboot/patch/20230417100641.5703-1-eugen.hristev@collabora.com/
[3] https://patchwork.ozlabs.org/project/uboot/patch/20230419134526.128800-1-eugen.hristev@collabora.com/
[4] https://github.com/Kwiboo/u-boot-rockchip/commits/rk35xx-defconfig-spi-v1

Jonas Karlman (14):
  spi: rockchip_sfc: Use linux rockchip,sfc-no-dma prop
  rockchip: rk356x-u-boot: Add xin24m clock node to SPL
  rockchip: rk3566-radxa-cm3-io: Update defconfig
  rockchip: rk3566-radxa-cm3-io: Use pinctrl for sdmmc and sdhci in SPL
  rockchip: rk3568-evb: Update defconfig
  rockchip: rk3568-rock-3a: Update defconfig
  rockchip: rk3568-rock-3a: Use pinctrl for sdmmc and sdhci in SPL
  rockchip: rk3568-rock-3a: Enable boot from SPI NOR flash
  rockchip: rk3588: Select DM_RESET and DM_REGULATOR_FIXED in arch
    Kconfig
  rockchip: rk3588-evb: Update defconfig
  rockchip: rk3588-rock-5b: Update defconfig
  rockchip: rk3588-rock-5b: Add bootph prop to pinctrl for uart2 and
    sdhci
  rockchip: rk3588-rock-5b: Enable boot from SPI NOR flash
  Revert "arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators
    for usb"

 arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi | 65 ++++++++++++++-
 arch/arm/dts/rk3568-rock-3a-u-boot.dtsi      | 85 ++++++++++++++++++--
 arch/arm/dts/rk356x-u-boot.dtsi              | 16 ++++
 arch/arm/dts/rk3588-rock-5b-u-boot.dtsi      | 52 ++++++++++++
 arch/arm/dts/rk3588s-u-boot.dtsi             | 20 +++++
 arch/arm/mach-rockchip/Kconfig               |  2 +
 arch/arm/mach-rockchip/rk3588/rk3588.c       |  1 +
 configs/evb-rk3568_defconfig                 | 15 ++--
 configs/evb-rk3588_defconfig                 | 11 +--
 configs/neu6a-io-rk3588_defconfig            |  1 -
 configs/radxa-cm3-io-rk3566_defconfig        | 10 ++-
 configs/rock-3a-rk3568_defconfig             | 20 +++--
 configs/rock5b-rk3588_defconfig              | 19 +++--
 drivers/spi/rockchip_sfc.c                   | 10 ++-
 14 files changed, 285 insertions(+), 42 deletions(-)

Comments

Kever Yang May 9, 2023, 1:24 p.m. UTC | #1
Hi Jonas and Eugen,


On 2023/4/22 09:23, Jonas Karlman wrote:
> This series sync some defconfig options across the different rk35xx
> boards and enables boot from SPI NOR flash on rk3568-rock-3a and
> rk3588-rock-5b.
>
> Patch 1 fixes use of sfc-no-dma prop in rockchip sfc driver.
> Patch 2-7 updates defconfig for rk356x boards.
> Patch 8 enables boot from SPI NOR flash on rk3568-rock-3a.
> Patch 9-12 updates defconfig for rk3588 boards.
> Patch 13 enables boot from SPI NOR flash on rk3588-rock-5b.
> Patch 14 reverts addition of regulator-boot-on props.
>
> Please note that patches related to rk3588 depend on [1] and [2], they
> may not apply clean. The final patch revert a workaround to fix usb that
> is not needed after series [1] and [3].
>
> This series can also be found at [4].
>
> [1] https://patchwork.ozlabs.org/project/uboot/patch/20230419134014.128461-1-eugen.hristev@collabora.com/
> [2] https://patchwork.ozlabs.org/project/uboot/patch/20230417100641.5703-1-eugen.hristev@collabora.com/
I'm not able to apply these two patchset and also this patchset, maybe 
the conflict with latest code or the dependency is not correct,
could you help to send a rebase for below patches?
- rk3588 rst,
- rock-5b pinctrl for sdmmc,
- usb2.0 for rock5b
- dw_pcie_rockchip for rk3588

Thanks,

- Kever

> [3] https://patchwork.ozlabs.org/project/uboot/patch/20230419134526.128800-1-eugen.hristev@collabora.com/
> [4] https://github.com/Kwiboo/u-boot-rockchip/commits/rk35xx-defconfig-spi-v1
>
> Jonas Karlman (14):
>    spi: rockchip_sfc: Use linux rockchip,sfc-no-dma prop
>    rockchip: rk356x-u-boot: Add xin24m clock node to SPL
>    rockchip: rk3566-radxa-cm3-io: Update defconfig
>    rockchip: rk3566-radxa-cm3-io: Use pinctrl for sdmmc and sdhci in SPL
>    rockchip: rk3568-evb: Update defconfig
>    rockchip: rk3568-rock-3a: Update defconfig
>    rockchip: rk3568-rock-3a: Use pinctrl for sdmmc and sdhci in SPL
>    rockchip: rk3568-rock-3a: Enable boot from SPI NOR flash
>    rockchip: rk3588: Select DM_RESET and DM_REGULATOR_FIXED in arch
>      Kconfig
>    rockchip: rk3588-evb: Update defconfig
>    rockchip: rk3588-rock-5b: Update defconfig
>    rockchip: rk3588-rock-5b: Add bootph prop to pinctrl for uart2 and
>      sdhci
>    rockchip: rk3588-rock-5b: Enable boot from SPI NOR flash
>    Revert "arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators
>      for usb"
>
>   arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi | 65 ++++++++++++++-
>   arch/arm/dts/rk3568-rock-3a-u-boot.dtsi      | 85 ++++++++++++++++++--
>   arch/arm/dts/rk356x-u-boot.dtsi              | 16 ++++
>   arch/arm/dts/rk3588-rock-5b-u-boot.dtsi      | 52 ++++++++++++
>   arch/arm/dts/rk3588s-u-boot.dtsi             | 20 +++++
>   arch/arm/mach-rockchip/Kconfig               |  2 +
>   arch/arm/mach-rockchip/rk3588/rk3588.c       |  1 +
>   configs/evb-rk3568_defconfig                 | 15 ++--
>   configs/evb-rk3588_defconfig                 | 11 +--
>   configs/neu6a-io-rk3588_defconfig            |  1 -
>   configs/radxa-cm3-io-rk3566_defconfig        | 10 ++-
>   configs/rock-3a-rk3568_defconfig             | 20 +++--
>   configs/rock5b-rk3588_defconfig              | 19 +++--
>   drivers/spi/rockchip_sfc.c                   | 10 ++-
>   14 files changed, 285 insertions(+), 42 deletions(-)
>
Jonas Karlman May 9, 2023, 2:40 p.m. UTC | #2
Hi Eugen,
On 2023-05-09 15:24, Kever Yang wrote:
> Hi Jonas and Eugen,
> 
> On 2023/4/22 09:23, Jonas Karlman wrote:
>> This series sync some defconfig options across the different rk35xx
>> boards and enables boot from SPI NOR flash on rk3568-rock-3a and
>> rk3588-rock-5b.
>>
>> Patch 1 fixes use of sfc-no-dma prop in rockchip sfc driver.
>> Patch 2-7 updates defconfig for rk356x boards.
>> Patch 8 enables boot from SPI NOR flash on rk3568-rock-3a.
>> Patch 9-12 updates defconfig for rk3588 boards.
>> Patch 13 enables boot from SPI NOR flash on rk3588-rock-5b.
>> Patch 14 reverts addition of regulator-boot-on props.
>>
>> Please note that patches related to rk3588 depend on [1] and [2], they
>> may not apply clean. The final patch revert a workaround to fix usb that
>> is not needed after series [1] and [3].
>>
>> This series can also be found at [4].
>>
>> [1] https://patchwork.ozlabs.org/project/uboot/patch/20230419134014.128461-1-eugen.hristev@collabora.com/
>> [2] https://patchwork.ozlabs.org/project/uboot/patch/20230417100641.5703-1-eugen.hristev@collabora.com/
>
> I'm not able to apply these two patchset and also this patchset, maybe 
> the conflict with latest code or the dependency is not correct,
> could you help to send a rebase for below patches?
> - rk3588 rst,
> - rock-5b pinctrl for sdmmc,
> - usb2.0 for rock5b
> - dw_pcie_rockchip for rk3588

Looks like the following two commits in your enablement efforts tree may
be a source of some of these dependency conflicts.

- rockchip: rk3588-rock-5b: Add spi nor flash node
- ARM: dts: rockchip: rk3588-rock-5b-u-boot: enable SPI flash in SPL

Those commits should come after all your pending series, same/similar
commits are included in this defconfig/spinor series, series that I have
tried to base on top of your series :-)

I will rebase my series on top of rockchip U-Boot Custodian Tree master
and Eugen's series.

Regards,
Jonas

> 
> Thanks,
> 
> - Kever
> 
>> [3] https://patchwork.ozlabs.org/project/uboot/patch/20230419134526.128800-1-eugen.hristev@collabora.com/
>> [4] https://github.com/Kwiboo/u-boot-rockchip/commits/rk35xx-defconfig-spi-v1
>>
>> Jonas Karlman (14):
>>    spi: rockchip_sfc: Use linux rockchip,sfc-no-dma prop
>>    rockchip: rk356x-u-boot: Add xin24m clock node to SPL
>>    rockchip: rk3566-radxa-cm3-io: Update defconfig
>>    rockchip: rk3566-radxa-cm3-io: Use pinctrl for sdmmc and sdhci in SPL
>>    rockchip: rk3568-evb: Update defconfig
>>    rockchip: rk3568-rock-3a: Update defconfig
>>    rockchip: rk3568-rock-3a: Use pinctrl for sdmmc and sdhci in SPL
>>    rockchip: rk3568-rock-3a: Enable boot from SPI NOR flash
>>    rockchip: rk3588: Select DM_RESET and DM_REGULATOR_FIXED in arch
>>      Kconfig
>>    rockchip: rk3588-evb: Update defconfig
>>    rockchip: rk3588-rock-5b: Update defconfig
>>    rockchip: rk3588-rock-5b: Add bootph prop to pinctrl for uart2 and
>>      sdhci
>>    rockchip: rk3588-rock-5b: Enable boot from SPI NOR flash
>>    Revert "arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators
>>      for usb"
>>
>>   arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi | 65 ++++++++++++++-
>>   arch/arm/dts/rk3568-rock-3a-u-boot.dtsi      | 85 ++++++++++++++++++--
>>   arch/arm/dts/rk356x-u-boot.dtsi              | 16 ++++
>>   arch/arm/dts/rk3588-rock-5b-u-boot.dtsi      | 52 ++++++++++++
>>   arch/arm/dts/rk3588s-u-boot.dtsi             | 20 +++++
>>   arch/arm/mach-rockchip/Kconfig               |  2 +
>>   arch/arm/mach-rockchip/rk3588/rk3588.c       |  1 +
>>   configs/evb-rk3568_defconfig                 | 15 ++--
>>   configs/evb-rk3588_defconfig                 | 11 +--
>>   configs/neu6a-io-rk3588_defconfig            |  1 -
>>   configs/radxa-cm3-io-rk3566_defconfig        | 10 ++-
>>   configs/rock-3a-rk3568_defconfig             | 20 +++--
>>   configs/rock5b-rk3588_defconfig              | 19 +++--
>>   drivers/spi/rockchip_sfc.c                   | 10 ++-
>>   14 files changed, 285 insertions(+), 42 deletions(-)
>>
Jonas Karlman May 10, 2023, 6:48 a.m. UTC | #3
Hi again,

On 2023-05-09 16:40, Jonas Karlman wrote:
> Hi Eugen,
>
> On 2023-05-09 15:24, Kever Yang wrote:
>> Hi Jonas and Eugen,
>>
>> On 2023/4/22 09:23, Jonas Karlman wrote:
>>> This series sync some defconfig options across the different rk35xx
>>> boards and enables boot from SPI NOR flash on rk3568-rock-3a and
>>> rk3588-rock-5b.
>>>
>>> Patch 1 fixes use of sfc-no-dma prop in rockchip sfc driver.
>>> Patch 2-7 updates defconfig for rk356x boards.
>>> Patch 8 enables boot from SPI NOR flash on rk3568-rock-3a.
>>> Patch 9-12 updates defconfig for rk3588 boards.
>>> Patch 13 enables boot from SPI NOR flash on rk3588-rock-5b.
>>> Patch 14 reverts addition of regulator-boot-on props.
>>>
>>> Please note that patches related to rk3588 depend on [1] and [2], they
>>> may not apply clean. The final patch revert a workaround to fix usb that
>>> is not needed after series [1] and [3].
>>>
>>> This series can also be found at [4].
>>>
>>> [1] https://patchwork.ozlabs.org/project/uboot/patch/20230419134014.128461-1-eugen.hristev@collabora.com/
>>> [2] https://patchwork.ozlabs.org/project/uboot/patch/20230417100641.5703-1-eugen.hristev@collabora.com/
>>
>> I'm not able to apply these two patchset and also this patchset, maybe 
>> the conflict with latest code or the dependency is not correct,
>> could you help to send a rebase for below patches?
>> - rk3588 rst,
>> - rock-5b pinctrl for sdmmc,
>> - usb2.0 for rock5b
>> - dw_pcie_rockchip for rk3588
> 
> Looks like the following two commits in your enablement efforts tree may
> be a source of some of these dependency conflicts.
> 
> - rockchip: rk3588-rock-5b: Add spi nor flash node
> - ARM: dts: rockchip: rk3588-rock-5b-u-boot: enable SPI flash in SPL
> 
> Those commits should come after all your pending series, same/similar
> commits are included in this defconfig/spinor series, series that I have
> tried to base on top of your series :-)
> 
> I will rebase my series on top of rockchip U-Boot Custodian Tree master
> and Eugen's series.

I had some time over and prepared a rebase branch with the following
series from Eugen:

[2/2] reset: rockchip: implement rk3588 lookup table
https://patchwork.ozlabs.org/project/uboot/patch/20230413113646.261415-2-eugen.hristev@collabora.com/

[v5,1/6] ARM: dts: rockchip: rk3588-rock-5b-u-boot: add USB 2.0 host
https://patchwork.ozlabs.org/project/uboot/list/?series=351534

[v3,1/2] ARM: dts: rk3588-rock-5b-u-boot: add bootph-all to pinctrl for sdmmc
https://patchwork.ozlabs.org/project/uboot/list/?series=351078

[v3,1/7] pci: pcie_dw_rockchip: Add rk3588 compatible
https://patchwork.ozlabs.org/project/uboot/list/?series=352596

And on top of those my series:

rockchip: rk35xx: Update defconfigs and enable boot from SPI NOR flash
https://patchwork.ozlabs.org/project/uboot/list/?series=351973

rockchip: Fix eMMC performance regression
https://patchwork.ozlabs.org/project/uboot/list/?series=353826

I think that should be the correct apply order.

The rebase branch can be found at:
https://github.com/Kwiboo/u-boot-rockchip/commits/rebase-20230510a

I will hold off on sending out my v2 series until Eugen have had a
chance to finalize and send out his series :-)

Regards,
Jonas

> 
> Regards,
> Jonas
> 
>>
>> Thanks,
>>
>> - Kever
>>
>>> [3] https://patchwork.ozlabs.org/project/uboot/patch/20230419134526.128800-1-eugen.hristev@collabora.com/
>>> [4] https://github.com/Kwiboo/u-boot-rockchip/commits/rk35xx-defconfig-spi-v1
>>>
>>> Jonas Karlman (14):
>>>    spi: rockchip_sfc: Use linux rockchip,sfc-no-dma prop
>>>    rockchip: rk356x-u-boot: Add xin24m clock node to SPL
>>>    rockchip: rk3566-radxa-cm3-io: Update defconfig
>>>    rockchip: rk3566-radxa-cm3-io: Use pinctrl for sdmmc and sdhci in SPL
>>>    rockchip: rk3568-evb: Update defconfig
>>>    rockchip: rk3568-rock-3a: Update defconfig
>>>    rockchip: rk3568-rock-3a: Use pinctrl for sdmmc and sdhci in SPL
>>>    rockchip: rk3568-rock-3a: Enable boot from SPI NOR flash
>>>    rockchip: rk3588: Select DM_RESET and DM_REGULATOR_FIXED in arch
>>>      Kconfig
>>>    rockchip: rk3588-evb: Update defconfig
>>>    rockchip: rk3588-rock-5b: Update defconfig
>>>    rockchip: rk3588-rock-5b: Add bootph prop to pinctrl for uart2 and
>>>      sdhci
>>>    rockchip: rk3588-rock-5b: Enable boot from SPI NOR flash
>>>    Revert "arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators
>>>      for usb"
>>>
>>>   arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi | 65 ++++++++++++++-
>>>   arch/arm/dts/rk3568-rock-3a-u-boot.dtsi      | 85 ++++++++++++++++++--
>>>   arch/arm/dts/rk356x-u-boot.dtsi              | 16 ++++
>>>   arch/arm/dts/rk3588-rock-5b-u-boot.dtsi      | 52 ++++++++++++
>>>   arch/arm/dts/rk3588s-u-boot.dtsi             | 20 +++++
>>>   arch/arm/mach-rockchip/Kconfig               |  2 +
>>>   arch/arm/mach-rockchip/rk3588/rk3588.c       |  1 +
>>>   configs/evb-rk3568_defconfig                 | 15 ++--
>>>   configs/evb-rk3588_defconfig                 | 11 +--
>>>   configs/neu6a-io-rk3588_defconfig            |  1 -
>>>   configs/radxa-cm3-io-rk3566_defconfig        | 10 ++-
>>>   configs/rock-3a-rk3568_defconfig             | 20 +++--
>>>   configs/rock5b-rk3588_defconfig              | 19 +++--
>>>   drivers/spi/rockchip_sfc.c                   | 10 ++-
>>>   14 files changed, 285 insertions(+), 42 deletions(-)
>>>
>
Kever Yang May 10, 2023, 11:45 a.m. UTC | #4
Hi Jonas,

On 2023/5/9 21:24, Kever Yang wrote:
> [3] 
> https://patchwork.ozlabs.org/project/uboot/patch/20230419134526.128800-1-eugen.hristev@collabora.com/


Thanks for figure out all the dependency.

This patch is on my list, I'm not sure when it will be merged, so if you 
have patch depends on this patch,

please don't gather it in the same patch set so I can apply those all 
the dependent patches has merged.


Thanks,

- Kever
Eugen Hristev May 15, 2023, 9:44 a.m. UTC | #5
On 5/10/23 14:45, Kever Yang wrote:
> Hi Jonas,
> 
> On 2023/5/9 21:24, Kever Yang wrote:
>> [3] 
>> https://patchwork.ozlabs.org/project/uboot/patch/20230419134526.128800-1-eugen.hristev@collabora.com/
> 
> 
> Thanks for figure out all the dependency.
> 
> This patch is on my list, I'm not sure when it will be merged, so if you 
> have patch depends on this patch,
> 
> please don't gather it in the same patch set so I can apply those all 
> the dependent patches has merged.
> 
> 
> Thanks,
> 
> - Kever
> 


Hi,

I am sorry for the confusion.
I was away last week, but I will resend all the patches today.

The regulator reference counter patch fixes the issue of usb being 
blocked on `usb stop` , but the usb still works . I think you can apply 
the USB series by then without any problems.

Eugen
Kever Yang May 17, 2023, 2:20 a.m. UTC | #6
Hi Jonas,

On 2023/5/10 14:48, Jonas Karlman wrote:
>> Looks like the following two commits in your enablement efforts tree may
>> be a source of some of these dependency conflicts.
>>
>> - rockchip: rk3588-rock-5b: Add spi nor flash node
>> - ARM: dts: rockchip: rk3588-rock-5b-u-boot: enable SPI flash in SPL
>>
>> Those commits should come after all your pending series, same/similar
>> commits are included in this defconfig/spinor series, series that I have
>> tried to base on top of your series 😄
>>
>> I will rebase my series on top of rockchip U-Boot Custodian Tree master
>> and Eugen's series.
> I had some time over and prepared a rebase branch with the following
> series from Eugen:
>
> [2/2] reset: rockchip: implement rk3588 lookup table
> https://patchwork.ozlabs.org/project/uboot/patch/20230413113646.261415-2-eugen.hristev@collabora.com/
>
> [v5,1/6] ARM: dts: rockchip: rk3588-rock-5b-u-boot: add USB 2.0 host
> https://patchwork.ozlabs.org/project/uboot/list/?series=351534
>
> [v3,1/2] ARM: dts: rk3588-rock-5b-u-boot: add bootph-all to pinctrl for sdmmc
> https://patchwork.ozlabs.org/project/uboot/list/?series=351078
>
> [v3,1/7] pci: pcie_dw_rockchip: Add rk3588 compatible
> https://patchwork.ozlabs.org/project/uboot/list/?series=352596
This patch set will need a rebase due to conflict since 0005.
>
> And on top of those my series:
>
> rockchip: rk35xx: Update defconfigs and enable boot from SPI NOR flash
> https://patchwork.ozlabs.org/project/uboot/list/?series=351973
Conflict since 0008 rockchip: rk3568-rock-3a: Enable boot from SPI NOR flash
>
> rockchip: Fix eMMC performance regression
> https://patchwork.ozlabs.org/project/uboot/list/?series=353826

Conflict for configs/rock-pi-4-rk3399_defconfig in 0004 rockchip: 
rock-pi-4: Use SDMA to boost eMMC performance


Please send the update, maybe after new version "pci: pcie_dw_rockchip: 
Add rk3588 compatible" from Eugen.

I have apply part of these patches for the driver is fine and conflict 
only happen in dts level. Will apply new version

if available.


Thanks,

- Kever

>
> I think that should be the correct apply order.
>
> The rebase branch can be found at:
> https://github.com/Kwiboo/u-boot-rockchip/commits/rebase-20230510a
>
> I will hold off on sending out my v2 series until Eugen have had a
> chance to finalize and send out his series 😄
Eugen Hristev May 17, 2023, 9:24 a.m. UTC | #7
On 5/17/23 05:20, Kever Yang wrote:
> Hi Jonas,
> 
> On 2023/5/10 14:48, Jonas Karlman wrote:
>>> Looks like the following two commits in your enablement efforts tree may
>>> be a source of some of these dependency conflicts.
>>>
>>> - rockchip: rk3588-rock-5b: Add spi nor flash node
>>> - ARM: dts: rockchip: rk3588-rock-5b-u-boot: enable SPI flash in SPL
>>>
>>> Those commits should come after all your pending series, same/similar
>>> commits are included in this defconfig/spinor series, series that I have
>>> tried to base on top of your series 😄
>>>
>>> I will rebase my series on top of rockchip U-Boot Custodian Tree master
>>> and Eugen's series.
>> I had some time over and prepared a rebase branch with the following
>> series from Eugen:
>>
>> [2/2] reset: rockchip: implement rk3588 lookup table
>> https://patchwork.ozlabs.org/project/uboot/patch/20230413113646.261415-2-eugen.hristev@collabora.com/
>>
>> [v5,1/6] ARM: dts: rockchip: rk3588-rock-5b-u-boot: add USB 2.0 host
>> https://patchwork.ozlabs.org/project/uboot/list/?series=351534
>>
>> [v3,1/2] ARM: dts: rk3588-rock-5b-u-boot: add bootph-all to pinctrl 
>> for sdmmc
>> https://patchwork.ozlabs.org/project/uboot/list/?series=351078
>>
>> [v3,1/7] pci: pcie_dw_rockchip: Add rk3588 compatible
>> https://patchwork.ozlabs.org/project/uboot/list/?series=352596
> This patch set will need a rebase due to conflict since 0005.
>>
>> And on top of those my series:
>>
>> rockchip: rk35xx: Update defconfigs and enable boot from SPI NOR flash
>> https://patchwork.ozlabs.org/project/uboot/list/?series=351973
> Conflict since 0008 rockchip: rk3568-rock-3a: Enable boot from SPI NOR 
> flash
>>
>> rockchip: Fix eMMC performance regression
>> https://patchwork.ozlabs.org/project/uboot/list/?series=353826
> 
> Conflict for configs/rock-pi-4-rk3399_defconfig in 0004 rockchip: 
> rock-pi-4: Use SDMA to boost eMMC performance
> 
> 
> Please send the update, maybe after new version "pci: pcie_dw_rockchip: 
> Add rk3588 compatible" from Eugen.
> 
> I have apply part of these patches for the driver is fine and conflict 
> only happen in dts level. Will apply new version
> 
> if available.

Hi Kever,

I looked in your branch, and have a few updates:

Can you replace patch ` configs: rockchip: rock5b-rk3588: enable USB and 
regulators` with this new patch I sent (v6), because Jonas pointed out a 
line that was added wrongly. Patch available here:

https://patchwork.ozlabs.org/project/uboot/patch/20230517092126.101245-1-eugen.hristev@collabora.com/

I am also rebasing the pci express patches on top of your branch and 
resending .

Thanks !

> 
> 
> Thanks,
> 
> - Kever
> 
>>
>> I think that should be the correct apply order.
>>
>> The rebase branch can be found at:
>> https://github.com/Kwiboo/u-boot-rockchip/commits/rebase-20230510a
>>
>> I will hold off on sending out my v2 series until Eugen have had a
>> chance to finalize and send out his series 😄