util/inteltool: rename GPIO_RSVD_* to their correct names for CNL-LP
The names of the GPIO_RSVD_* are documented in the PCH EDS, in Linux (linux/drivers/pinctrl/intel/pinctrl-cannonlake.c) and other places. Also, see soc/intel/tigerlake for reference. Change-Id: I86c7159d9f48560c41efdfe49f162aef00499d13 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45200 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
@@ -28,7 +28,7 @@ const char *const cannonlake_pch_lp_group_a_names[] = {
|
||||
"GPP_A21", "ISH_GP3", "n/a", "n/a",
|
||||
"GPP_A22", "ISH_GP4", "n/a", "n/a",
|
||||
"GPP_A23", "ISH_GP5", "n/a", "n/a",
|
||||
"GPIO_RSVD_0", "n/a", "n/a", "n/a",
|
||||
"ESPI_CLK_LOOPBK", "ESPI_CLK_LOOPBK", "n/a", "n/a",
|
||||
};
|
||||
|
||||
const struct gpio_group cannonlake_pch_lp_group_a = {
|
||||
@@ -39,8 +39,8 @@ const struct gpio_group cannonlake_pch_lp_group_a = {
|
||||
};
|
||||
|
||||
const char *const cannonlake_pch_lp_group_b_names[] = {
|
||||
"GPP_B0", "Reserved", "n/a",
|
||||
"GPP_B1", "Reserved", "n/a",
|
||||
"GPP_B0", "CORE_VID0", "n/a",
|
||||
"GPP_B1", "CORE_VID1", "n/a",
|
||||
"GPP_B2", "VRALERT#", "n/a",
|
||||
"GPP_B3", "CPU_GP2", "n/a",
|
||||
"GPP_B4", "CPU_GP3", "n/a",
|
||||
@@ -63,8 +63,8 @@ const char *const cannonlake_pch_lp_group_b_names[] = {
|
||||
"GPP_B21", "GSPI1_MISO", "n/a",
|
||||
"GPP_B22", "GSPI1_MOSI", "n/a",
|
||||
"GPP_B23", "SML1ALERT#", "PCHHOT#",
|
||||
"GPIO_RSVD_1", "n/a", "n/a",
|
||||
"GPIO_RSVD_2", "n/a", "n/a",
|
||||
"GSPI0_CLK_LOOPBK", "GSPI0_CLK_LOOPBK", "n/a",
|
||||
"GSPI1_CLK_LOOPBK", "GSPI1_CLK_LOOPBK", "n/a",
|
||||
};
|
||||
|
||||
const struct gpio_group cannonlake_pch_lp_group_b = {
|
||||
@@ -133,7 +133,7 @@ const char *const cannonlake_pch_lp_group_d_names[] = {
|
||||
"GPP_D21", "SPI1_IO2", "n/a", "n/a",
|
||||
"GPP_D22", "SPI1_IO3", "n/a", "n/a",
|
||||
"GPP_D23", "I2S_MCLK", "n/a", "n/a",
|
||||
"GPIO_RSVD_12", "n/a", "n/a", "n/a",
|
||||
"GSPI2_CLK_LOOPBK", "GSPI2_CLK_LOOPBK", "n/a", "n/a",
|
||||
};
|
||||
|
||||
const struct gpio_group cannonlake_pch_lp_group_d = {
|
||||
|
Reference in New Issue
Block a user