Re: [PATCH V7 3/6] drm/mediatek: using different flags of clk for HDMI phy

2019-04-01 Thread CK Hu
Hi, Wangyan: As offline discuss, I think you could just remove the flag CLK_SET_RATE_PARENT and do not add CLK_SET_RATE_NO_REPARENT. I would like the title to be more clear about what you do so we could quickly understand what this patch do. For example: drm/mediatek: remove flag CLK_SET_RATE_PA

[PATCH V7 3/6] drm/mediatek: using different flags of clk for HDMI phy

2019-03-27 Thread wangyan wang
From: chunhui dai The parent rate of hdmi phy had set by DPI driver. We should not set or change the parent rate of MT2701 hdmi phy, as a result we should remove the flags of "CLK_SET_RATE_PARENT" from the clock of MT2701 hdmi phy. Signed-off-by: chunhui dai Signed-off-by: wangyan wang --- dr