mbox series

[0/3] Fix Odroid U3/X2 SD-card boot

Message ID 20200116152535.2170-1-m.szyprowski@samsung.com
Headers show
Series Fix Odroid U3/X2 SD-card boot | expand

Message

Marek Szyprowski Jan. 16, 2020, 3:25 p.m. UTC
Hi All

This patchset restores booting from SD-card on Exynos4412-based Odroid
U3/X2 boards. It relies on the Exynos MMC device id auto-dectection and
PMIC device name fixes:
https://patchwork.ozlabs.org/patch/1223558/
https://patchwork.ozlabs.org/patch/1224228/

Best regards
Marek Szyprowski
Samsung R&D Institute Poland


Patch summary:

Marek Szyprowski (3):
  mmc: s5p_sdhci: Read generic MMC properties from DT
  arm: dts: exynos: Fix card-detect polarity for SD card on Odroid U3/X2
  arm: dts: exynos: Use common alias for Odroid U3/X2 MMC2 (SD-card)

 arch/arm/dts/exynos4412-odroid.dts | 3 ++-
 drivers/mmc/s5p_sdhci.c            | 5 +++++
 include/configs/odroid.h           | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

Comments

Anand Moon Jan. 17, 2020, 5 a.m. UTC | #1
Hi Marek,

On Thu, 16 Jan 2020 at 20:56, Marek Szyprowski <m.szyprowski@samsung.com> wrote:
>
> Hi All
>
> This patchset restores booting from SD-card on Exynos4412-based Odroid
> U3/X2 boards. It relies on the Exynos MMC device id auto-dectection and
> PMIC device name fixes:
> https://patchwork.ozlabs.org/patch/1223558/
> https://patchwork.ozlabs.org/patch/1224228/
>
> Best regards
> Marek Szyprowski
> Samsung R&D Institute Poland
>

Thanks for this fix, I have am issue with my odroid u3 boards,
All my board will not boot up until I connect UART to usb port.
basically the fan spin but will not load the kernel.
So it their a solution to this problem.

I tried the patch from Tobias Jakobi (odroid: defconfig: configure
keyed autoboot)
but this did not work at my end.

-Anand
Marek Szyprowski Jan. 17, 2020, 1:42 p.m. UTC | #2
Hi Anand

On 17.01.2020 06:00, Anand Moon wrote:
> On Thu, 16 Jan 2020 at 20:56, Marek Szyprowski <m.szyprowski@samsung.com> wrote:
>> This patchset restores booting from SD-card on Exynos4412-based Odroid
>> U3/X2 boards. It relies on the Exynos MMC device id auto-dectection and
>> PMIC device name fixes:
>> https://patchwork.ozlabs.org/patch/1223558/
>> https://patchwork.ozlabs.org/patch/1224228/
>>
>> Best regards
>> Marek Szyprowski
>> Samsung R&D Institute Poland
>>
> Thanks for this fix, I have am issue with my odroid u3 boards,
> All my board will not boot up until I connect UART to usb port.
> basically the fan spin but will not load the kernel.
> So it their a solution to this problem.
>
> I tried the patch from Tobias Jakobi (odroid: defconfig: configure
> keyed autoboot)
> but this did not work at my end.

I remember I observed a few times the lack of boot when uart adapter was 
not connect, but now I didn't manage to reproduce it.

Best regards
Jaehoon Chung Jan. 18, 2020, 1:57 a.m. UTC | #3
Hi Marek,

On 1/17/20 12:25 AM, Marek Szyprowski wrote:
> Hi All
> 
> This patchset restores booting from SD-card on Exynos4412-based Odroid
> U3/X2 boards. It relies on the Exynos MMC device id auto-dectection and
> PMIC device name fixes:
> https://patchwork.ozlabs.org/patch/1223558/
> https://patchwork.ozlabs.org/patch/1224228/

Thanks for patches. I will check this patch-set.

Best Regard,
Jaehoon Chung

> 
> Best regards
> Marek Szyprowski
> Samsung R&D Institute Poland
> 
> 
> Patch summary:
> 
> Marek Szyprowski (3):
>   mmc: s5p_sdhci: Read generic MMC properties from DT
>   arm: dts: exynos: Fix card-detect polarity for SD card on Odroid U3/X2
>   arm: dts: exynos: Use common alias for Odroid U3/X2 MMC2 (SD-card)
> 
>  arch/arm/dts/exynos4412-odroid.dts | 3 ++-
>  drivers/mmc/s5p_sdhci.c            | 5 +++++
>  include/configs/odroid.h           | 2 +-
>  3 files changed, 8 insertions(+), 2 deletions(-)
>
Minkyu Kang Jan. 28, 2020, 9:14 a.m. UTC | #4
On 17/01/2020 00:25, Marek Szyprowski wrote:
> Hi All
> 
> This patchset restores booting from SD-card on Exynos4412-based Odroid
> U3/X2 boards. It relies on the Exynos MMC device id auto-dectection and
> PMIC device name fixes:
> https://patchwork.ozlabs.org/patch/1223558/
> https://patchwork.ozlabs.org/patch/1224228/
> 
> Best regards
> Marek Szyprowski
> Samsung R&D Institute Poland
> 
> 
> Patch summary:
> 
> Marek Szyprowski (3):
>   mmc: s5p_sdhci: Read generic MMC properties from DT
>   arm: dts: exynos: Fix card-detect polarity for SD card on Odroid U3/X2
>   arm: dts: exynos: Use common alias for Odroid U3/X2 MMC2 (SD-card)
> 
>  arch/arm/dts/exynos4412-odroid.dts | 3 ++-
>  drivers/mmc/s5p_sdhci.c            | 5 +++++
>  include/configs/odroid.h           | 2 +-
>  3 files changed, 8 insertions(+), 2 deletions(-)
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.