diff options
Diffstat (limited to 'board/st/common/stusb160x.c')
-rw-r--r-- | board/st/common/stusb160x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/st/common/stusb160x.c b/board/st/common/stusb160x.c index e0a2b76353..f0385e5e38 100644 --- a/board/st/common/stusb160x.c +++ b/board/st/common/stusb160x.c @@ -6,6 +6,8 @@ * Copyright (C) 2020, STMicroelectronics - All Rights Reserved */ +#define LOG_CATEGORY UCLASS_I2C_GENERIC + #include <common.h> #include <dm.h> #include <i2c.h> |