From 4f154a2dd323cc05dfc8708686539340acd6962b Mon Sep 17 00:00:00 2001 From: Eric Lai Date: Tue, 23 May 2023 21:20:35 +0800 Subject: [PATCH] mb/google/hades: Enable smbus in device tree Hades uses the SODIMM, enable the smbus to see the SPD address for the memory. BUG=b:283138024 TEST=i2cdetect -l can see the smubs adapter. Signed-off-by: Eric Lai Change-Id: I3912a025afaf8388d04a4b08852a84d4a2a6bf06 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75399 Reviewed-by: Tarun Tuli Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/variants/baseboard/hades/devicetree.cb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/brya/variants/baseboard/hades/devicetree.cb b/src/mainboard/google/brya/variants/baseboard/hades/devicetree.cb index 1df43323a9..4372888ebc 100644 --- a/src/mainboard/google/brya/variants/baseboard/hades/devicetree.cb +++ b/src/mainboard/google/brya/variants/baseboard/hades/devicetree.cb @@ -119,5 +119,6 @@ chip soc/intel/alderlake end end device ref hda on end + device ref smbus on end end end