diff options
| author | Tom Rini <trini@konsulko.com> | 2018-12-14 14:18:47 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2018-12-14 14:18:47 -0500 |
| commit | 8fc26fce41592175ae004514e431e68a9dd60671 (patch) | |
| tree | 9d4f5d9b057a749742e9dcead3cfa41c4ddae5ea /include/dm/uclass-id.h | |
| parent | d117d8f19b0625f88309e47a8a32c2faa384dddc (diff) | |
| parent | f987177db9c988142032ed8142a093cce2378a90 (diff) | |
Merge tag 'dm-pull-14dec18' of git://git.denx.de/u-boot-dm
Complete conversion of sound to driver model
Diffstat (limited to 'include/dm/uclass-id.h')
| -rw-r--r-- | include/dm/uclass-id.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h index e960e48b855..f3bafb3c635 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -29,6 +29,7 @@ enum uclass_id { /* U-Boot uclasses start here - in alphabetical order */ UCLASS_ADC, /* Analog-to-digital converter */ UCLASS_AHCI, /* SATA disk controller */ + UCLASS_AUDIO_CODEC, /* Audio codec with control and data path */ UCLASS_AXI, /* AXI bus */ UCLASS_BLK, /* Block device */ UCLASS_BOARD, /* Device information from hardware */ @@ -48,6 +49,7 @@ enum uclass_id { UCLASS_I2C_EEPROM, /* I2C EEPROM device */ UCLASS_I2C_GENERIC, /* Generic I2C device */ UCLASS_I2C_MUX, /* I2C multiplexer */ + UCLASS_I2S, /* I2S bus */ UCLASS_IDE, /* IDE device */ UCLASS_IRQ, /* Interrupt controller */ UCLASS_KEYBOARD, /* Keyboard input device */ @@ -82,6 +84,7 @@ enum uclass_id { UCLASS_SERIAL, /* Serial UART */ UCLASS_SIMPLE_BUS, /* Bus with child devices */ UCLASS_SMEM, /* Shared memory interface */ + UCLASS_SOUND, /* Playing simple sounds */ UCLASS_SPI, /* SPI bus */ UCLASS_SPI_FLASH, /* SPI flash */ UCLASS_SPI_GENERIC, /* Generic SPI flash target */ |
