[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAL_JsqJM3sHECd9U1aJ+HGvTarLxmrNFkXq-k4jGU4S6h8nO3A@mail.gmail.com>
Date: Mon, 14 Oct 2024 12:38:53 -0500
From: Rob Herring <robh@...nel.org>
To: Pin-yen Lin <treapking@...omium.org>
Cc: Chun-Kuang Hu <chunkuang.hu@...nel.org>, Philipp Zabel <p.zabel@...gutronix.de>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>, CK Hu <ck.hu@...iatek.com>,
linux-kernel@...r.kernel.org, dri-devel@...ts.freedesktop.org,
devicetree@...r.kernel.org, Fabien Parent <fparent@...libre.com>,
Jitao shi <jitao.shi@...iatek.com>, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, kernel test robot <lkp@...el.com>
Subject: Re: [PATCH 2/2] arm64: dts: mt8183: Add port node to dpi node
On Fri, Sep 13, 2024 at 4:37 PM Rob Herring <robh@...nel.org> wrote:
>
> On Thu, Sep 12, 2024 at 9:44 AM Pin-yen Lin <treapking@...omium.org> wrote:
> >
> > Add the port node to fix the binding schema check.
>
> The dsi node has the same issue.
This is still causing warnings in the tree. Please respin the patch.
>
> > Fixes: 009d855a26fd ("arm64: dts: mt8183: add dpi node to mt8183")
> > Signed-off-by: Pin-yen Lin <treapking@...omium.org>
> > Reported-by: kernel test robot <lkp@...el.com>
> > Closes: https://lore.kernel.org/oe-kbuild-all/202409110843.Hm5W9upr-lkp@intel.com/
> >
> > ---
> >
> > arch/arm64/boot/dts/mediatek/mt8183.dtsi | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> > index 266441e999f2..0a6578aacf82 100644
> > --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> > +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> > @@ -1845,6 +1845,10 @@ dpi0: dpi@...15000 {
> > <&mmsys CLK_MM_DPI_MM>,
> > <&apmixedsys CLK_APMIXED_TVDPLL>;
> > clock-names = "pixel", "engine", "pll";
> > +
> > + port {
> > + dpi_out: endpoint { };
> > + };
> > };
> >
> > mutex: mutex@...16000 {
> > --
> > 2.46.0.662.g92d0881bb0-goog
> >
Powered by blists - more mailing lists