drm/i2c: tda998x: move tda998x_set_config() into tda998x_create()
authorRussell King <rmk+kernel@armlinux.org.uk>
Thu, 2 Aug 2018 09:25:19 +0000 (10:25 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Thu, 2 Aug 2018 09:25:19 +0000 (10:25 +0100)
commit6c1187aaa2912fad40119140286160cfd9f4ac2f
tree00fe534b2d55458b1b290a72fc499cdce0b13212
parent2c6e758332a4fdf0d2b1c76adba10961afdabc8a
drm/i2c: tda998x: move tda998x_set_config() into tda998x_create()

Move the non-DT configuration of the TDA998x into tda998x_create()
so that we do all setup in one place.

Tested-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
drivers/gpu/drm/i2c/tda998x_drv.c