]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/dm/uclass-id.h
Merge git://git.denx.de/u-boot-dm
[thirdparty/u-boot.git] / include / dm / uclass-id.h
index cefd9d7983d7d5c9b28f55ee2f64e50c075b5339..79fd3008d59bb08d57df8391378527ea9d0227d4 100644 (file)
@@ -30,6 +30,7 @@ enum uclass_id {
        UCLASS_ADC,             /* Analog-to-digital converter */
        UCLASS_AHCI,            /* SATA disk controller */
        UCLASS_BLK,             /* Block device */
+       UCLASS_BOARD,           /* Device information from hardware */
        UCLASS_CLK,             /* Clock source, e.g. used by peripherals */
        UCLASS_CPU,             /* CPU, typically part of an SoC */
        UCLASS_CROS_EC,         /* Chrome OS EC */