dm: define LOG_CATEGORY for all uclass
[platform/kernel/u-boot.git] / drivers / soc / soc-uclass.c
index c32d647..dfad32d 100644 (file)
@@ -4,6 +4,8 @@
  *     Dave Gerlach <d-gerlach@ti.com>
  */
 
+#define LOG_CATEGORY UCLASS_SOC
+
 #include <common.h>
 #include <soc.h>
 #include <dm.h>