On 2/10/20 7:35 AM, Hsin-Yi Wang wrote: > aliases property name must include only lowercase and '-'. Fix in dts > and driver. > > Signed-off-by: Hsin-Yi Wang <hsinyi@xxxxxxxxxxxx> > --- > drivers/media/platform/mtk-mdp/mtk_mdp_comp.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/media/platform/mtk-mdp/mtk_mdp_comp.c b/drivers/media/platform/mtk-mdp/mtk_mdp_comp.c > index 9afe8161a8c0..0c4788af78dd 100644 > --- a/drivers/media/platform/mtk-mdp/mtk_mdp_comp.c > +++ b/drivers/media/platform/mtk-mdp/mtk_mdp_comp.c When resubmitting this, please make sure to use scripts/get_maintainer.pl The To and CC list are missing the relevant people and mailinglists, porbably that's why you never got a response. The patch is trivial feel free to add: Reviewed-by: Matthias Brugger <matthias.bgg@xxxxxxxxx> > @@ -15,10 +15,10 @@ > > > static const char * const mtk_mdp_comp_stem[MTK_MDP_COMP_TYPE_MAX] = { > - "mdp_rdma", > - "mdp_rsz", > - "mdp_wdma", > - "mdp_wrot", > + "mdp-rdma", > + "mdp-rsz", > + "mdp-wdma", > + "mdp-wrot", > }; > > struct mtk_mdp_comp_match { >