mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
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:
parent
442e6305b5
commit
dfb5bfbc20
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user