On 12/04/2021 16:04, Yongqiang Niu wrote: > This patch add component RDMA4 > > Signed-off-by: Yongqiang Niu <yongqiang.niu@xxxxxxxxxxxx> > Reviewed-by: Chun-Kuang Hu <chunkuang.hu@xxxxxxxxxx> > --- > include/linux/soc/mediatek/mtk-mmsys.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/soc/mediatek/mtk-mmsys.h b/include/linux/soc/mediatek/mtk-mmsys.h > index 7718cd6..4bba275 100644 > --- a/include/linux/soc/mediatek/mtk-mmsys.h > +++ b/include/linux/soc/mediatek/mtk-mmsys.h > @@ -38,6 +38,7 @@ enum mtk_ddp_comp_id { > DDP_COMPONENT_RDMA0, > DDP_COMPONENT_RDMA1, > DDP_COMPONENT_RDMA2, > + DDP_COMPONENT_RDMA4, Pach 1-3 looks good, but could be squashed in one patch. Please try to come up with a more descriptive commit message. Rule of thumb is to explain why we need a patch not what the patch does. Regards, Matthias > DDP_COMPONENT_UFOE, > DDP_COMPONENT_WDMA0, > DDP_COMPONENT_WDMA1, >