diff options
| author | Tom Rini <[email protected]> | 2023-05-03 09:23:21 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-05-03 09:23:21 -0400 |
| commit | 1807c0c70a73c7697f32c04cad20ea9cd11b248e (patch) | |
| tree | 258d2fa7d274ed5048640ceef121841d49494784 /include/dm | |
| parent | 021e303492ccfdf58425bedb13c1621367cc5cc7 (diff) | |
| parent | 8144210e750d42941eb8028fdfc4e027ef043d8f (diff) | |
Merge branch '2023-05-02-assorted-platform-updates-and-additions'
- Updates for starqltechn and other qualcomm platforms, hi3798mv200,
Broadcom Northstar, and mediatek platforms
- Drop omap5_uevm, and assorted TI platform updates
- Add MAX14526
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 5386c3faf9f..307ad6931ca 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -56,6 +56,7 @@ enum uclass_id { UCLASS_EFI_MEDIA, /* Devices provided by UEFI firmware */ UCLASS_ETH, /* Ethernet device */ UCLASS_ETH_PHY, /* Ethernet PHY device */ + UCLASS_EXTCON, /* External Connector Class */ UCLASS_FIRMWARE, /* Firmware */ UCLASS_FPGA, /* FPGA device */ UCLASS_FUZZING_ENGINE, /* Fuzzing engine */ |
