crypto: sa2ul - Add the new compatible for AM62
Add the new compatible for am62x in of_match_table. Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
bcfcc0a61d
commit
5a6477eaf4
|
@ -2379,6 +2379,7 @@ static const struct of_device_id of_match[] = {
|
|||
{ .compatible = "ti,j721e-sa2ul", .data = &am654_match_data, },
|
||||
{ .compatible = "ti,am654-sa2ul", .data = &am654_match_data, },
|
||||
{ .compatible = "ti,am64-sa2ul", .data = &am64_match_data, },
|
||||
{ .compatible = "ti,am62-sa3ul", .data = &am64_match_data, },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, of_match);
|
||||
|
|
Loading…
Reference in New Issue