common: Convert *.c/h from UTF-8 to ASCII enconfing
Convert UTF-8 chars to ASCII in cases where make sense. No Copyright or names are converted. Signed-off-by: Michal Simek <michal.simek@amd.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Marek Behún <kabel@kernel.org>
This commit is contained in:
@@ -125,9 +125,9 @@ static int lp5562_led_reg_update(struct udevice *dev, int regnum,
|
||||
|
||||
/*
|
||||
* Data sheet says "Delay between consecutive I2C writes to
|
||||
* ENABLE register (00h) need to be longer than 488 μs
|
||||
* ENABLE register (00h) need to be longer than 488 us
|
||||
* (typical)." and "Delay between consecutive I2C writes to
|
||||
* OP_MODE register need to be longer than 153 μs (typ)."
|
||||
* OP_MODE register need to be longer than 153 us (typ)."
|
||||
*
|
||||
* The linux driver does usleep_range(500, 600) and
|
||||
* usleep_range(200, 300), respectively.
|
||||
|
||||
Reference in New Issue
Block a user