summaryrefslogtreecommitdiff
path: root/drivers/soc
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2018-09-10 13:54:37 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:33:49 +0800
commitf6b3131538de3f25e60a25d85d05d99a4fda680a (patch)
tree7af95b68f5b10b723126526318c81c43e92b7bb1 /drivers/soc
parent0e8e5229e7e3d316fc5c35a9dd04ce5fd953cda8 (diff)
MLK-19485 drm/bridge: it6263: Change LVDS I2C device to be dummy
The it6263 bridge contains two I2C devices on the same I2C bus to control HDMI and LVDS modules respectively. However, they have different I2C addresses. Thus, one of the two devices should be registered as dummy device and bound with dummy driver. This is what the helper i2c_new_dummy() is designed for. The HDMI I2C device is normally registered as a real I2C device and bound with a real driver, so the LVDS I2C device should be dummy. This patch fixes the issue to access the LVDS I2C device's sys nodes, like /sys/kernel/debug/regmap/2-0033/name. Signed-off-by: Liu Ying <victor.liu@nxp.com>
Diffstat (limited to 'drivers/soc')
0 files changed, 0 insertions, 0 deletions