Re: [PATCH v2 2/2] i2c: mtk_mt8195_i2c_ddc: add new driver
David Lechner <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On 7/27/26 3:43 AM, Julien Stephan wrote: > Add a new driver for HDMI DDC channel reading for MT8195 based SoCs. > The driver is based on the corresponding kernel driver. > ... > +#define DDC2_CLOCK 572 /* BIM=208M/(v*4) = 90Khz */ > +#define DDC2_CLOCK_EDID 832 /* BIM=208M/(v*4) = 62.5Khz */ > + Do we need to do anything about [1] here? (about math not adding up for 90Khz comment.) [1]: https://patchwork.ozlabs.org/project/uboot/patch/20260717-mt8188-add-ddc-i2c-driver-v1-2-e89ccd173567@baylibre.com/#3728771