diff options
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | 2023-11-24 10:52:11 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-01-11 17:09:01 +0100 |
commit | af1563f256e2125755ed6ed14f4e53095b2c43fb (patch) | |
tree | b258d29947e973f3c905690d1c03b2995abaae1f /drivers/video | |
parent | 75dda3f04ae7725b028b7267e49cd0b7b98ffe19 (diff) |
fbdev: mmp: Fix typo and wording in code comment
Fixes: 641b4b1b6a7c ("video: mmpdisp: add spi port in display controller")
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/fbdev/mmp/hw/mmp_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/mmp/hw/mmp_spi.c b/drivers/video/fbdev/mmp/hw/mmp_spi.c index 16401eb95c6c..0f8f0312a7c4 100644 --- a/drivers/video/fbdev/mmp/hw/mmp_spi.c +++ b/drivers/video/fbdev/mmp/hw/mmp_spi.c @@ -91,7 +91,7 @@ static int lcd_spi_setup(struct spi_device *spi) writel(tmp, reg_base + LCD_SPU_SPI_CTRL); /* - * After set mode it need a time to pull up the spi singals, + * After set mode it needs some time to pull up the spi signals, * or it would cause the wrong waveform when send spi command, * especially on pxa910h */ |