On Wed, Aug 19, 2020 at 4:46 AM Mauro Carvalho Chehab mchehab+huawei@kernel.org wrote:
@@ -376,7 +355,7 @@ static int kirin_drm_platform_resume(struct platform_device *pdev) }
static const struct of_device_id kirin_drm_dt_ids[] = {
{ .compatible = "hisilicon,hi3660-dpe",
{ .compatible = "hisilicon,kirin960-dpe",
One issue, elsewhere in your patch stack you still refer to the hisilicon,hi3660-dpe compatible string. This should probably be consistent one way or the other.
thanks -john