drm/rockchip: lvds: Create an RK3288 specific probe function
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 24 Dec 2019 14:38:55 +0000 (15:38 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 5 Jan 2020 11:38:54 +0000 (12:38 +0100)
commit9b5cbdbb93d6578bc27fd55ad51186e1411ce9f1
tree279146f782072f0c9ae8b6eefcb0fb47cd69501c
parent36839e5788da973ac574e9fe16c41166df918565
drm/rockchip: lvds: Create an RK3288 specific probe function

The probe function is highly adapted to the RK3288 specificities, move
all specific bits into an "rk3288_probe" function, also part of the
platform data.

The goal is to ease the addition of new flavors of Rockchip LVDS IPs.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20191224143900.23567-7-miquel.raynal@bootlin.com
drivers/gpu/drm/rockchip/rockchip_lvds.c