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