Linux-mediatek Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: phy: Add compatible for Mediatek MT8188
@ 2022-09-26  9:11 xinlei.lee
  2022-09-26  9:23 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: xinlei.lee @ 2022-09-26  9:11 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>
---
Change since v1:
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 9c2a734..7ea29ad 100644
--- a/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml
@@ -26,6 +26,7 @@ properties:
           - const: mediatek,mt2701-mipi-tx
       - items:
           - enum:
+              - mediatek,mt8188-mipi-tx
               - mediatek,mt8365-mipi-tx
           - const: mediatek,mt8183-mipi-tx
       - const: mediatek,mt2701-mipi-tx
-- 
2.6.4



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

* Re: [PATCH v2] dt-bindings: phy: Add compatible for Mediatek MT8188
  2022-09-26  9:11 [PATCH v2] dt-bindings: phy: Add compatible for Mediatek MT8188 xinlei.lee
@ 2022-09-26  9:23 ` Krzysztof Kozlowski
  2022-09-26 12:55   ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-26  9:23 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 11:11, 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>

Please add Acked-by/Reviewed-by tags when posting new versions. However,
there's no need to repost patches *only* to add the tags. The upstream
maintainer will do that for acks received on the version they apply.

https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst#L540

If a tag was not added on purpose, please state why and what changed.


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

Best regards,
Krzysztof



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

* Re: [PATCH v2] dt-bindings: phy: Add compatible for Mediatek MT8188
  2022-09-26  9:23 ` Krzysztof Kozlowski
@ 2022-09-26 12:55   ` Krzysztof Kozlowski
  2022-09-27  4:21     ` xinlei.lee
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-26 12:55 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 11:23, Krzysztof Kozlowski wrote:
> On 26/09/2022 11:11, 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>
> 
> Please add Acked-by/Reviewed-by tags when posting new versions. However,
> there's no need to repost patches *only* to add the tags. The upstream
> maintainer will do that for acks received on the version they apply.
> 
> https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst#L540
> 
> If a tag was not added on purpose, please state why and what changed.
> 
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


As pointed out in other discussion - these bindings might not be
correct. Please post DTS, so we can validate them.

Best regards,
Krzysztof



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

* Re: [PATCH v2] dt-bindings: phy: Add compatible for Mediatek MT8188
  2022-09-26 12:55   ` Krzysztof Kozlowski
@ 2022-09-27  4:21     ` xinlei.lee
  0 siblings, 0 replies; 4+ messages in thread
From: xinlei.lee @ 2022-09-27  4:21 UTC (permalink / raw)
  To: Krzysztof Kozlowski, 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 14:55 +0200, Krzysztof Kozlowski wrote:
> On 26/09/2022 11:23, Krzysztof Kozlowski wrote:
> > On 26/09/2022 11:11, 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>
> > 
> > Please add Acked-by/Reviewed-by tags when posting new versions.
> > However,
> > there's no need to repost patches *only* to add the tags. The
> > upstream
> > maintainer will do that for acks received on the version they
> > apply.
> > 
> > 
https://urldefense.com/v3/__https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst*L540__;Iw!!CTRNKA9wMg0ARbw!w9FOgUcssBRstcHm65UMMbvSlgAOjT8c0c_GP_CgTrR1-5iA7mcb64YFfdNkY227eQ$
> >  
> > 
> > If a tag was not added on purpose, please state why and what
> > changed.
> > 
> > 
> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> 
> As pointed out in other discussion - these bindings might not be
> correct. Please post DTS, so we can validate them.
> 
> Best regards,
> Krzysztof
> 

Hi Krzysztof:

Thanks for your review.

In the previous patch,I changed the addition position, so I re-send it.
I don't know if you have any suggestions,so I didn't add the acked tag.

I will wait until the mt8188.dts file exits before sending this patch.

Best Regards!
xinlei



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

end of thread, other threads:[~2022-09-27  4:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-26  9:11 [PATCH v2] dt-bindings: phy: Add compatible for Mediatek MT8188 xinlei.lee
2022-09-26  9:23 ` Krzysztof Kozlowski
2022-09-26 12:55   ` Krzysztof Kozlowski
2022-09-27  4:21     ` xinlei.lee

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