Message ID | 20220215075953.3310-3-rex-bc.chen@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | add display support for MediaTek SoC MT8186 | expand |
Hi, Rex: On Tue, 2022-02-15 at 15:59 +0800, Rex-BC Chen wrote: > Add decriptions about supported SoC: MT8186. > > Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com> > --- > .../devicetree/bindings/display/mediatek/mediatek,disp.txt | 2 > +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.tx > t > b/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.tx > t > index 78044c340e20..f22b3d90d45a 100644 > --- > a/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.tx > t > +++ > b/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.tx > t > @@ -44,7 +44,7 @@ Required properties (all function blocks): > "mediatek,<chip>-dpi" - DPI controller, see > mediatek,dpi.txt > "mediatek,<chip>-disp-mutex" - display mutex > "mediatek,<chip>-disp-od" - overdrive > - the supported chips are mt2701, mt7623, mt2712, mt8167, mt8173, > mt8183 and mt8192. > + the supported chips are mt2701, mt7623, mt2712, mt8167, mt8173, > mt8183, mt8186 and mt8192. I've applied [1], so please depend on [1] to send this patch. [1] https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git/commit/?h=mediatek-drm-next&id=4ed545e7d10049b5492afc184e61a67e478a2cfd Regards, CK > - reg: Physical base address and length of the function block > register space > - interrupts: The interrupt signal from the function block > (required, except for > merge and split function blocks).
On Tue, 2022-02-15 at 16:48 +0800, CK Hu wrote: > Hi, Rex: > > On Tue, 2022-02-15 at 15:59 +0800, Rex-BC Chen wrote: > > Add decriptions about supported SoC: MT8186. > > > > Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com> > > --- > > .../devicetree/bindings/display/mediatek/mediatek,disp.txt | > > 2 > > +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git > > a/Documentation/devicetree/bindings/display/mediatek/mediatek,disp. > > tx > > t > > b/Documentation/devicetree/bindings/display/mediatek/mediatek,disp. > > tx > > t > > index 78044c340e20..f22b3d90d45a 100644 > > --- > > a/Documentation/devicetree/bindings/display/mediatek/mediatek,disp. > > tx > > t > > +++ > > b/Documentation/devicetree/bindings/display/mediatek/mediatek,disp. > > tx > > t > > @@ -44,7 +44,7 @@ Required properties (all function blocks): > > "mediatek,<chip>-dpi" - DPI controller, > > see > > mediatek,dpi.txt > > "mediatek,<chip>-disp-mutex" - display mutex > > "mediatek,<chip>-disp-od" - overdrive > > - the supported chips are mt2701, mt7623, mt2712, mt8167, mt8173, > > mt8183 and mt8192. > > + the supported chips are mt2701, mt7623, mt2712, mt8167, mt8173, > > mt8183, mt8186 and mt8192. > > I've applied [1], so please depend on [1] to send this patch. > > [1] > https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git/commit/?h=mediatek-drm-next&id=4ed545e7d10049b5492afc184e61a67e478a2cfd > > Regards, > CK > Hello CK, Thanks for your review. I will modify display binding based on [1] for next version. BRs, Rex-BC Chen > > - reg: Physical base address and length of the function block > > register space > > - interrupts: The interrupt signal from the function block > > (required, except for > > merge and split function blocks). > >
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt b/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt index 78044c340e20..f22b3d90d45a 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt @@ -44,7 +44,7 @@ Required properties (all function blocks): "mediatek,<chip>-dpi" - DPI controller, see mediatek,dpi.txt "mediatek,<chip>-disp-mutex" - display mutex "mediatek,<chip>-disp-od" - overdrive - the supported chips are mt2701, mt7623, mt2712, mt8167, mt8173, mt8183 and mt8192. + the supported chips are mt2701, mt7623, mt2712, mt8167, mt8173, mt8183, mt8186 and mt8192. - reg: Physical base address and length of the function block register space - interrupts: The interrupt signal from the function block (required, except for merge and split function blocks).
Add decriptions about supported SoC: MT8186. Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com> --- .../devicetree/bindings/display/mediatek/mediatek,disp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)