diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-11-06 19:01:42 +0100 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2021-01-13 09:52:58 +0100 |
commit | ca9a9da65705bb8690d98d7c844b38f6f1364f4b (patch) | |
tree | 5850c69e075a85f382fbd6f37276900cf78dc1ee /drivers/power | |
parent | 281ebc5bf7fbc321f5e8d8e1c4fa390c329e2d68 (diff) | |
download | u-boot-ca9a9da65705bb8690d98d7c844b38f6f1364f4b.tar.gz |
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>
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/regulator/stm32-vrefbuf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/power/regulator/stm32-vrefbuf.c b/drivers/power/regulator/stm32-vrefbuf.c index c2c5770fa5..c37998a4ba 100644 --- a/drivers/power/regulator/stm32-vrefbuf.c +++ b/drivers/power/regulator/stm32-vrefbuf.c @@ -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> |