diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2017-05-22 13:13:37 -0500 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-01-22 22:33:57 +0000 |
commit | 5513c0a21646c0c5fd901d1b960bad4e54cfcc3b (patch) | |
tree | 35ceaf8b2dfe5f3031f6d36dd98e10358c3c49ab /src/mainboard/asus/kgpe-d16/devicetree.cb | |
parent | 31eeda1c44d4055113e6a64e3a2e4d7a22ae4e0a (diff) |
mb/asus/kgpe-d16: Enable IPMI KCS access
The on-board BMC contains a hardware KCS interface. Allow
access to it over LPC.
Change-Id: Ia251334ae44668c2260d8d2e816f85f1f62faac6
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
Reviewed-on: https://review.coreboot.org/c/19821
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/kgpe-d16/devicetree.cb')
-rw-r--r-- | src/mainboard/asus/kgpe-d16/devicetree.cb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/asus/kgpe-d16/devicetree.cb b/src/mainboard/asus/kgpe-d16/devicetree.cb index 9039f6dea2..0ea4216417 100644 --- a/src/mainboard/asus/kgpe-d16/devicetree.cb +++ b/src/mainboard/asus/kgpe-d16/devicetree.cb @@ -217,6 +217,9 @@ chip northbridge/amd/amdfam10/root_complex # Root complex chip drivers/pc80/tpm device pnp 4e.0 on end # TPM module end + chip drivers/generic/generic # BMC KCS + device pnp ca2.0 on end + end end device pci 14.4 on # Bridge device pci 1.0 on end # VGA |