mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
soc: aspeed: lpc: Add AST2600 compatible strings
The AST2600 has the same lpc-ctrl and lpc-snoop devices as the AST2500. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Acked-by: Andrew Jeffery <andrew@aj.id.au> Link: https://lore.kernel.org/r/20190925125610.12096-4-bradleyb@fuzziesquirrel.com Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
e8589796a6
commit
44ddc4de87
2 changed files with 3 additions and 0 deletions
|
@ -291,6 +291,7 @@ static int aspeed_lpc_ctrl_remove(struct platform_device *pdev)
|
||||||
static const struct of_device_id aspeed_lpc_ctrl_match[] = {
|
static const struct of_device_id aspeed_lpc_ctrl_match[] = {
|
||||||
{ .compatible = "aspeed,ast2400-lpc-ctrl" },
|
{ .compatible = "aspeed,ast2400-lpc-ctrl" },
|
||||||
{ .compatible = "aspeed,ast2500-lpc-ctrl" },
|
{ .compatible = "aspeed,ast2500-lpc-ctrl" },
|
||||||
|
{ .compatible = "aspeed,ast2600-lpc-ctrl" },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -325,6 +325,8 @@ static const struct of_device_id aspeed_lpc_snoop_match[] = {
|
||||||
.data = &ast2400_model_data },
|
.data = &ast2400_model_data },
|
||||||
{ .compatible = "aspeed,ast2500-lpc-snoop",
|
{ .compatible = "aspeed,ast2500-lpc-snoop",
|
||||||
.data = &ast2500_model_data },
|
.data = &ast2500_model_data },
|
||||||
|
{ .compatible = "aspeed,ast2600-lpc-snoop",
|
||||||
|
.data = &ast2500_model_data },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue