Felix Held submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Julius Werner: Looks good to me, approved Philip Chen: Looks good to me, approved
mb/google/trogdor: Mark kingoftown as supporting Parade PS84640

BUG=b:204272905
BRANCH=master
TEST=emerge-trogdor coreboot

Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com>
Change-Id: Ie13ddfef6adfd53adb0a0d3a98995fb00b8a45e6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58789
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philip Chen <philipchen@google.com>
Reviewed-by: Julius Werner <jwerner@chromium.org>
---
M src/mainboard/google/trogdor/mainboard.c
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/google/trogdor/mainboard.c b/src/mainboard/google/trogdor/mainboard.c
index f007f45..1a60131 100644
--- a/src/mainboard/google/trogdor/mainboard.c
+++ b/src/mainboard/google/trogdor/mainboard.c
@@ -83,7 +83,8 @@
*/
return (CONFIG(BOARD_GOOGLE_HOMESTAR) && board_id() >= 4 &&
board_id() != 19 && board_id() != 23) ||
- (CONFIG(BOARD_GOOGLE_LAZOR) && board_id() >= 9);
+ (CONFIG(BOARD_GOOGLE_LAZOR) && board_id() >= 9) ||
+ (CONFIG(BOARD_GOOGLE_KINGOFTOWN) && board_id() >= 1);
}

static void power_on_sn65dsi86_bridge(void)

To view, visit change 58789. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie13ddfef6adfd53adb0a0d3a98995fb00b8a45e6
Gerrit-Change-Number: 58789
Gerrit-PatchSet: 3
Gerrit-Owner: Kevin Chiu <kevin.chiu.17802@gmail.com>
Gerrit-Reviewer: Douglas Anderson <dianders@chromium.org>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: Julius Werner <jwerner@chromium.org>
Gerrit-Reviewer: Philip Chen <philipchen@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@mailbox.org>
Gerrit-MessageType: merged