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 <yschu@nuvoton.com>
This commit is contained in:
@@ -1619,27 +1619,27 @@
|
||||
output-low;
|
||||
};
|
||||
gpio191o_pins: gpio191o-pins {
|
||||
pins = "GPIO191/SPI1_D1/FANIN17/FM1_D1/STRAP10";
|
||||
pins = "GPIO191/SPI1_D2/SPI1_nCS2/FM1_D2/SMB15B_SDA";
|
||||
bias-disable;
|
||||
output-high;
|
||||
};
|
||||
gpio191ol_pins: gpio191ol-pins {
|
||||
pins = "GPIO191/SPI1_D1/FANIN17/FM1_D1/STRAP10";
|
||||
pins = "GPIO191/SPI1_D2/SPI1_nCS2/FM1_D2/SMB15B_SDA";
|
||||
bias-disable;
|
||||
output-low;
|
||||
};
|
||||
gpio192_pins: gpio192-pins {
|
||||
pins = "GPIO192/SPI1_D3/SPI_nCS3/FM1_D3/SMB15_SCL";
|
||||
pins = "GPIO192/SPI1_D3/SPI_nCS3/FM1_D3/SMB15B_SCL";
|
||||
bias-disable;
|
||||
input-enable;
|
||||
};
|
||||
gpio192o_pins: gpio192o-pins {
|
||||
pins = "GPIO192/SPI1_D3/SPI_nCS3/FM1_D3/SMB15_SCL";
|
||||
pins = "GPIO192/SPI1_D3/SPI_nCS3/FM1_D3/SMB15B_SCL";
|
||||
bias-disable;
|
||||
output-high;
|
||||
};
|
||||
gpio192ol_pins: gpio192ol-pins {
|
||||
pins = "GPIO192/SPI1_D3/SPI_nCS3/FM1_D3/SMB15_SCL";
|
||||
pins = "GPIO192/SPI1_D3/SPI_nCS3/FM1_D3/SMB15B_SCL";
|
||||
bias-disable;
|
||||
output-low;
|
||||
};
|
||||
|
||||
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user