Home
last modified time | relevance | path

Searched hist:"19 c2faf2ce4257ff31601a33c6642e82b452ad14" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_hdmi.c19c2faf2ce4257ff31601a33c6642e82b452ad14 Thu Jul 18 08:59:42 UTC 2019 Algea Cao <algea.cao@rock-chips.com> drm/rockchip: dw-hdmi: Fix hdmi i2c scl configuration error

If ddc-i2c-scl-high-time-ns and ddc-i2c-scl-low-time-ns are not
set in dts, scl_high_ns and scl_low_ns will set to -1. Because of
these variables are unsigned int, misjudgment may occur when their
values are judged.

Change-Id: I8b94f7c2ab8bcb0d966182f220877f9268b7981b
Signed-off-by: Algea Cao <algea.cao@rock-chips.com>