Hi Andy, On Mon, Feb 24 2020, Andy Shevchenko wrote: > Since we have generic definitions for bus frequencies, let's use them. > > Cc: Baruch Siach <baruch@xxxxxxxxxx> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Acked-by: Baruch Siach <baruch@xxxxxxxxxx> baruch > --- > drivers/i2c/busses/i2c-digicolor.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/i2c/busses/i2c-digicolor.c b/drivers/i2c/busses/i2c-digicolor.c > index 3adf72540db1..79bf187a90b1 100644 > --- a/drivers/i2c/busses/i2c-digicolor.c > +++ b/drivers/i2c/busses/i2c-digicolor.c > @@ -18,7 +18,6 @@ > #include <linux/of.h> > #include <linux/platform_device.h> > > -#define DEFAULT_FREQ 100000 > #define TIMEOUT_MS 100 > > #define II_CONTROL 0x0 > @@ -300,7 +299,7 @@ static int dc_i2c_probe(struct platform_device *pdev) > > if (of_property_read_u32(pdev->dev.of_node, "clock-frequency", > &i2c->frequency)) > - i2c->frequency = DEFAULT_FREQ; > + i2c->frequency = I2C_STANDARD_MODE_FREQ; > > i2c->dev = &pdev->dev; > platform_set_drvdata(pdev, i2c); -- http://baruch.siach.name/blog/ ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch@xxxxxxxxxx - tel: +972.52.368.4656, http://www.tkos.co.il -