From: Simon Glass Date: Thu, 21 Jan 2021 20:57:08 +0000 (-0700) Subject: i2c: desigware: Add an alias for Intel Apollo Lake X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=dfb5bfbc208699ae1b5fc8e17f65d862be3b4612;p=u-boot.git 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 Reviewed-by: Heiko Schocher --- diff --git a/drivers/i2c/designware_i2c_pci.c b/drivers/i2c/designware_i2c_pci.c index ec0cdf6220..9e387737b6 100644 --- a/drivers/i2c/designware_i2c_pci.c +++ b/drivers/i2c/designware_i2c_pci.c @@ -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,