From e2ef764430e1f74b45415ca62749ee070b0aceeb Mon Sep 17 00:00:00 2001 From: Kapil Porwal Date: Tue, 3 Feb 2026 14:32:56 +0530 Subject: [PATCH] Revert "mb/google/bluey: Add support to invoke LPASS Init" This reverts commit dec1dfe1601d26a6abc6bde0904c7fbb7ed719df. 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/91072 Reviewed-by: Pranava Y N Tested-by: build bot (Jenkins) Reviewed-by: Jayvik Desai Reviewed-by: Subrata Banik --- src/mainboard/google/bluey/mainboard.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mainboard/google/bluey/mainboard.c b/src/mainboard/google/bluey/mainboard.c index 3bdf4f4425..9fff83bba7 100644 --- a/src/mainboard/google/bluey/mainboard.c +++ b/src/mainboard/google/bluey/mainboard.c @@ -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)