rambi: disable HDA device
For some reason HDA can now be disabled. It's unclear what changes in the baytrail code allowed this to happen, sadly. BUG=chrome-os-partner:22871 BRANCH=None TEST=Noted hda is not in lspci. Change-Id: I64e2560533be6f701fa66cd53c906b62b09012ed Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/176394
This commit is contained in:
parent
1e19e9daba
commit
1f76feace4
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ chip soc/intel/baytrail
|
|||
device pci 18.6 on end # I2C6
|
||||
device pci 18.7 off end # I2C7
|
||||
device pci 1a.0 on end # TXE
|
||||
device pci 1b.0 on end # HDA
|
||||
device pci 1b.0 off end # HDA
|
||||
device pci 1c.0 on end # PCIE_PORT1
|
||||
device pci 1c.1 on end # PCIE_PORT2
|
||||
device pci 1c.2 off end # PCIE_PORT3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue