mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 16:44:27 +08:00
drm/bridge/analogix/anx78xx: Add missing definition
Analogix ANX78XX driver is missing definitions for anx7816. It uses the same I2C register set as anx7818. Signed-off-by: Alicja Michalska <ahplka19@gmail.com> Reviewed-by: Robert Foss <rfoss@kernel.org> Signed-off-by: Robert Foss <rfoss@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/ZPvagaXnQ/TlNEkJ@tora
This commit is contained in:
parent
5305d85077
commit
bb9fb4a42d
@ -1211,6 +1211,7 @@ static const u16 anx78xx_chipid_list[] = {
|
||||
0x7808,
|
||||
0x7812,
|
||||
0x7814,
|
||||
0x7816,
|
||||
0x7818,
|
||||
};
|
||||
|
||||
@ -1369,6 +1370,7 @@ static const struct of_device_id anx78xx_match_table[] = {
|
||||
{ .compatible = "analogix,anx7808", .data = anx7808_i2c_addresses },
|
||||
{ .compatible = "analogix,anx7812", .data = anx781x_i2c_addresses },
|
||||
{ .compatible = "analogix,anx7814", .data = anx781x_i2c_addresses },
|
||||
{ .compatible = "analogix,anx7816", .data = anx781x_i2c_addresses },
|
||||
{ .compatible = "analogix,anx7818", .data = anx781x_i2c_addresses },
|
||||
{ /* sentinel */ },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user