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:
parent
39fa41608b
commit
f5663740cb
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue