From a12e16233b83d9612e539fa85e9b91cc0974ede9 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 16 Mar 2021 14:03:38 +0100 Subject: [PATCH] mb/prodrive/hermes: Disable HDA codec Port E by default on R04+ If the board settings aren't valid, Port E uses the settings for earlier board revisions, which is undesired. Disable Port E by default on R04+. Change-Id: I03bd50b915a2120283b77179debaa735bb7ef027 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/51529 Reviewed-by: Patrick Rudolph Reviewed-by: Christian Walter Tested-by: build bot (Jenkins) --- src/mainboard/prodrive/hermes/variants/r04/hda_verb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/prodrive/hermes/variants/r04/hda_verb.c b/src/mainboard/prodrive/hermes/variants/r04/hda_verb.c index ec008e9993..ddb8661187 100644 --- a/src/mainboard/prodrive/hermes/variants/r04/hda_verb.c +++ b/src/mainboard/prodrive/hermes/variants/r04/hda_verb.c @@ -9,6 +9,7 @@ static const u32 r04_verb_data[] = { AZALIA_PIN_CFG(0, 0x19, 0x02a19c20), /* PORT F - front mic in */ AZALIA_PIN_CFG(0, 0x1a, 0x01813c51), /* PORT C - rear line in (mic support) */ + AZALIA_PIN_CFG(0, 0x1b, 0x411111f0), /* PORT E - disabled */ AZALIA_PIN_CFG(0, 0x15, 0x411111f0), /* PORT A - disabled */ };