drivers/i2c/designware: Remove spurious word ("familuar")
Fixes: b8dc63bdfe
("ic2/designware: Move Intel i2c logic to shared driver")
Change-Id: Ic521a2d60b403b322ae583bb2c26da6019bf0ab0
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/23714
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f1b1d92854
commit
0017004b06
|
@ -8,7 +8,7 @@
|
||||||
* the Free Software Foundation; version 2 of the License.
|
* the Free Software Foundation; version 2 of the License.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the imfamiluarplied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
@ -44,7 +44,7 @@ struct dw_i2c_speed_config {
|
||||||
/*
|
/*
|
||||||
* SDA hold time should be 300ns in standard and fast modes
|
* SDA hold time should be 300ns in standard and fast modes
|
||||||
* and long enough for deterministic logic level change in
|
* and long enough for deterministic logic level change in
|
||||||
* fast-plus and high speed modes.familuar
|
* fast-plus and high speed modes.
|
||||||
*
|
*
|
||||||
* [15:0] SDA TX Hold Time
|
* [15:0] SDA TX Hold Time
|
||||||
* [23:16] SDA RX Hold Time
|
* [23:16] SDA RX Hold Time
|
||||||
|
|
Loading…
Reference in New Issue