]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/dm/uclass-id.h
dm: tpm: Add a uclass for Trusted Platform Modules
[karo-tx-uboot.git] / include / dm / uclass-id.h
index 777b101842dd7e5fb9e7745e34f28f12014fc899..3eff895ab7abb4ceab65dd0105b085b3e7790798 100644 (file)
@@ -54,9 +54,11 @@ enum uclass_id {
        UCLASS_SPI_GENERIC,     /* Generic SPI flash target */
        UCLASS_SYSCON,          /* System configuration device */
        UCLASS_THERMAL,         /* Thermal sensor */
+       UCLASS_TPM,             /* Trusted Platform Module TIS interface */
        UCLASS_USB,             /* USB bus */
        UCLASS_USB_DEV_GENERIC, /* USB generic device */
        UCLASS_USB_HUB,         /* USB hub */
+       UCLASS_VIDEO_BRIDGE,    /* Video bridge, e.g. DisplayPort to LVDS */
 
        UCLASS_COUNT,
        UCLASS_INVALID = -1,