diff options
| author | Mario Six <[email protected]> | 2018-08-09 14:51:16 +0200 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2018-08-11 08:07:36 +0200 |
| commit | a63e54ab5fea8aa15c561dd29bd10edfccc1609c (patch) | |
| tree | 9461d3c18d87303508de348aa26d4a270a69d205 /include/dm | |
| parent | f05ebbf47a9dc863ff4bb084649ecb34d728b5f2 (diff) | |
drivers: Add AXI uclass
Add a uclass for AXI (Advanced eXtensible Interface) busses, and a
driver for the gdsys IHS AXI bus on IHS FPGAs.
Signed-off-by: Mario Six <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/dm')
| -rw-r--r-- | include/dm/uclass-id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h index a39643ec5ee..618f43ad458 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -43,6 +43,7 @@ enum uclass_id { UCLASS_I2C_GENERIC, /* Generic I2C device */ UCLASS_I2C_MUX, /* I2C multiplexer */ UCLASS_IDE, /* IDE device */ + UCLASS_AXI, /* AXI bus */ UCLASS_IRQ, /* Interrupt controller */ UCLASS_KEYBOARD, /* Keyboard input device */ UCLASS_LED, /* Light-emitting diode (LED) */ |
