From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wallner Date: Thu, 25 Jun 2020 15:35:56 +0200 Subject: [PATCH v1 11/43] acpi: mmc: Generate ACPI info for the PCI SD Card In-Reply-To: <20200614215726.v1.11.I9313ecf187a225877256809220ada492a47f4340@changeid> References: <20200614215726.v1.11.I9313ecf187a225877256809220ada492a47f4340@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, -----"Simon Glass" schrieb: ----- > Betreff: [PATCH v1 11/43] acpi: mmc: Generate ACPI info for the PCI SD Card > > Write required information into the SSDT to describe the SD card > card-detect pin. Since the required GPIO properties are not present in > the device-tree binding, set them manually for now. > > Signed-off-by: Simon Glass > --- > > Changes in v1: > - Capitalise ACPI_OPS_PTR > > configs/sandbox_defconfig | 2 + > drivers/mmc/pci_mmc.c | 78 ++++++++++++++++++++++++++++++++++++++- > 2 files changed, 79 insertions(+), 1 deletion(-) Reviewed-by: Wolfgang Wallner