Re: [PATCH 1/3] drm: hikey9xx: Fix inconsistent compat string

2020-08-20 Thread Mauro Carvalho Chehab
Em Thu, 20 Aug 2020 03:39:39 + John Stultz escreveu: > This is against Mauro's tree here: > https://gitlab.freedesktop.org/mchehab_kernel/hikey-970/-/commits/master/ > > A previous patch changed this string to be > "hisilicon,kirin960-dpe", but there are other place where the > code still ex

[PATCH 1/3] drm: hikey9xx: Fix inconsistent compat string

2020-08-19 Thread John Stultz
This is against Mauro's tree here: https://gitlab.freedesktop.org/mchehab_kernel/hikey-970/-/commits/master/ A previous patch changed this string to be "hisilicon,kirin960-dpe", but there are other place where the code still expects "hisilicon,hi3660-dpe", so change it back. Cc: Mauro Carvalho Ch