Re: [PATCH] docs: memory-devices: fix typo in emif.rst

From: Jonathan Corbet
Date: Mon May 19 2025 - 07:39:56 EST


Benton Raymer <benton.raymer@xxxxxxxxx> writes:

> Fixes a minor typo in the /Documentation/driver-api/memory-devices/ti-emif.rst file
>
> Signed-off-by: Benton Raymer <benton.raymer@xxxxxxxxx>
> ---
> Documentation/driver-api/memory-devices/ti-emif.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/memory-devices/ti-emif.rst b/Documentation/driver-api/memory-devices/ti-emif.rst
> index dea2ad9bcd7e..d824cc0dce89 100644
> --- a/Documentation/driver-api/memory-devices/ti-emif.rst
> +++ b/Documentation/driver-api/memory-devices/ti-emif.rst
> @@ -29,7 +29,7 @@ This driver is for the EMIF module available in Texas Instruments
> SoCs. EMIF is an SDRAM controller that, based on its revision,
> supports one or more of DDR2, DDR3, and LPDDR2 SDRAM protocols.
> This driver takes care of only LPDDR2 memories presently. The
> -functions of the driver includes re-configuring AC timing
> +functions of the driver include re-configuring AC timing
> parameters and other settings during frequency, voltage and

Applied, thanks.

jon