i2c: desigware: Add an alias for Intel Apollo Lake

Add an alias so that this driver can be used in TPL on coral.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
Simon Glass 2021-01-21 13:57:08 -07:00
parent 442e6305b5
commit dfb5bfbc20
1 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,8 @@ static const struct udevice_id designware_i2c_pci_ids[] = {
{ }
};
DM_DRIVER_ALIAS(i2c_designware_pci, intel_apl_i2c)
U_BOOT_DRIVER(i2c_designware_pci) = {
.name = "i2c_designware_pci",
.id = UCLASS_I2C,