Add the (afaict) correct ch7017 I2C slave address.

This commit is contained in:
Eric Anholt 2007-03-16 19:39:34 -07:00
parent 29446cdb4f
commit a117bc9e3e
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ struct _I830DVODriver i830_dvo_drivers[] =
*/
/*
{ I830_DVO_CHIP_LVDS, "ch7017", "ch7017_methods",
(CH7017_ADDR_1 << 1), ch7017_symbols, NULL, NULL, NULL }
0xea, ch7017_symbols, NULL, NULL, NULL }
*/
};