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:
parent
d5a8cec748
commit
60ef877d93
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue