mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
mmc: atmel_sdhci: Add sam9x60-sdhci compatibility string
Add new compatibility string for matching sam9x60 product. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
This commit is contained in:
committed by
Eugen Hristev
parent
39fa41608b
commit
f5663740cb
@@ -112,6 +112,7 @@ static int atmel_sdhci_bind(struct udevice *dev)
|
||||
|
||||
static const struct udevice_id atmel_sdhci_ids[] = {
|
||||
{ .compatible = "atmel,sama5d2-sdhci" },
|
||||
{ .compatible = "microchip,sam9x60-sdhci" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user