x86: spi: Add support for Wildcat Point
[platform/kernel/u-boot.git] / drivers / spi / ich.c
index 2e388e7..be4c0a3 100644 (file)
@@ -133,7 +133,8 @@ static int get_ich_version(uint16_t device_id)
            (device_id >= PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MIN &&
             device_id <= PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MAX) ||
            device_id == PCI_DEVICE_ID_INTEL_VALLEYVIEW_LPC ||
-           device_id == PCI_DEVICE_ID_INTEL_LYNXPOINT_LPC)
+           device_id == PCI_DEVICE_ID_INTEL_LYNXPOINT_LPC ||
+           device_id == PCI_DEVICE_ID_INTEL_WILDCATPOINT_LPC)
                return 9;
 
        return 0;