diff options
author | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-05-23 21:20:35 +0800 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-05-24 12:18:49 +0000 |
commit | 4f154a2dd323cc05dfc8708686539340acd6962b (patch) | |
tree | aa21f970b08a03de540ffc71f0556c2aad70b806 /src | |
parent | 1e45295236affdb54f3bd470573423ac54aabb52 (diff) |
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 <eric_lai@quanta.corp-partner.google.com>
Change-Id: I3912a025afaf8388d04a4b08852a84d4a2a6bf06
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75399
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/brya/variants/baseboard/hades/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |