]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/dm/uclass-id.h
dm: Tidy up some header file comments
[karo-tx-uboot.git] / include / dm / uclass-id.h
index f0e691c18c8950fd7a3401100222954a11b07980..77ff9eae904ab817aaa18206edd77606ae84ff50 100644 (file)
@@ -19,7 +19,7 @@ enum uclass_id {
        UCLASS_TEST_FDT,
 
        /* U-Boot uclasses start here */
-       UCLASS_GPIO,
+       UCLASS_GPIO,            /* Bank of general-purpose I/O pins */
 
        UCLASS_COUNT,
        UCLASS_INVALID = -1,