[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200918204535.GA52206@kunai>
Date: Fri, 18 Sep 2020 22:45:35 +0200
From: Wolfram Sang <wsa@...-dreams.de>
To: Andy Shevchenko <andy.shevchenko@...il.com>
Cc: qii.wang@...iatek.com, linux-i2c <linux-i2c@...r.kernel.org>,
devicetree <devicetree@...r.kernel.org>,
linux-arm Mailing List <linux-arm-kernel@...ts.infradead.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
"moderated list:ARM/Mediatek SoC support"
<linux-mediatek@...ts.infradead.org>,
srv_heupstream <srv_heupstream@...iatek.com>,
Leilk Liu <leilk.liu@...iatek.com>
Subject: Re: [PATCH] i2c: mediatek: Fix generic definitions for bus
frequencies
> > - if (target_speed > I2C_MAX_FAST_MODE_PLUS_FREQ)
> > - target_speed = I2C_MAX_FAST_MODE_PLUS_FREQ;
> > + if (target_speed > I2C_MAX_HIGH_SPEED_MODE_FREQ)
> > + target_speed = I2C_MAX_HIGH_SPEED_MODE_FREQ;
>
> Thanks for fixing this. Indeed, somehow I messed these up.
I read this as Rev-by for v2. Thanks!
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists