Merge branch 'master' of git://git.denx.de/u-boot-arm
[platform/kernel/u-boot.git] / include / dm / uclass-id.h
index dd95fca..7f0e37b 100644 (file)
@@ -21,6 +21,7 @@ enum uclass_id {
 
        /* U-Boot uclasses start here */
        UCLASS_GPIO,            /* Bank of general-purpose I/O pins */
+       UCLASS_SERIAL,          /* Serial UART */
 
        UCLASS_COUNT,
        UCLASS_INVALID = -1,