mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
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:
parent
281ebc5bf7
commit
ca9a9da657
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue