mbox series

[v2,0/3] arm: mvebu: clearfog: defconfig and eMMC updates

Message ID 20230325000245.8467-1-martin.p.rowe@gmail.com
Headers show
Series arm: mvebu: clearfog: defconfig and eMMC updates | expand

Message

Martin Rowe March 25, 2023, 12:02 a.m. UTC
Minor defconfig and eMMC updates for SolidRun's A388 Clearfog devices.

Changes since v1:
 - Omitted defconfig canonicalization changes
 - Removed unneeded defconfig changes
 - Set non-removable in u-boot dtsi instead of MMC_BROKEN_CD
 - Reworked FDT patch logic

Changes since initial discussion:
https://lists.denx.de/pipermail/u-boot/2023-February/510492.html
 - CONFIG_SPL_SPI selected for SPI defconfig
 - Runtime patching of kernel FDT added for eMMC detection

Note that this patch depends on this patch series (has been merged to
u-boot-marvell/next):
https://lists.denx.de/pipermail/u-boot/2023-March/511038.html

Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>

Martin Rowe (3):
  arm: mvebu: clearfog: Fix MMC detection
  arm: mvebu: clearfog: Add defconfig for SPI booting
  arm: mvebu: clearfog: Detect MMC vs SDHC and fixup fdt

 arch/arm/dts/armada-388-clearfog-u-boot.dtsi  |  1 +
 arch/arm/mach-mvebu/Kconfig                   |  1 +
 board/solidrun/clearfog/clearfog.c            | 32 +++++++++++++++++++
 ...arfog_defconfig => clearfog_spi_defconfig} |  2 +-
 4 files changed, 35 insertions(+), 1 deletion(-)
 copy configs/{clearfog_defconfig => clearfog_spi_defconfig} (98%)

Comments

Pali Rohár March 25, 2023, 12:32 p.m. UTC | #1
On Saturday 25 March 2023 10:02:42 Martin Rowe wrote:
> Minor defconfig and eMMC updates for SolidRun's A388 Clearfog devices.
> 
> Changes since v1:
>  - Omitted defconfig canonicalization changes
>  - Removed unneeded defconfig changes
>  - Set non-removable in u-boot dtsi instead of MMC_BROKEN_CD
>  - Reworked FDT patch logic
> 
> Changes since initial discussion:
> https://lists.denx.de/pipermail/u-boot/2023-February/510492.html
>  - CONFIG_SPL_SPI selected for SPI defconfig
>  - Runtime patching of kernel FDT added for eMMC detection
> 
> Note that this patch depends on this patch series (has been merged to
> u-boot-marvell/next):
> https://lists.denx.de/pipermail/u-boot/2023-March/511038.html
> 
> Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
> 
> Martin Rowe (3):
>   arm: mvebu: clearfog: Fix MMC detection
>   arm: mvebu: clearfog: Add defconfig for SPI booting
>   arm: mvebu: clearfog: Detect MMC vs SDHC and fixup fdt
> 
>  arch/arm/dts/armada-388-clearfog-u-boot.dtsi  |  1 +
>  arch/arm/mach-mvebu/Kconfig                   |  1 +
>  board/solidrun/clearfog/clearfog.c            | 32 +++++++++++++++++++
>  ...arfog_defconfig => clearfog_spi_defconfig} |  2 +-
>  4 files changed, 35 insertions(+), 1 deletion(-)
>  copy configs/{clearfog_defconfig => clearfog_spi_defconfig} (98%)
> 
> -- 
> 2.40.0
> 

Looks good,

Reviewed-by: Pali Rohár <pali@kernel.org>
Stefan Roese March 30, 2023, 8:18 a.m. UTC | #2
On 3/25/23 01:02, Martin Rowe wrote:
> Minor defconfig and eMMC updates for SolidRun's A388 Clearfog devices.
> 
> Changes since v1:
>   - Omitted defconfig canonicalization changes
>   - Removed unneeded defconfig changes
>   - Set non-removable in u-boot dtsi instead of MMC_BROKEN_CD
>   - Reworked FDT patch logic
> 
> Changes since initial discussion:
> https://lists.denx.de/pipermail/u-boot/2023-February/510492.html
>   - CONFIG_SPL_SPI selected for SPI defconfig
>   - Runtime patching of kernel FDT added for eMMC detection
> 
> Note that this patch depends on this patch series (has been merged to
> u-boot-marvell/next):
> https://lists.denx.de/pipermail/u-boot/2023-March/511038.html
> 
> Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
> 
> Martin Rowe (3):
>    arm: mvebu: clearfog: Fix MMC detection
>    arm: mvebu: clearfog: Add defconfig for SPI booting
>    arm: mvebu: clearfog: Detect MMC vs SDHC and fixup fdt
> 
>   arch/arm/dts/armada-388-clearfog-u-boot.dtsi  |  1 +
>   arch/arm/mach-mvebu/Kconfig                   |  1 +
>   board/solidrun/clearfog/clearfog.c            | 32 +++++++++++++++++++
>   ...arfog_defconfig => clearfog_spi_defconfig} |  2 +-
>   4 files changed, 35 insertions(+), 1 deletion(-)
>   copy configs/{clearfog_defconfig => clearfog_spi_defconfig} (98%)
> 

Applied to u-boot-marvell/next

Thanks,
Stefan