linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] dt-bindings: phy: Add compatible for Mediatek MT8188
@ 2023-09-08  7:53 Shuijing Li
  2023-09-08 10:04 ` AngeloGioacchino Del Regno
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shuijing Li @ 2023-09-08  7:53 UTC (permalink / raw)
  To: chunfeng.yun, vkoul, kishon, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, matthias.bgg, angelogioacchino.delregno, chunkuang.hu,
	p.zabel
  Cc: linux-phy, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	jitao.shi, Shuijing Li

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

Signed-off-by: Shuijing Li <shuijing.li@mediatek.com>
---
Changes in v3:
After upstreaming the basic version of mt8188.dtsi, we will add the
following mipi node in mt8188.dtsi:
mipi_tx_config0: mipi_dphy0@11c80000 {
			compatible = "mediatek,mt8188-mipi-tx",
				     "mediatek,mt8183-mipi-tx";
			reg = <0 0x11c80000 0 0x1000>;
			clocks = <&clk26m>;
			#clock-cells = <0>;
			#phy-cells = <0>;
			clock-output-names = "mipi_tx0_pll";
			status = "disabled";
		};
per suggestion from the previous thread:
https://lore.kernel.org/all/0a6d3d14-33f0-92d2-b42f-e4d336c8cd91@linaro.org/
Changes in v2:
Adjust mt8188 position.
---
 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 a63b20dfa4a5..6703689fcdbe 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,mt8188-mipi-tx
               - mediatek,mt8365-mipi-tx
           - const: mediatek,mt8183-mipi-tx
       - const: mediatek,mt2701-mipi-tx
-- 
2.40.1



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

* Re: [PATCH v3] dt-bindings: phy: Add compatible for Mediatek MT8188
  2023-09-08  7:53 [PATCH v3] dt-bindings: phy: Add compatible for Mediatek MT8188 Shuijing Li
@ 2023-09-08 10:04 ` AngeloGioacchino Del Regno
  2023-09-10  9:40 ` Conor Dooley
  2023-09-21 14:29 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: AngeloGioacchino Del Regno @ 2023-09-08 10:04 UTC (permalink / raw)
  To: Shuijing Li, chunfeng.yun, vkoul, kishon, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, matthias.bgg, chunkuang.hu,
	p.zabel
  Cc: linux-phy, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	jitao.shi

Il 08/09/23 09:53, Shuijing Li ha scritto:
> Add dt-binding documentation of dsi-phy for MediaTek MT8188 SoC.
> 
> Signed-off-by: Shuijing Li <shuijing.li@mediatek.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

> ---
> Changes in v3:
> After upstreaming the basic version of mt8188.dtsi, we will add the
> following mipi node in mt8188.dtsi:
> mipi_tx_config0: mipi_dphy0@11c80000 {
> 			compatible = "mediatek,mt8188-mipi-tx",
> 				     "mediatek,mt8183-mipi-tx";
> 			reg = <0 0x11c80000 0 0x1000>;
> 			clocks = <&clk26m>;
> 			#clock-cells = <0>;
> 			#phy-cells = <0>;
> 			clock-output-names = "mipi_tx0_pll";
> 			status = "disabled";
> 		};
> per suggestion from the previous thread:
> https://lore.kernel.org/all/0a6d3d14-33f0-92d2-b42f-e4d336c8cd91@linaro.org/
> Changes in v2:
> Adjust mt8188 position.
> ---
>   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 a63b20dfa4a5..6703689fcdbe 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,mt8188-mipi-tx
>                 - mediatek,mt8365-mipi-tx
>             - const: mediatek,mt8183-mipi-tx
>         - const: mediatek,mt2701-mipi-tx




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

* Re: [PATCH v3] dt-bindings: phy: Add compatible for Mediatek MT8188
  2023-09-08  7:53 [PATCH v3] dt-bindings: phy: Add compatible for Mediatek MT8188 Shuijing Li
  2023-09-08 10:04 ` AngeloGioacchino Del Regno
@ 2023-09-10  9:40 ` Conor Dooley
  2023-09-21 14:29 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2023-09-10  9:40 UTC (permalink / raw)
  To: Shuijing Li
  Cc: chunfeng.yun, vkoul, kishon, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, matthias.bgg, angelogioacchino.delregno, chunkuang.hu,
	p.zabel, linux-phy, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	jitao.shi

[-- Attachment #1: Type: text/plain, Size: 1644 bytes --]

On Fri, Sep 08, 2023 at 03:53:10PM +0800, Shuijing Li wrote:
> Add dt-binding documentation of dsi-phy for MediaTek MT8188 SoC.
> 
> Signed-off-by: Shuijing Li <shuijing.li@mediatek.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

> ---
> Changes in v3:
> After upstreaming the basic version of mt8188.dtsi, we will add the
> following mipi node in mt8188.dtsi:
> mipi_tx_config0: mipi_dphy0@11c80000 {
> 			compatible = "mediatek,mt8188-mipi-tx",
> 				     "mediatek,mt8183-mipi-tx";
> 			reg = <0 0x11c80000 0 0x1000>;
> 			clocks = <&clk26m>;
> 			#clock-cells = <0>;
> 			#phy-cells = <0>;
> 			clock-output-names = "mipi_tx0_pll";
> 			status = "disabled";
> 		};
> per suggestion from the previous thread:
> https://lore.kernel.org/all/0a6d3d14-33f0-92d2-b42f-e4d336c8cd91@linaro.org/
> Changes in v2:
> Adjust mt8188 position.
> ---
>  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 a63b20dfa4a5..6703689fcdbe 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,mt8188-mipi-tx
>                - mediatek,mt8365-mipi-tx
>            - const: mediatek,mt8183-mipi-tx
>        - const: mediatek,mt2701-mipi-tx
> -- 
> 2.40.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH v3] dt-bindings: phy: Add compatible for Mediatek MT8188
  2023-09-08  7:53 [PATCH v3] dt-bindings: phy: Add compatible for Mediatek MT8188 Shuijing Li
  2023-09-08 10:04 ` AngeloGioacchino Del Regno
  2023-09-10  9:40 ` Conor Dooley
@ 2023-09-21 14:29 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2023-09-21 14:29 UTC (permalink / raw)
  To: chunfeng.yun, kishon, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	matthias.bgg, angelogioacchino.delregno, chunkuang.hu, p.zabel,
	Shuijing Li
  Cc: linux-phy, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	jitao.shi


On Fri, 08 Sep 2023 15:53:10 +0800, Shuijing Li wrote:
> Add dt-binding documentation of dsi-phy for MediaTek MT8188 SoC.
> 
> 

Applied, thanks!

[1/1] dt-bindings: phy: Add compatible for Mediatek MT8188
      commit: be5747285ea0774501c5c9d25cbff43e6b0b53b9

Best regards,
-- 
~Vinod




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

end of thread, other threads:[~2023-09-21 14:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-08  7:53 [PATCH v3] dt-bindings: phy: Add compatible for Mediatek MT8188 Shuijing Li
2023-09-08 10:04 ` AngeloGioacchino Del Regno
2023-09-10  9:40 ` Conor Dooley
2023-09-21 14:29 ` 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).