summaryrefslogtreecommitdiff
path: root/tools/intel_dpio_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/intel_dpio_write.c')
-rw-r--r--tools/intel_dpio_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/intel_dpio_write.c b/tools/intel_dpio_write.c
index 15c79efe..45cc95ff 100644
--- a/tools/intel_dpio_write.c
+++ b/tools/intel_dpio_write.c
@@ -47,7 +47,7 @@ int main(int argc, char** argv)
char *cmdname = strdup(argv[0]);
struct pci_device *dev = intel_get_pci_device();
- if (argc != 3 || !IS_VALLEYVIEW(dev->device_id)) {
+ if (argc != 3 || !(IS_VALLEYVIEW(dev->device_id) || IS_CHERRYVIEW(dev->device_id))) {
usage(cmdname);
ret = 1;
goto out;