diff options
author | Jagadish Krishnamoorthy <jagadish.krishnamoorthy@intel.com> | 2016-06-22 18:47:47 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-06-27 22:32:46 +0200 |
commit | c58b9c9d76c3cd8ac7707d01c5bcfd147cd34bdb (patch) | |
tree | cbd9ad765044a4fbd5b62a801b7e227b3eec14aa | |
parent | b023e5e32f763c2f48ac14fab4979d3493b39983 (diff) | |
download | coreboot-c58b9c9d76c3cd8ac7707d01c5bcfd147cd34bdb.tar.xz |
intel/amenia: disable unused devices
BRANCH=none
BUG=chrome-os-partner:54325
TEST=device off in devicetree should disable the device.
Change-Id: I486a4c5e8970047477068e22b799d06caea03330
Signed-off-by: Jagadish Krishnamoorthy <jagadish.krishnamoorthy@intel.com>
Reviewed-on: https://review.coreboot.org/15338
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r-- | src/mainboard/intel/amenia/devicetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/intel/amenia/devicetree.cb b/src/mainboard/intel/amenia/devicetree.cb index 8128c713ee..2080d6f769 100644 --- a/src/mainboard/intel/amenia/devicetree.cb +++ b/src/mainboard/intel/amenia/devicetree.cb @@ -34,7 +34,7 @@ chip soc/intel/apollolake device pci 14.0 on end # - PCIe-B 0 device pci 14.1 on end # - Onboard M2 Slot(Wifi/BT) device pci 15.0 on end # - XHCI - device pci 15.1 on end # - XDCI + device pci 15.1 off end # - XDCI device pci 16.0 on end # - I2C 0 device pci 16.1 on end # - I2C 1 device pci 16.2 on end # - I2C 2 @@ -53,7 +53,7 @@ chip soc/intel/apollolake device pci 1a.0 on end # - PWM device pci 1b.0 on end # - SDCARD device pci 1c.0 on end # - eMMC - device pci 1e.0 on end # - SDIO + device pci 1e.0 off end # - SDIO device pci 1f.0 on # - LPC chip ec/google/chromeec device pnp 0c09.0 on end |