commit | 5c9c49eb3927adb164189ceb4c1e1272126eb47a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 13 20:29:52 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 27 17:03:16 2021 -0500 |
tree | 7b00a7cfb4d46343438cc14921fc8288ba4fccec | |
parent | 4ab17ee8eb73e09855d167543a99ace742fd6b6f [diff] |
mmc: pci_mmc: Only generate ACPI code for the SD card 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-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>