[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAGXv+5EXA5GF6+-_+SnqU1=Rq3Cv4_Uq+xHD55TO2CBtYans_A@mail.gmail.com>
Date: Tue, 6 Jan 2026 15:32:48 +0800
From: Chen-Yu Tsai <wenst@...omium.org>
To: Otto Pflüger <otto.pflueger@...cue.de>,
Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
Cc: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, Evans Jahja <evansjahja13@...il.com>
Subject: Re: [PATCH] arm64: dts: mediatek: mt8183: Add missing endpoint IDs to
display graph
On Sun, Dec 7, 2025 at 1:54 AM Otto Pflüger <otto.pflueger@...cue.de> wrote:
>
> The endpoint IDs in the display graph are expected to match the
> associated display path number, i.e. all endpoints connected to
> mmsys_ep_main must have reg = <0> and all endpoints connected to
> mmsys_ep_ext must have reg = <1>.
>
> Add the missing ID to all endpoints in the display graph, based on
> mt8365.dtsi as an existing example that does this correctly.
>
> Fixes: e72d63fa0563 ("arm64: dts: mediatek: mt8183: Migrate to display controller OF graph")
> Reported-by: Evans Jahja <evansjahja13@...il.com>
> Closes: https://lore.kernel.org/linux-mediatek/CAAq5pW9o3itC0G16LnJO7KMAQ_XoqXUpB=cuJ_7e3-H11zKd5Q@mail.gmail.com/
> Signed-off-by: Otto Pflüger <otto.pflueger@...cue.de>
Tested-by: Chen-Yu Tsai <wenst@...omium.org>
Restores the display on my MT8183 Juniper device to normal.
> ---
> arch/arm64/boot/dts/mediatek/mt8183.dtsi | 122 +++++++++++++++++++++++++------
> 1 file changed, 98 insertions(+), 24 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> index 4e20a8f2eb25803057955401a7737c7f029a1424..0c73043c67fd01147179e8f9b065684f67749ec2 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
> @@ -1754,15 +1754,21 @@ ports {
> #size-cells = <0>;
>
> port@0 {
> + #address-cells = <1>;
> + #size-cells = <0>;
> reg = <0>;
"reg" (and "compatible") properties should come before all other ones,
as documented in the device tree coding style. This applies to all the
additions in this patch.
ChenYu
Powered by blists - more mailing lists