mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 15:42:46 +00:00
i2c: jz4780: Add compatible string for JZ4770 SoC
The I2C controller in the JZ4770 SoC seems to work the exact same as in the JZ4780 SoC. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Wolfram Sang <wsa@kernel.org>
This commit is contained in:
parent
b74b33f5f7
commit
266fd91f2b
1 changed files with 1 additions and 0 deletions
|
@ -752,6 +752,7 @@ static const struct ingenic_i2c_config x1000_i2c_config = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct of_device_id jz4780_i2c_of_matches[] = {
|
static const struct of_device_id jz4780_i2c_of_matches[] = {
|
||||||
|
{ .compatible = "ingenic,jz4770-i2c", .data = &jz4780_i2c_config },
|
||||||
{ .compatible = "ingenic,jz4780-i2c", .data = &jz4780_i2c_config },
|
{ .compatible = "ingenic,jz4780-i2c", .data = &jz4780_i2c_config },
|
||||||
{ .compatible = "ingenic,x1000-i2c", .data = &x1000_i2c_config },
|
{ .compatible = "ingenic,x1000-i2c", .data = &x1000_i2c_config },
|
||||||
{ /* sentinel */ }
|
{ /* sentinel */ }
|
||||||
|
|
Loading…
Reference in a new issue