diff options
| author | Tom Rini <[email protected]> | 2017-05-09 16:11:36 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-09 16:11:36 -0400 |
| commit | dd9999d5f4d3a0354c959fa3bccc0957a1164bf5 (patch) | |
| tree | 7d37b3f93f256bc04e6f5492b20dbc2faeb8edb6 /include/dm | |
| parent | a284212963277114ad60e3442d74f095102a9de5 (diff) | |
| parent | 9d0c4decfeaa7e312f50e0debb677f60ad170f61 (diff) | |
Merge git://git.denx.de/u-boot-dm
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 4e7cc935bd2..1f7e32c31ff 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -56,6 +56,7 @@ enum uclass_id { UCLASS_PCH, /* x86 platform controller hub */ UCLASS_PCI, /* PCI bus */ UCLASS_PCI_GENERIC, /* Generic PCI bus device */ + UCLASS_PHY, /* Physical Layer (PHY) device */ UCLASS_PINCONFIG, /* Pin configuration node device */ UCLASS_PINCTRL, /* Pinctrl (pin muxing/configuration) device */ UCLASS_PMIC, /* PMIC I/O device */ |
