From: "Rob Herring (Arm)" <robh@kernel.org>
To: amergnat@baylibre.com
Cc: linux-mediatek@lists.infradead.org,
Catalin Marinas <catalin.marinas@arm.com>,
David Airlie <airlied@gmail.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
devicetree@vger.kernel.org,
Philipp Zabel <p.zabel@pengutronix.de>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
dri-devel@lists.freedesktop.org,
Conor Dooley <conor+dt@kernel.org>,
Will Deacon <will@kernel.org>, CK Hu <ck.hu@mediatek.com>,
Fabien Parent <fparent@baylibre.com>,
linux-arm-kernel@lists.infradead.org,
Thomas Zimmermann <tzimmermann@suse.de>,
Maxime Ripard <mripard@kernel.org>,
linux-kernel@vger.kernel.org, Jitao Shi <jitao.shi@mediatek.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
Chun-Kuang Hu <chunkuang.hu@kernel.org>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Simona Vetter <simona@ffwll.ch>,
Simona Vetter <simona.vetter@ffwll.ch>
Subject: Re: [PATCH v5 0/7] Add display support for the MT8365-EVK board
Date: Wed, 08 Jan 2025 16:34:52 -0600 [thread overview]
Message-ID: <173637565787.1164195.4383151341351649520.robh@kernel.org> (raw)
In-Reply-To: <20231023-display-support-v5-0-3905f1e4b835@baylibre.com>
On Wed, 08 Jan 2025 17:15:42 +0100, amergnat@baylibre.com wrote:
> The purpose of this series is to add the display support for the mt8365-evk.
>
> This is the list of HWs / IPs support added:
> - Connectors (HW):
> - HDMI
> - MIPI DSI (Mobile Industry Processor Interface Display Serial Interface)
> - HDMI bridge (it66121)
> - DSI pannel (startek,kd070fhfid015)
> - SoC display blocks (IP):
> - OVL0 (Overlay)
> - RDMA0 (Data Path Read DMA)
> - Color0
> - CCorr0 (Color Correction)
> - AAL0 (Adaptive Ambient Light)
> - GAMMA0
> - Dither0
> - DSI0 (Display Serial Interface)
> - RDMA1 (Data Path Read DMA)
> - DPI0 (Display Parallel Interface)
>
> The Mediatek DSI, DPI and DRM drivers are also improved.
>
> The series is rebased on top of Angelo's series [1] to
> use the OF graphs support.
>
> Regards,
> Alex
>
> Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
> ---
> Changes in v5:
> - Patch merged, then removed from the series:
> - dt-bindings: display: mediatek: rdma: add compatible for MT8365 SoC
> - dt-bindings: display: mediatek: ovl: add compatible for MT8365 SoC
> - dt-bindings: display: mediatek: gamma: add compatible for MT8365 SoC
> - dt-bindings: display: mediatek: dpi: add compatible for MT8365
> - dt-bindings: display: mediatek: dsi: add compatible for MT8365 SoC
> - dt-bindings: display: mediatek: dither: add compatible for MT8365 SoC
> - dt-bindings: display: mediatek: color: add compatible for MT8365 SoC
> - dt-bindings: display: mediatek: ccorr: add compatible for MT8365 SoC
> - dt-bindings: display: mediatek: aal: add compatible for MT8365 SoC
> - Enable STARTEK KD070FHFID015 panel in the defconfig.
> - Rebase on top of 6.13-rc6.
> - Link to v4: https://lore.kernel.org/all/20231023-display-support-v4-0-ed82eb168fb1@baylibre.com
>
> Changes in v4:
> - Patch merged, then removed from the series:
> - dt-bindings: display: mediatek: dpi: add power-domains property
> - dt-bindings: pwm: mediatek,pwm-disp: add compatible for mt8365 SoC
> - clk: mediatek: mt8365-mm: fix DPI0 parent
> - Remove mediatek,mt8365-dpi compatible from mtk_drm_drv.c because it
> use the mt8192's data. It's a miss.
> - Add MT8365 OF graphs support, remove the hardcoded display path and
> rebase on top of Angelo's series [1].
> - Link to v3: https://lore.kernel.org/r/20231023-display-support-v3-0-53388f3ed34b@baylibre.com
>
> Changes in v3:
> - Drop "drm/mediatek: add mt8365 dpi support" because it's the same
> config as mt8192 SoC
> - Drop "dt-bindings: pwm: mediatek,pwm-disp: add power-domains property"
> because an equivalent patch has been merge already.
> - Add DPI clock fix in a separate commit.
> - Improve DTS(I) readability.
> - Link to v2: https://lore.kernel.org/r/20231023-display-support-v2-0-33ce8864b227@baylibre.com
>
> Changes in v2:
> - s/binding/compatible/ in commit messages/titles.
> - Improve commit messages as Conor suggest.
> - pwm-disp: Set power domain property for MT8365. This one is optionnal
> and can be used for other SoC.
> - Fix mediatek,dsi.yaml issue.
> - Remove the extra clock in the DPI node/driver and fix the dpi clock
> parenting to be consistent with the DPI clock assignement.
> - Link to v1: https://lore.kernel.org/r/20231023-display-support-v1-0-5c860ed5c33b@baylibre.com
>
> [1] https://lore.kernel.org/lkml/20240516081104.83458-1-angelogioacchino.delregno@collabora.com/
>
> ---
> Alexandre Mergnat (5):
> drm/mediatek: dsi: Improves the DSI lane setup robustness
> arm64: defconfig: enable display connector support
> arm64: defconfig: enable STARTEK KD070FHFID015 panel
> arm64: dts: mediatek: add display blocks support for the MT8365 SoC
> arm64: dts: mediatek: add display support for mt8365-evk
>
> Fabien Parent (2):
> dt-bindings: display: mediatek: dpi: add power-domains property
> drm/mediatek: add MT8365 SoC support
>
> .../bindings/display/mediatek/mediatek,dpi.yaml | 5 +
> arch/arm64/boot/dts/mediatek/mt8365-evk.dts | 236 +++++++++++++++
> arch/arm64/boot/dts/mediatek/mt8365.dtsi | 336 +++++++++++++++++++++
> arch/arm64/configs/defconfig | 2 +
> drivers/gpu/drm/mediatek/mtk_drm_drv.c | 8 +
> drivers/gpu/drm/mediatek/mtk_dsi.c | 2 +
> 6 files changed, 589 insertions(+)
> ---
> base-commit: 9d89551994a430b50c4fffcb1e617a057fa76e20
> change-id: 20231023-display-support-c6418b30e419
>
> Best regards,
> --
> Alexandre Mergnat <amergnat@baylibre.com>
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
New warnings running 'make CHECK_DTBS=y mediatek/mt8365-evk.dtb' for 20231023-display-support-v5-0-3905f1e4b835@baylibre.com:
arch/arm64/boot/dts/mediatek/mt8365-evk.dtb: /soc/dpi@14018000: failed to match any schema with compatible: ['mediatek,mt8365-dpi', 'mediatek,mt8192-dpi']
arch/arm64/boot/dts/mediatek/mt8365-evk.dtb: /soc/dpi@14018000: failed to match any schema with compatible: ['mediatek,mt8365-dpi', 'mediatek,mt8192-dpi']
prev parent reply other threads:[~2025-01-08 22:36 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-08 16:15 [PATCH v5 0/7] Add display support for the MT8365-EVK board amergnat
2025-01-08 16:15 ` [PATCH v5 1/7] dt-bindings: display: mediatek: dpi: add power-domains property amergnat
2025-01-08 17:22 ` Rob Herring (Arm)
2025-01-09 10:15 ` Alexandre Mergnat
2025-01-08 16:15 ` [PATCH v5 2/7] drm/mediatek: dsi: Improves the DSI lane setup robustness Alexandre Mergnat
2025-01-08 16:15 ` [PATCH v5 3/7] drm/mediatek: add MT8365 SoC support amergnat
2025-01-08 16:15 ` [PATCH v5 4/7] arm64: defconfig: enable display connector support Alexandre Mergnat
2025-01-09 7:53 ` Krzysztof Kozlowski
2025-01-09 10:14 ` Alexandre Mergnat
2025-01-08 16:15 ` [PATCH v5 5/7] arm64: defconfig: enable STARTEK KD070FHFID015 panel Alexandre Mergnat
2025-01-09 7:54 ` Krzysztof Kozlowski
2025-01-09 10:14 ` Alexandre Mergnat
2025-01-08 16:15 ` [PATCH v5 6/7] arm64: dts: mediatek: add display blocks support for the MT8365 SoC Alexandre Mergnat
2025-01-08 16:15 ` [PATCH v5 7/7] arm64: dts: mediatek: add display support for mt8365-evk Alexandre Mergnat
2025-01-09 7:55 ` Krzysztof Kozlowski
2025-01-09 10:15 ` Alexandre Mergnat
2025-01-08 22:34 ` Rob Herring (Arm) [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=173637565787.1164195.4383151341351649520.robh@kernel.org \
--to=robh@kernel.org \
--cc=airlied@gmail.com \
--cc=amergnat@baylibre.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=catalin.marinas@arm.com \
--cc=chunkuang.hu@kernel.org \
--cc=ck.hu@mediatek.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=fparent@baylibre.com \
--cc=jitao.shi@mediatek.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=matthias.bgg@gmail.com \
--cc=mripard@kernel.org \
--cc=p.zabel@pengutronix.de \
--cc=simona.vetter@ffwll.ch \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox