Skip to content

Commit

Permalink
axon-imx8mp: add the judgment of the adv7535 register value to displa…
Browse files Browse the repository at this point in the history
…y detection

sync with pico-imx8mm and pico-imx8mq
  • Loading branch information
Sean Xie committed Mar 29, 2023
1 parent f48ab6b commit fd056c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion board/technexion/axon-imx8mp/axon-imx8mp.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,9 @@ struct tn_display const displays[]= {
{ 4, 0x38, 0xA3, 0x54, "ili9881c", detect_i2c },
{ 4, 0x38, 0xA3, 0x58, "g080uan01", detect_i2c },
{ 4, 0x38, 0xA3, 0x59, "g101uan02", detect_i2c },
{ 4, 0x3f, 0, 0, "mipi2hdmi-adv7535", detect_i2c },
{ 4, 0x3d, 0x98, 0x3d, "mipi2hdmi-adv7535", detect_i2c },
{ 4, 0x3d, 0x98, 0x03, "mipi2hdmi-adv7535", detect_i2c },
{ 4, 0x3d, 0x00, 0x14, "mipi2hdmi-adv7535", detect_i2c },
};

size_t tn_display_count = ARRAY_SIZE(displays);
Expand Down

0 comments on commit fd056c5

Please sign in to comment.