Skip to content
Snippets Groups Projects
Commit 4e389366 authored by Simon Glass's avatar Simon Glass
Browse files

dm: Sort the uclass IDs after the tegra/PMIC addition


Tidy up the sort order again.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reported-by: default avatarJoe Hershberger <joe.hershberger@gmail.com>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 2bb02e4f
No related branches found
No related tags found
No related merge requests found
......@@ -39,20 +39,18 @@ enum uclass_id {
UCLASS_PCH, /* x86 platform controller hub */
UCLASS_PCI, /* PCI bus */
UCLASS_PCI_GENERIC, /* Generic PCI bus device */
UCLASS_PMIC, /* PMIC I/O device */
UCLASS_REGULATOR, /* Regulator device */
UCLASS_RTC, /* Real time clock device */
UCLASS_SERIAL, /* Serial UART */
UCLASS_SPI, /* SPI bus */
UCLASS_SPI_GENERIC, /* Generic SPI flash target */
UCLASS_SPI_FLASH, /* SPI flash */
UCLASS_SPI_GENERIC, /* Generic SPI flash target */
UCLASS_THERMAL, /* Thermal sensor */
UCLASS_USB, /* USB bus */
UCLASS_USB_DEV_GENERIC, /* USB generic device */
UCLASS_USB_HUB, /* USB hub */
/* Power Management */
UCLASS_PMIC, /* PMIC I/O device */
UCLASS_REGULATOR, /* REGULATOR device */
UCLASS_COUNT,
UCLASS_INVALID = -1,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment