power: regulator: stm32-verfbuf: define LOG_CATEGORY

Define LOG_CATEGORY to allow filtering with log command.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
Patrick Delaunay 2020-11-06 19:01:42 +01:00 committed by Patrick Delaunay
parent 281ebc5bf7
commit ca9a9da657

View File

@ -6,6 +6,8 @@
* Originally based on the Linux kernel v4.16 drivers/regulator/stm32-vrefbuf.c
*/
#define LOG_CATEGORY UCLASS_REGULATOR
#include <common.h>
#include <clk.h>
#include <dm.h>