From 665fca156c2c22884b5b796e3f365f5d5ed61733 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Tue, 3 May 2016 11:25:03 -0700 Subject: intel/amenia: Declare ChromeEC in devicetree.cb This allows the chomeec driver to declare its resources so that IO windows to LPC are opened up during resource allocation. Change-Id: Ife98ecb4cbf5393493e6c71742de8d37953df548 Signed-off-by: Alexandru Gagniuc Reviewed-on: https://review.coreboot.org/14591 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/intel/amenia/devicetree.cb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mainboard/intel/amenia/devicetree.cb b/src/mainboard/intel/amenia/devicetree.cb index c54e838826..38a2de2c43 100644 --- a/src/mainboard/intel/amenia/devicetree.cb +++ b/src/mainboard/intel/amenia/devicetree.cb @@ -46,7 +46,11 @@ chip soc/intel/apollolake device pci 1b.0 on end # - SDCARD device pci 1c.0 on end # - eMMC device pci 1e.0 on end # - SDIO - device pci 1f.0 on end # - LPC + device pci 1f.0 on # - LPC + chip ec/google/chromeec + device pnp 0c09.0 on end + end + end device pci 1f.1 on end # - SMBUS end end -- cgit v1.2.3