Message ID | 20200225094057.120144-3-jitao.shi@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mt8183 dpi supports dual edge and pin mode swap | expand |
On Tue, 25 Feb 2020 17:40:52 +0800, Jitao Shi wrote: > Add descriptions about supported chips, including MT2701 & MT8173 & > mt8183 > > Signed-off-by: Jitao Shi <jitao.shi@mediatek.com> > --- > .../devicetree/bindings/display/mediatek/mediatek,dpi.txt | 1 + > 1 file changed, 1 insertion(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
On Tue, 2020-02-25 at 11:10 -0600, Rob Herring wrote: > On Tue, 25 Feb 2020 17:40:52 +0800, Jitao Shi wrote: > > Add descriptions about supported chips, including MT2701 & MT8173 & > > mt8183 > > > > Signed-off-by: Jitao Shi <jitao.shi@mediatek.com> > > --- > > .../devicetree/bindings/display/mediatek/mediatek,dpi.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > Please add Acked-by/Reviewed-by tags when posting new versions. However, > there's no need to repost patches *only* to add the tags. The upstream > maintainer will do that for acks received on the version they apply. > > If a tag was not added on purpose, please state why and what changed. I think this version is the same as v3 [1] which has been reviewed by Rob, so I applied this patch i mediatek-drm-next-5.7 [2], thanks. [1] https://patchwork.kernel.org/patch/10901971/ [2] https://github.com/ckhu-mediatek/linux.git-tags/commits/mediatek-drm-next-5.7 Regards, CK
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.txt b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.txt index b6a7e7397b8b..58914cf681b8 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.txt +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.txt @@ -7,6 +7,7 @@ output bus. Required properties: - compatible: "mediatek,<chip>-dpi" + the supported chips are mt2701 , mt8173 and mt8183. - reg: Physical base address and length of the controller's registers - interrupts: The interrupt signal from the function block. - clocks: device clocks
Add descriptions about supported chips, including MT2701 & MT8173 & mt8183 Signed-off-by: Jitao Shi <jitao.shi@mediatek.com> --- .../devicetree/bindings/display/mediatek/mediatek,dpi.txt | 1 + 1 file changed, 1 insertion(+)