Linux-PHY Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: phy: Add compatible for Mediatek MT8188
@ 2022-09-26  8:14 xinlei.lee
  2022-09-26  8:30 ` Krzysztof Kozlowski
  2022-09-26  9:03 ` xinlei.lee
  0 siblings, 2 replies; 3+ messages in thread
From: xinlei.lee @ 2022-09-26  8:14 UTC (permalink / raw)
  To: chunfeng.yun, kishon, vkoul, robh+dt, krzysztof.kozlowski+dt,
	matthias.bgg, chunkuang.hu, p.zabel
  Cc: linux-arm-kernel, linux-mediatek, linux-phy, devicetree,
	linux-kernel, Project_Global_Chrome_Upstream_Group, xinlei lee

From: xinlei lee <xinlei.lee@mediatek.com>

Add dt-binding documentation of dsi-phy for MediaTek MT8188 SoC.

Signed-off-by: xinlei lee <xinlei.lee@mediatek.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 9c2a734..beba633 100644
--- a/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml
@@ -27,6 +27,7 @@ properties:
       - items:
           - enum:
               - mediatek,mt8365-mipi-tx
+              - mediatek,mt8188-mipi-tx
           - const: mediatek,mt8183-mipi-tx
       - const: mediatek,mt2701-mipi-tx
       - const: mediatek,mt8173-mipi-tx
-- 
2.6.4


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: phy: Add compatible for Mediatek MT8188
  2022-09-26  8:14 [PATCH] dt-bindings: phy: Add compatible for Mediatek MT8188 xinlei.lee
@ 2022-09-26  8:30 ` Krzysztof Kozlowski
  2022-09-26  9:03 ` xinlei.lee
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-26  8:30 UTC (permalink / raw)
  To: xinlei.lee, chunfeng.yun, kishon, vkoul, robh+dt,
	krzysztof.kozlowski+dt, matthias.bgg, chunkuang.hu, p.zabel
  Cc: linux-arm-kernel, linux-mediatek, linux-phy, devicetree,
	linux-kernel, Project_Global_Chrome_Upstream_Group

On 26/09/2022 10:14, xinlei.lee@mediatek.com wrote:
> From: xinlei lee <xinlei.lee@mediatek.com>
> 
> Add dt-binding documentation of dsi-phy for MediaTek MT8188 SoC.
> 
> Signed-off-by: xinlei lee <xinlei.lee@mediatek.com>
> ---
>  Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml | 1 +

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: phy: Add compatible for Mediatek MT8188
  2022-09-26  8:14 [PATCH] dt-bindings: phy: Add compatible for Mediatek MT8188 xinlei.lee
  2022-09-26  8:30 ` Krzysztof Kozlowski
@ 2022-09-26  9:03 ` xinlei.lee
  1 sibling, 0 replies; 3+ messages in thread
From: xinlei.lee @ 2022-09-26  9:03 UTC (permalink / raw)
  To: chunfeng.yun, kishon, vkoul, robh+dt, krzysztof.kozlowski+dt,
	matthias.bgg, chunkuang.hu, p.zabel
  Cc: linux-arm-kernel, linux-mediatek, linux-phy, devicetree,
	linux-kernel, Project_Global_Chrome_Upstream_Group

On Mon, 2022-09-26 at 16:14 +0800, xinlei.lee@mediatek.com wrote:
> From: xinlei lee <xinlei.lee@mediatek.com>
> 
> Add dt-binding documentation of dsi-phy for MediaTek MT8188 SoC.
> 
> Signed-off-by: xinlei lee <xinlei.lee@mediatek.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 9c2a734..beba633 100644
> --- a/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml
> +++ b/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml
> @@ -27,6 +27,7 @@ properties:
>        - items:
>            - enum:
>                - mediatek,mt8365-mipi-tx
> +              - mediatek,mt8188-mipi-tx
>            - const: mediatek,mt8183-mipi-tx
>        - const: mediatek,mt2701-mipi-tx
>        - const: mediatek,mt8173-mipi-tx

Hi all:

Maybe the position of the mt8188 is not suitable, I will re-send it to
adjust it.

Best Regards!
Xinlei


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-26  9:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-26  8:14 [PATCH] dt-bindings: phy: Add compatible for Mediatek MT8188 xinlei.lee
2022-09-26  8:30 ` Krzysztof Kozlowski
2022-09-26  9:03 ` xinlei.lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox