Re: [PATCH v2 2/2] mmc: Add quirk to disable PWREN for dw_mmc

2023-10-30 Thread Jaehoon Chung
On 7/10/23 22:00, David Hewitt wrote: > This is required for correct booting of the PINE64 PineTab2. If > PWREN is pulled high on this device, the SD card cannot be detected. > > This is required in other PINE64 devices (e.g. Quartz64 Model A) too. > > See commit ba33172a36f298641f51a5e6b855c3e89

Re: [PATCH v2 2/2] mmc: Add quirk to disable PWREN for dw_mmc

2023-07-10 Thread Jonas Karlman
Hi David, On 2023-07-10 15:08, David Hewitt wrote: > This is required for correct booting of the PINE64 PineTab2. If > PWREN is pulled high on this device, the SD card cannot be detected. This quirk is not needed when SPL properly perform pinconfig to let the fixed regulator control this gpio pin

[PATCH v2 2/2] mmc: Add quirk to disable PWREN for dw_mmc

2023-07-10 Thread David Hewitt
This is required for correct booting of the PINE64 PineTab2. If PWREN is pulled high on this device, the SD card cannot be detected. This is required in other PINE64 devices (e.g. Quartz64 Model A) too. See commit ba33172a36f298641f51a5e6b855c3e89e3f5d3e in https://github.com/CounterPillow/u-boot

[PATCH v2 2/2] mmc: Add quirk to disable PWREN for dw_mmc

2023-07-10 Thread David Hewitt
This is required for correct booting of the PINE64 PineTab2. If PWREN is pulled high on this device, the SD card cannot be detected. This is required in other PINE64 devices (e.g. Quartz64 Model A) too. See commit ba33172a36f298641f51a5e6b855c3e89e3f5d3e in https://github.com/CounterPillow/u-boot