Re: [PATCH 2/2] arm64: dts: mediatek: add mt6765 support

From: Mars Cheng
Date: Tue Jun 19 2018 - 20:18:24 EST


Hi Matthias

On Fri, 2018-06-15 at 10:54 +0200, Matthias Brugger wrote:
>
> On 13/06/18 00:40, Mars Cheng wrote:
> > +
> > + uart0: serial@11002000 {
> > + compatible = "mediatek,mt6765-uart",
> > + "mediatek,mt6577-uart";
> > + reg = <0 0x11002000 0 0x400>;
> > + interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_LOW>;
> > + clocks = <&uart_clk>;
> > + status = "disabled";
> > + };
>
> You need "baud" and "bus" clock. Also add clock-names please.

Got it, will add them in V2

>
> > +
> > + uart1: serial@11003000 {
> > + compatible = "mediatek,mt6765-uart",
> > + "mediatek,mt6577-uart";
> > + reg = <0 0x11003000 0 0x400>;
> > + interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_LOW>;
> > + clocks = <&uart_clk>;
> > + status = "disabled";
>
> Same here obviously.

Will fixed in V2.

Thanks.
>
> Regards,
> Matthias