--- zzzz-none-000/linux-5.4.213/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c 2024-05-29 11:19:51.000000000 +0000 @@ -387,7 +387,7 @@ /* bit[12], Low-power state behavior override bit */ if ((config->mode & ETM_MODE_LPOVERRIDE) && - (drvdata->lpoverride == true)) + (drvdata->lpoverride == true) && !drvdata->tupwr_disable) config->eventctrl1 |= BIT(12); else config->eventctrl1 &= ~BIT(12);