[coreboot-gerrit] Patch set updated for coreboot: 211cfa6 slippy: Add EC to the device tree

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Nov 20 01:11:05 CET 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4167

-gerrit

commit 211cfa6d52ba9ffbf27e4e5f9f3db754da6f1556
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Fri May 10 11:00:56 2013 -0700

    slippy: Add EC to the device tree
    
    This lets the keyboard init get called properly.
    
    Change-Id: I11ffb459907188a58149d28a6ade0b7de7d15d08
    Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
    Reviewed-on: https://gerrit.chromium.org/gerrit/50853
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/google/slippy/devicetree.cb | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/google/slippy/devicetree.cb b/src/mainboard/google/slippy/devicetree.cb
index 5fb3cb4..665e6dc 100644
--- a/src/mainboard/google/slippy/devicetree.cb
+++ b/src/mainboard/google/slippy/devicetree.cb
@@ -84,7 +84,15 @@ chip northbridge/intel/haswell
 			device pci 1c.5 off end # PCIe Port #6
 			device pci 1d.0 on end # USB2 EHCI
 			device pci 1e.0 off end # PCI bridge
-			device pci 1f.0 on end # LPC bridge
+			device pci 1f.0 on
+				chip ec/google/chromeec
+					# We only have one init function that
+					# we need to call to initialize the
+					# keyboard part of the EC.
+					device pnp ff.1 on # dummy address
+					end
+				end
+			end # LPC bridge
 			device pci 1f.2 on end # SATA Controller
 			device pci 1f.3 on end # SMBus
 			device pci 1f.6 on end # Thermal



More information about the coreboot-gerrit mailing list