Message ID | 1552294472-32929-2-git-send-email-erin.lo@mediatek.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | Add basic and clock support for Mediatek MT8183 SoC | expand |
On 11/03/2019 09:54, Erin Lo wrote: > This adds dt-binding documentation of uart for Mediatek MT8183 SoC > Platform. > > Signed-off-by: Erin Lo <erin.lo@mediatek.com> > Acked-by: Rob Herring <robh@kernel.org> > --- > Documentation/devicetree/bindings/serial/mtk-uart.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/serial/mtk-uart.txt b/Documentation/devicetree/bindings/serial/mtk-uart.txt > index 742cb47..bcfb131 100644 > --- a/Documentation/devicetree/bindings/serial/mtk-uart.txt > +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt > @@ -16,6 +16,7 @@ Required properties: > * "mediatek,mt8127-uart" for MT8127 compatible UARTS > * "mediatek,mt8135-uart" for MT8135 compatible UARTS > * "mediatek,mt8173-uart" for MT8173 compatible UARTS > + * "mediatek,mt8183-uart", "mediatek,mt6577-uart" for MT8183 compatible UARTS > * "mediatek,mt6577-uart" for MT6577 and all of the above > > - reg: The base address of the UART register bank. > Acked-by: Matthias Brugger <matthias.bgg@gmail.com> Greg will you take this through your branch or do you prefer me to queue it? Regards, Matthias
On Tue, Mar 12, 2019 at 03:41:57PM +0100, Matthias Brugger wrote: > > > On 11/03/2019 09:54, Erin Lo wrote: > > This adds dt-binding documentation of uart for Mediatek MT8183 SoC > > Platform. > > > > Signed-off-by: Erin Lo <erin.lo@mediatek.com> > > Acked-by: Rob Herring <robh@kernel.org> > > --- > > Documentation/devicetree/bindings/serial/mtk-uart.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/serial/mtk-uart.txt b/Documentation/devicetree/bindings/serial/mtk-uart.txt > > index 742cb47..bcfb131 100644 > > --- a/Documentation/devicetree/bindings/serial/mtk-uart.txt > > +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt > > @@ -16,6 +16,7 @@ Required properties: > > * "mediatek,mt8127-uart" for MT8127 compatible UARTS > > * "mediatek,mt8135-uart" for MT8135 compatible UARTS > > * "mediatek,mt8173-uart" for MT8173 compatible UARTS > > + * "mediatek,mt8183-uart", "mediatek,mt6577-uart" for MT8183 compatible UARTS > > * "mediatek,mt6577-uart" for MT6577 and all of the above > > > > - reg: The base address of the UART register bank. > > > > Acked-by: Matthias Brugger <matthias.bgg@gmail.com> > > Greg will you take this through your branch or do you prefer me to queue it? I can take it, let's wait for 5.1-rc1 to come out first please. thanks, greg k-h
diff --git a/Documentation/devicetree/bindings/serial/mtk-uart.txt b/Documentation/devicetree/bindings/serial/mtk-uart.txt index 742cb47..bcfb131 100644 --- a/Documentation/devicetree/bindings/serial/mtk-uart.txt +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt @@ -16,6 +16,7 @@ Required properties: * "mediatek,mt8127-uart" for MT8127 compatible UARTS * "mediatek,mt8135-uart" for MT8135 compatible UARTS * "mediatek,mt8173-uart" for MT8173 compatible UARTS + * "mediatek,mt8183-uart", "mediatek,mt6577-uart" for MT8183 compatible UARTS * "mediatek,mt6577-uart" for MT6577 and all of the above - reg: The base address of the UART register bank.