* [PATCH 1/2] dt-bindings: phy: mediatek,dsi-phy: Add support for MT6893
@ 2025-04-16 12:02 AngeloGioacchino Del Regno
2025-04-16 12:02 ` [PATCH 2/2] dt-bindings: phy: mediatek,tphy: " AngeloGioacchino Del Regno
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-04-16 12:02 UTC (permalink / raw)
To: chunfeng.yun
Cc: vkoul, kishon, robh, krzk+dt, conor+dt, matthias.bgg,
angelogioacchino.delregno, chunkuang.hu, p.zabel,
linux-arm-kernel, linux-mediatek, linux-phy, devicetree,
linux-kernel, kernel
Add support for the MediaTek Dimensity 1200 (MT6893) SoC: the DSI
PHY found in this chip is fully compatible with the one found in
the MT8183 SoC.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---
Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml b/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml
index f6e494d0d89b..acdbce937b0a 100644
--- a/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml
@@ -30,6 +30,7 @@ properties:
- const: mediatek,mt8173-mipi-tx
- items:
- enum:
+ - mediatek,mt6893-mipi-tx
- mediatek,mt8188-mipi-tx
- mediatek,mt8195-mipi-tx
- mediatek,mt8365-mipi-tx
--
2.49.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] dt-bindings: phy: mediatek,tphy: Add support for MT6893
2025-04-16 12:02 [PATCH 1/2] dt-bindings: phy: mediatek,dsi-phy: Add support for MT6893 AngeloGioacchino Del Regno
@ 2025-04-16 12:02 ` AngeloGioacchino Del Regno
2025-04-21 21:33 ` Rob Herring (Arm)
2025-04-21 21:33 ` [PATCH 1/2] dt-bindings: phy: mediatek,dsi-phy: " Rob Herring (Arm)
2025-05-14 11:37 ` Vinod Koul
2 siblings, 1 reply; 5+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-04-16 12:02 UTC (permalink / raw)
To: chunfeng.yun
Cc: vkoul, kishon, robh, krzk+dt, conor+dt, matthias.bgg,
angelogioacchino.delregno, chunkuang.hu, p.zabel,
linux-arm-kernel, linux-mediatek, linux-phy, devicetree,
linux-kernel, kernel
Add a compatible string for the MediaTek Dimensity 1200 (MT6893)
SoC: this chip integrates a MediaTek generic T-PHY version 2.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---
Documentation/devicetree/bindings/phy/mediatek,tphy.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml b/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml
index 6be3aa4557e5..b2218c151939 100644
--- a/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml
+++ b/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml
@@ -78,6 +78,7 @@ properties:
- items:
- enum:
- mediatek,mt2712-tphy
+ - mediatek,mt6893-tphy
- mediatek,mt7629-tphy
- mediatek,mt7986-tphy
- mediatek,mt8183-tphy
--
2.49.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] dt-bindings: phy: mediatek,dsi-phy: Add support for MT6893
2025-04-16 12:02 [PATCH 1/2] dt-bindings: phy: mediatek,dsi-phy: Add support for MT6893 AngeloGioacchino Del Regno
2025-04-16 12:02 ` [PATCH 2/2] dt-bindings: phy: mediatek,tphy: " AngeloGioacchino Del Regno
@ 2025-04-21 21:33 ` Rob Herring (Arm)
2025-05-14 11:37 ` Vinod Koul
2 siblings, 0 replies; 5+ messages in thread
From: Rob Herring (Arm) @ 2025-04-21 21:33 UTC (permalink / raw)
To: AngeloGioacchino Del Regno
Cc: linux-kernel, p.zabel, kishon, linux-arm-kernel, chunfeng.yun,
devicetree, matthias.bgg, vkoul, kernel, linux-mediatek,
chunkuang.hu, linux-phy, krzk+dt, conor+dt
On Wed, 16 Apr 2025 14:02:19 +0200, AngeloGioacchino Del Regno wrote:
> Add support for the MediaTek Dimensity 1200 (MT6893) SoC: the DSI
> PHY found in this chip is fully compatible with the one found in
> the MT8183 SoC.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
> Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] dt-bindings: phy: mediatek,tphy: Add support for MT6893
2025-04-16 12:02 ` [PATCH 2/2] dt-bindings: phy: mediatek,tphy: " AngeloGioacchino Del Regno
@ 2025-04-21 21:33 ` Rob Herring (Arm)
0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring (Arm) @ 2025-04-21 21:33 UTC (permalink / raw)
To: AngeloGioacchino Del Regno
Cc: krzk+dt, devicetree, kishon, matthias.bgg, linux-arm-kernel,
vkoul, linux-phy, linux-mediatek, linux-kernel, kernel, p.zabel,
chunkuang.hu, conor+dt, chunfeng.yun
On Wed, 16 Apr 2025 14:02:20 +0200, AngeloGioacchino Del Regno wrote:
> Add a compatible string for the MediaTek Dimensity 1200 (MT6893)
> SoC: this chip integrates a MediaTek generic T-PHY version 2.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
> Documentation/devicetree/bindings/phy/mediatek,tphy.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] dt-bindings: phy: mediatek,dsi-phy: Add support for MT6893
2025-04-16 12:02 [PATCH 1/2] dt-bindings: phy: mediatek,dsi-phy: Add support for MT6893 AngeloGioacchino Del Regno
2025-04-16 12:02 ` [PATCH 2/2] dt-bindings: phy: mediatek,tphy: " AngeloGioacchino Del Regno
2025-04-21 21:33 ` [PATCH 1/2] dt-bindings: phy: mediatek,dsi-phy: " Rob Herring (Arm)
@ 2025-05-14 11:37 ` Vinod Koul
2 siblings, 0 replies; 5+ messages in thread
From: Vinod Koul @ 2025-05-14 11:37 UTC (permalink / raw)
To: chunfeng.yun, AngeloGioacchino Del Regno
Cc: kishon, robh, krzk+dt, conor+dt, matthias.bgg, chunkuang.hu,
p.zabel, linux-arm-kernel, linux-mediatek, linux-phy, devicetree,
linux-kernel, kernel
On Wed, 16 Apr 2025 14:02:19 +0200, AngeloGioacchino Del Regno wrote:
> Add support for the MediaTek Dimensity 1200 (MT6893) SoC: the DSI
> PHY found in this chip is fully compatible with the one found in
> the MT8183 SoC.
>
>
Applied, thanks!
[1/2] dt-bindings: phy: mediatek,dsi-phy: Add support for MT6893
commit: fe750a871d90e081c52ce1988e1fbc85576152a3
[2/2] dt-bindings: phy: mediatek,tphy: Add support for MT6893
commit: 1b1e949924fb59e98d9401681b139e92e75686ac
Best regards,
--
~Vinod
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-05-14 12:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-16 12:02 [PATCH 1/2] dt-bindings: phy: mediatek,dsi-phy: Add support for MT6893 AngeloGioacchino Del Regno
2025-04-16 12:02 ` [PATCH 2/2] dt-bindings: phy: mediatek,tphy: " AngeloGioacchino Del Regno
2025-04-21 21:33 ` Rob Herring (Arm)
2025-04-21 21:33 ` [PATCH 1/2] dt-bindings: phy: mediatek,dsi-phy: " Rob Herring (Arm)
2025-05-14 11:37 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).