blob: 6d2d625a57c159539f20562ab303610422659987 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
chip soc/intel/baytrail
# Allow PCIe devices to wake system from suspend
register "pcie_wake_enable" = "1"
device domain 0 on
device pci 18.5 on end # I2C5
device pci 18.6 on end # I2C6
device pci 1c.1 on end # PCIE_PORT2
end
end
|