soc/intel/common/block/include/intelblocks/pmc_ipc.h: Remove repeated word
Change-Id: I646583f7f0d0e0f6a91bc99b7edda964337d837e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49520 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
This commit is contained in:
parent
9148cd145f
commit
26e880e8a3
|
@ -58,7 +58,7 @@ enum cb_err pmc_send_ipc_cmd(uint32_t cmd, const struct pmc_ipc_buffer *wbuf,
|
|||
* Provides an ACPI method in the SSDT to read/write to the IPC mailbox which is
|
||||
* defined in the PMC device MMIO address space.
|
||||
*
|
||||
* One possible use of this method is to to enable/disable the clock for a
|
||||
* One possible use of this method is to enable/disable the clock for a
|
||||
* particular PCIe root port at runtime when the device is in D3 state.
|
||||
*
|
||||
* The ACPI method takes 7 arguments:
|
||||
|
|
Loading…
Reference in New Issue