summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2022-09-30 15:04:30 +0300
committerMichal Simek <michal.simek@amd.com>2022-10-05 09:43:53 +0300
commit1323d08bdfdd76cf368de7b40ed876e336cdcb9a (patch)
tree516186906caf65457c3ef22f92fbd8a7b5bfa3fd /include
parent2d4591353452638132d711551fec3495b7644731 (diff)
downloadu-boot-1323d08bdfdd76cf368de7b40ed876e336cdcb9a.tar.xz
dm: fpga: Introduce new uclass
For future DM based FPGA drivers and for now to have a meaningful logging class for old FPGA drivers. Suggested-by: Michal Simek <michal.simek@amd.com> Suggested-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Dahl <post@lespocky.de> Reviewed-by: Simon Glass <sjg@chromium.org> Link: https://lore.kernel.org/r/20220930120430.42307-2-post@lespocky.de Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'include')
-rw-r--r--include/dm/uclass-id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h
index a432e43871..c2b15881ba 100644
--- a/include/dm/uclass-id.h
+++ b/include/dm/uclass-id.h
@@ -56,6 +56,7 @@ enum uclass_id {
UCLASS_ETH, /* Ethernet device */
UCLASS_ETH_PHY, /* Ethernet PHY device */
UCLASS_FIRMWARE, /* Firmware */
+ UCLASS_FPGA, /* FPGA device */
UCLASS_FUZZING_ENGINE, /* Fuzzing engine */
UCLASS_FS_FIRMWARE_LOADER, /* Generic loader */
UCLASS_GPIO, /* Bank of general-purpose I/O pins */