power: regulator: scmi: define LOG_CATEGORY

Define LOG_CATEGORY to allow filtering with log command.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
Patrick Delaunay 2021-10-28 19:13:14 +02:00 committed by Tom Rini
parent 31dc56fca5
commit d47c4fea8c

View File

@ -2,6 +2,9 @@
/*
* Copyright (C) 2020-2021 Linaro Limited
*/
#define LOG_CATEGORY UCLASS_REGULATOR
#include <common.h>
#include <dm.h>
#include <errno.h>