Revert "mb/google/bluey: Add support to invoke LPASS Init"

This reverts commit dec1dfe160.

Reason for revert: It is causing ADSP load failure in the OS.

BUG=b:480195888
TEST=Able to load the ADSP on Google/Quenbi.

Change-Id: I029c2b7ba74764a15227e44edc3be755cb8b9363
Signed-off-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91072
Reviewed-by: Pranava Y N <pranavayn@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jayvik Desai <jayvik@google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
Kapil Porwal 2026-02-03 14:32:56 +05:30 committed by Subrata Banik
commit e2ef764430

View file

@ -234,8 +234,6 @@ static void mainboard_init(struct device *dev)
/* Setup USB related initial config */
setup_usb();
lpass_init();
}
static void mainboard_enable(struct device *dev)