diff options
| author | Stanley Chu <[email protected]> | 2025-12-16 10:47:27 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-31 10:17:00 -0600 |
| commit | 73a7155ba3e8e8a78dc2b65f815079b99ec1f41a (patch) | |
| tree | acb3b8e595a3cdb21fe5db761e23882767b1f00c /drivers | |
| parent | 05d60262951df7cd204170c284d26ba5257d099d (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
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}, |
