]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/dm/uclass-id.h
pinctrl: add pin control uclass support
[karo-tx-uboot.git] / include / dm / uclass-id.h
index 3eff895ab7abb4ceab65dd0105b085b3e7790798..1eeec74964356fe9a4bbce9195d8fcc4693bf649 100644 (file)
@@ -44,6 +44,8 @@ enum uclass_id {
        UCLASS_PCH,             /* x86 platform controller hub */
        UCLASS_PCI,             /* PCI bus */
        UCLASS_PCI_GENERIC,     /* Generic PCI bus device */
+       UCLASS_PINCTRL,         /* Pinctrl (pin muxing/configuration) device */
+       UCLASS_PINCONFIG,       /* Pin configuration node device */
        UCLASS_PMIC,            /* PMIC I/O device */
        UCLASS_REGULATOR,       /* Regulator device */
        UCLASS_RESET,           /* Reset device */