[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250905-cuddly-viridian-coucal-134f8a@kuoka>
Date: Fri, 5 Sep 2025 10:23:42 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Abel Vesa <abel.vesa@...aro.org>
Cc: Vinod Koul <vkoul@...nel.org>,
Kishon Vijay Abraham I <kishon@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>,
Bjorn Andersson <andersson@...nel.org>, Dmitry Baryshkov <lumag@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>, Neil Armstrong <neil.armstrong@...aro.org>,
Johan Hovold <johan@...nel.org>, linux-arm-msm@...r.kernel.org, linux-phy@...ts.infradead.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] phy: qcom: edp: Add Glymur platform support
On Thu, Sep 04, 2025 at 09:55:53AM +0300, Abel Vesa wrote:
> static struct qcom_edp_phy_cfg x1e80100_phy_cfg = {
> .aux_cfg = edp_phy_aux_cfg_v4,
> + .aux_cfg_size = ARRAY_SIZE(edp_phy_aux_cfg_v4),
> + .vco_div_cfg = edp_phy_vco_div_cfg_v4,
> .swing_pre_emph_cfg = &dp_phy_swing_pre_emph_cfg,
> .ver_ops = &qcom_edp_phy_ops_v6,
> };
>
> +static struct qcom_edp_phy_cfg glymur_phy_cfg = {
g<x
> + .aux_cfg = edp_phy_aux_cfg_v8,
> + .aux_cfg_size = ARRAY_SIZE(edp_phy_aux_cfg_v8),
> + .vco_div_cfg = edp_phy_vco_div_cfg_v8,
> + .swing_pre_emph_cfg = &edp_phy_swing_pre_emph_cfg_v5,
> + .ver_ops = &qcom_edp_phy_ops_v8,
> +};
> +
> static int qcom_edp_phy_power_on(struct phy *phy)
> {
> const struct qcom_edp *edp = phy_get_drvdata(phy);
> @@ -1141,6 +1365,7 @@ static const struct of_device_id qcom_edp_phy_match_table[] = {
> { .compatible = "qcom,sc8280xp-dp-phy", .data = &sc8280xp_dp_phy_cfg, },
> { .compatible = "qcom,sc8280xp-edp-phy", .data = &sc8280xp_edp_phy_cfg, },
> { .compatible = "qcom,x1e80100-dp-phy", .data = &x1e80100_phy_cfg, },
> + { .compatible = "qcom,glymur-dp-phy", .data = &glymur_phy_cfg, },
Don't stuff things to the end of lists.
Best regards,
Krzysztof
Powered by blists - more mailing lists