diff --git a/src/main.c b/src/main.c index 66a3120f4..81237c1c1 100644 --- a/src/main.c +++ b/src/main.c @@ -51,7 +51,7 @@ void get_device_info(void) printf(" Target: %s\n", target); is_mac = !!strstr(model, "Mac"); - has_dcp = adt_path_offset(adt, "/arm-io/dcp") > 0; + has_dcp = adt_path_offset(adt, "/arm-io/dcp") > 0 || adt_path_offset(adt, "/arm-io/dcpext0") > 0; int chosen = adt_path_offset(adt, "/chosen"); if (chosen > 0) {