Re: [PATCH 12/17] mmc: pci_mmc: Only generate ACPI code for the SD card

2021-01-28 Thread Tom Rini
On Wed, Jan 13, 2021 at 08:29:52PM -0700, Simon Glass wrote: > At present if an eMMC part is in the system, the ACPI table generated > will include information about that, as well as the SD card. We only need > to include the SD card, since it has a card-detect GPIO. Use a different > compatible s

Re: [PATCH 12/17] mmc: pci_mmc: Only generate ACPI code for the SD card

2021-01-14 Thread Jaehoon Chung
On 1/14/21 12:29 PM, Simon Glass wrote: > At present if an eMMC part is in the system, the ACPI table generated > will include information about that, as well as the SD card. We only need > to include the SD card, since it has a card-detect GPIO. Use a different > compatible string for each option,

[PATCH 12/17] mmc: pci_mmc: Only generate ACPI code for the SD card

2021-01-13 Thread Simon Glass
At present if an eMMC part is in the system, the ACPI table generated will include information about that, as well as the SD card. We only need to include the SD card, since it has a card-detect GPIO. Use a different compatible string for each option, and add code only for the SD card. Signed-off-