]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/dm/uclass-id.h
spi: omap3_spi: add am43xx support to omap3_spi
[karo-tx-uboot.git] / include / dm / uclass-id.h
index 777b101842dd7e5fb9e7745e34f28f12014fc899..c744044bb8aa5f80718a4926c9dc7952996e4b43 100644 (file)
@@ -57,6 +57,7 @@ enum uclass_id {
        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,