diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/common/block/tcss/tcss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/tcss/tcss.c b/src/soc/intel/common/block/tcss/tcss.c index 2531ac3942..e0ca90d7e8 100644 --- a/src/soc/intel/common/block/tcss/tcss.c +++ b/src/soc/intel/common/block/tcss/tcss.c @@ -394,7 +394,7 @@ const struct tcss_port_map *tcss_get_port_info(size_t *num_ports) ARRAY_SIZE(conn_path)); unsigned int usb2_port, usb3_port; - if (!conn) + if (!is_dev_enabled(conn)) continue; if (CONFIG(DRIVERS_INTEL_PMC) && |