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:
@@ -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) = {
|
U_BOOT_DRIVER(i2c_designware_pci) = {
|
||||||
.name = "i2c_designware_pci",
|
.name = "i2c_designware_pci",
|
||||||
.id = UCLASS_I2C,
|
.id = UCLASS_I2C,
|
||||||
|
|||||||
Reference in New Issue
Block a user