在 2017/8/14 18:58, Wadim Egorov 写道:
Hi Sandy,
I am not familiar with the rockchip drm driver, but don't you have to
add the rockchip_lvds_driver as a sub driver in rockchip_drm_init()?
Otherwise it will be not bound by component_bind_all().
Regards,
Wadim
Am 14.08.2017 um 09:04 schrieb Sandy
Hi Sandy,
I am not familiar with the rockchip drm driver, but don't you have to
add the rockchip_lvds_driver as a sub driver in rockchip_drm_init()?
Otherwise it will be not bound by component_bind_all().
Regards,
Wadim
Am 14.08.2017 um 09:04 schrieb Sandy Huang:
> This adds support for Rockchip
This adds support for Rockchip soc lvds found on rk3288
Based on the patches from Mark yao and Heiko Stuebner
Signed-off-by: Sandy Huang
Signed-off-by: Mark yao
Signed-off-by: Heiko Stuebner
---
Changes:
use drm_of_find_panel_or_bridge() to get panel or bridge.
drivers/gpu/drm/rockchip/Kc