From 73a7155ba3e8e8a78dc2b65f815079b99ec1f41a Mon Sep 17 00:00:00 2001 From: Stanley Chu Date: Tue, 16 Dec 2025 10:47:27 +0800 Subject: dts: fix typo in the pin name of GPIO191/GPIO192 Fix typos in the pin name of GPIO191 and GPIO192 Signed-off-by: Stanley Chu --- drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers') diff --git a/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c b/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c index 0d089110df3..29536f556ad 100644 --- a/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c +++ b/drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c @@ -572,9 +572,9 @@ static const struct pin_info npcm8xx_pins[] = { {189, "GPIO189/SPI3_D3/SPI3_nCS3", {FN_spi3quad, FN_spi3cs3, FN_gpio1889}, 3, DS(8, 12) | SLEW | GPIO_ALT | GPIO_IDX(2)}, {190, "GPIO190/nPRD_SMI", {FN_nprd_smi}, 1, DS(2, 4)}, - {191, "GPIO191/SPI1_D1/FANIN17/FM1_D1/STRAP10", + {191, "GPIO191/SPI1_D2/SPI1_nCS2/FM1_D2/SMB15B_SDA", {FN_spi1d23, FN_spi1cs2, FN_fm1, FN_smb15}, 4, SLEW}, - {192, "GPIO192/SPI1_D3/SPI_nCS3/FM1_D3/SMB15_SCL", + {192, "GPIO192/SPI1_D3/SPI_nCS3/FM1_D3/SMB15B_SCL", {FN_spi1d23, FN_spi1cs3, FN_fm1, FN_smb15}, 4, SLEW}, {193, "GPIO193/R1_CRSDV", {FN_r1}, 1, 0}, {194, "GPIO194/SMB0B_SCL/FM0_CK", {FN_smb0b, FN_fm0}, 2, SLEW}, -- cgit v1.3.1