mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 06:24:17 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue