* [PATCH 03/14] dt-bindings: phy: rockchip-inno-dsidphy: Document rv1126 [not found] <20230731110012.2913742-1-jagan@edgeble.ai> @ 2023-07-31 11:00 ` Jagan Teki 2023-07-31 20:49 ` Heiko Stübner 2023-08-11 17:52 ` Rob Herring 2023-07-31 11:00 ` [PATCH 04/14] phy: rockchip: inno-dsidphy: Add rv1126 support Jagan Teki 1 sibling, 2 replies; 5+ messages in thread From: Jagan Teki @ 2023-07-31 11:00 UTC (permalink / raw) To: Heiko Stuebner, linux-arm-kernel, linux-rockchip Cc: Jagan Teki, linux-phy, devicetree, Vinod Koul, Kishon Vijay Abraham I, Rob Herring, Krzysztof Kozlowski, Conor Dooley Document a compatible string for the rv1126 dsi-dphy. Signed-off-by: Jagan Teki <jagan@edgeble.ai> --- Cc: linux-phy@lists.infradead.org Cc: devicetree@vger.kernel.org Cc: Vinod Koul <vkoul@kernel.org> Cc: Kishon Vijay Abraham I <kishon@kernel.org> Cc: Rob Herring <robh+dt@kernel.org> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> Cc: Conor Dooley <conor+dt@kernel.org> .../devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml index 5c35e5ceec0b..46e64fa293d5 100644 --- a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml +++ b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml @@ -19,6 +19,7 @@ properties: - rockchip,rk3128-dsi-dphy - rockchip,rk3368-dsi-dphy - rockchip,rk3568-dsi-dphy + - rockchip,rv1126-dsi-dphy reg: maxItems: 1 -- 2.25.1 -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 03/14] dt-bindings: phy: rockchip-inno-dsidphy: Document rv1126 2023-07-31 11:00 ` [PATCH 03/14] dt-bindings: phy: rockchip-inno-dsidphy: Document rv1126 Jagan Teki @ 2023-07-31 20:49 ` Heiko Stübner 2023-08-11 17:52 ` Rob Herring 1 sibling, 0 replies; 5+ messages in thread From: Heiko Stübner @ 2023-07-31 20:49 UTC (permalink / raw) To: linux-arm-kernel, linux-rockchip, Jagan Teki Cc: Jagan Teki, linux-phy, devicetree, Vinod Koul, Kishon Vijay Abraham I, Rob Herring, Krzysztof Kozlowski, Conor Dooley Am Montag, 31. Juli 2023, 13:00:01 CEST schrieb Jagan Teki: > Document a compatible string for the rv1126 dsi-dphy. > > Signed-off-by: Jagan Teki <jagan@edgeble.ai> Acked-by: Heiko Stuebner <heiko@sntech.de> > --- > Cc: linux-phy@lists.infradead.org > Cc: devicetree@vger.kernel.org > Cc: Vinod Koul <vkoul@kernel.org> > Cc: Kishon Vijay Abraham I <kishon@kernel.org> > Cc: Rob Herring <robh+dt@kernel.org> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> > Cc: Conor Dooley <conor+dt@kernel.org> > > .../devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml > index 5c35e5ceec0b..46e64fa293d5 100644 > --- a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml > +++ b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml > @@ -19,6 +19,7 @@ properties: > - rockchip,rk3128-dsi-dphy > - rockchip,rk3368-dsi-dphy > - rockchip,rk3568-dsi-dphy > + - rockchip,rv1126-dsi-dphy > > reg: > maxItems: 1 > -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 03/14] dt-bindings: phy: rockchip-inno-dsidphy: Document rv1126 2023-07-31 11:00 ` [PATCH 03/14] dt-bindings: phy: rockchip-inno-dsidphy: Document rv1126 Jagan Teki 2023-07-31 20:49 ` Heiko Stübner @ 2023-08-11 17:52 ` Rob Herring 1 sibling, 0 replies; 5+ messages in thread From: Rob Herring @ 2023-08-11 17:52 UTC (permalink / raw) To: Jagan Teki Cc: Vinod Koul, Krzysztof Kozlowski, linux-phy, linux-arm-kernel, Rob Herring, Conor Dooley, Kishon Vijay Abraham I, Heiko Stuebner, linux-rockchip, devicetree On Mon, 31 Jul 2023 16:30:01 +0530, Jagan Teki wrote: > Document a compatible string for the rv1126 dsi-dphy. > > Signed-off-by: Jagan Teki <jagan@edgeble.ai> > --- > Cc: linux-phy@lists.infradead.org > Cc: devicetree@vger.kernel.org > Cc: Vinod Koul <vkoul@kernel.org> > Cc: Kishon Vijay Abraham I <kishon@kernel.org> > Cc: Rob Herring <robh+dt@kernel.org> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> > Cc: Conor Dooley <conor+dt@kernel.org> > > .../devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org> -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 04/14] phy: rockchip: inno-dsidphy: Add rv1126 support [not found] <20230731110012.2913742-1-jagan@edgeble.ai> 2023-07-31 11:00 ` [PATCH 03/14] dt-bindings: phy: rockchip-inno-dsidphy: Document rv1126 Jagan Teki @ 2023-07-31 11:00 ` Jagan Teki 2023-07-31 20:49 ` Heiko Stübner 1 sibling, 1 reply; 5+ messages in thread From: Jagan Teki @ 2023-07-31 11:00 UTC (permalink / raw) To: Heiko Stuebner, linux-arm-kernel, linux-rockchip Cc: Jagan Teki, linux-phy, Vinod Koul, Kishon Vijay Abraham I Add support for Rockchip RV1126 DSI-DPHY. The existing 2.5GHz phy timing table added for RK3568 is working as it is for RV1126 as well. Signed-off-by: Jagan Teki <jagan@edgeble.ai> --- Cc: linux-phy@lists.infradead.org Cc: Vinod Koul <vkoul@kernel.org> Cc: Kishon Vijay Abraham I <kishon@kernel.org> drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c b/drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c index c879ec69bfd6..6405943a2676 100644 --- a/drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c +++ b/drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c @@ -770,6 +770,9 @@ static const struct of_device_id inno_dsidphy_of_match[] = { }, { .compatible = "rockchip,rk3568-dsi-dphy", .data = &max_2_5ghz_video_phy_plat_data, + }, { + .compatible = "rockchip,rv1126-dsi-dphy", + .data = &max_2_5ghz_video_phy_plat_data, }, {} }; -- 2.25.1 -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 04/14] phy: rockchip: inno-dsidphy: Add rv1126 support 2023-07-31 11:00 ` [PATCH 04/14] phy: rockchip: inno-dsidphy: Add rv1126 support Jagan Teki @ 2023-07-31 20:49 ` Heiko Stübner 0 siblings, 0 replies; 5+ messages in thread From: Heiko Stübner @ 2023-07-31 20:49 UTC (permalink / raw) To: linux-arm-kernel, linux-rockchip, Jagan Teki Cc: Jagan Teki, linux-phy, Vinod Koul, Kishon Vijay Abraham I Am Montag, 31. Juli 2023, 13:00:02 CEST schrieb Jagan Teki: > Add support for Rockchip RV1126 DSI-DPHY. > > The existing 2.5GHz phy timing table added for RK3568 is working > as it is for RV1126 as well. > > Signed-off-by: Jagan Teki <jagan@edgeble.ai> Reviewed-by: Heiko Stuebner <heiko@sntech.de> -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-08-11 17:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20230731110012.2913742-1-jagan@edgeble.ai>
2023-07-31 11:00 ` [PATCH 03/14] dt-bindings: phy: rockchip-inno-dsidphy: Document rv1126 Jagan Teki
2023-07-31 20:49 ` Heiko Stübner
2023-08-11 17:52 ` Rob Herring
2023-07-31 11:00 ` [PATCH 04/14] phy: rockchip: inno-dsidphy: Add rv1126 support Jagan Teki
2023-07-31 20:49 ` Heiko Stübner
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox