diff --git a/src/southbridge/intel/lynxpoint/acpi/xhci.asl b/src/southbridge/intel/lynxpoint/acpi/xhci.asl index 9c7bb2c1ac..c38a592372 100644 --- a/src/southbridge/intel/lynxpoint/acpi/xhci.asl +++ b/src/southbridge/intel/lynxpoint/acpi/xhci.asl @@ -38,6 +38,7 @@ Device (XHCI) PR3M, 32, // USB3PRM } +#if CONFIG(INTEL_LYNXPOINT_LP) // Clear status bits Method (LPCL, 0, Serialized) { @@ -181,6 +182,7 @@ Device (XHCI) // Clear status bits in all ports LPCL () } +#endif Method (_PSC, 0, NotSerialized) {