UPSTREAM: mainboard/intel/amenia: Disable Integrated Sensor Hub
Providing an option to enable or disable ISH interface. Leaving it disabled for now. BUG=None BRANCH=None TEST=None Change-Id: Id4e71d60a6c2da6c6c070d41f66f6c161de38595 Original-Signed-off-by: Hannah Williams <hannah.williams@intel.com> Original-Reviewed-on: https://review.coreboot.org/14895 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/347456 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
ec164cf54f
commit
04effd8ce5
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ chip soc/intel/apollolake
|
|||
register "pcie_rp0_clkreq_pin" = "3" # wifi/bt
|
||||
register "pcie_rp2_clkreq_pin" = "0" # SSD
|
||||
|
||||
# Integrated Sensor Hub
|
||||
register "integrated_sensor_hub_enable" = "0"
|
||||
|
||||
device domain 0 on
|
||||
device pci 00.0 on end # - Host Bridge
|
||||
device pci 00.1 on end # - DPTF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue