]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/dm/uclass-id.h
dm: i2c: Add support for multiplexed I2C buses
[karo-tx-uboot.git] / include / dm / uclass-id.h
index bc057d7adf05aa769f811bada96771a3b6a4f7e1..777b101842dd7e5fb9e7745e34f28f12014fc899 100644 (file)
@@ -35,6 +35,7 @@ enum uclass_id {
        UCLASS_I2C,             /* I2C bus */
        UCLASS_I2C_EEPROM,      /* I2C EEPROM device */
        UCLASS_I2C_GENERIC,     /* Generic I2C device */
+       UCLASS_I2C_MUX,         /* I2C multiplexer */
        UCLASS_LED,             /* Light-emitting diode (LED) */
        UCLASS_LPC,             /* x86 'low pin count' interface */
        UCLASS_MASS_STORAGE,    /* Mass storage device */