mb/google/skywalker: Modify the RST pin naming

Modify the RST pin naming to keep the code consistent.

BUG=b:422688421
TEST=emerge-jedi coreboot chromeos-bootimage
BRANCH=Skywalker

Change-Id: Icf39bf77d24fd423309aa7f451c1fc07b5bfd057
Signed-off-by: Youwen Huang <huangyouwen5@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89491
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Youwen Huang 2025-10-09 17:48:18 +08:00 committed by Yu-Ping Wu
commit 60ef877d93

View file

@ -84,7 +84,7 @@ void fill_lb_gpios(struct lb_gpios *gpios)
lb_add_gpios(gpios, alc5645_gpios, ARRAY_SIZE(alc5645_gpios));
} else if (fw_config_probe(FW_CONFIG(AUDIO_AMP, AMP_CS35L51))) {
struct lb_gpio cs35l51_gpios[] = {
{GPIO_RST_SPKR_L.id, ACTIVE_LOW, -1, "speaker reset"},
{GPIO_RST_SPKR_L.id, ACTIVE_LOW, -1, "cs35l51_spk_rst"},
};
lb_add_gpios(gpios, cs35l51_gpios, ARRAY_SIZE(cs35l51_gpios));
}