Message ID | 20230308-msm8226-mdp-v1-1-679f335d3d5b@z3ntu.xyz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Display support for MSM8226 | expand |
On Mon, May 29, 2023 at 11:43:58AM +0200, Luca Weiss wrote: > The MSM8226 SoC uses a slightly different 28nm dsi phy. Add a new > compatible for it. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- > Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml | 1 + > Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml b/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml > index cf4a338c4661..bd70c3873ca9 100644 > --- a/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml > +++ b/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml > @@ -18,6 +18,7 @@ properties: > - qcom,dsi-phy-28nm-hpm > - qcom,dsi-phy-28nm-hpm-fam-b > - qcom,dsi-phy-28nm-lp > + - qcom,dsi-phy-28nm-8226 How come the order is different in both places? Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor. > - qcom,dsi-phy-28nm-8960 > > reg: > diff --git a/Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml b/Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml > index b0100105e428..db9f07c6142d 100644 > --- a/Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml > +++ b/Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml > @@ -125,6 +125,7 @@ patternProperties: > - qcom,dsi-phy-14nm-660 > - qcom,dsi-phy-14nm-8953 > - qcom,dsi-phy-20nm > + - qcom,dsi-phy-28nm-8226 > - qcom,dsi-phy-28nm-hpm > - qcom,dsi-phy-28nm-lp > - qcom,hdmi-phy-8084 > > -- > 2.40.1 >
diff --git a/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml b/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml index cf4a338c4661..bd70c3873ca9 100644 --- a/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml +++ b/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml @@ -18,6 +18,7 @@ properties: - qcom,dsi-phy-28nm-hpm - qcom,dsi-phy-28nm-hpm-fam-b - qcom,dsi-phy-28nm-lp + - qcom,dsi-phy-28nm-8226 - qcom,dsi-phy-28nm-8960 reg: diff --git a/Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml b/Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml index b0100105e428..db9f07c6142d 100644 --- a/Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml +++ b/Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml @@ -125,6 +125,7 @@ patternProperties: - qcom,dsi-phy-14nm-660 - qcom,dsi-phy-14nm-8953 - qcom,dsi-phy-20nm + - qcom,dsi-phy-28nm-8226 - qcom,dsi-phy-28nm-hpm - qcom,dsi-phy-28nm-lp - qcom,hdmi-phy-8084
The MSM8226 SoC uses a slightly different 28nm dsi phy. Add a new compatible for it. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml | 1 + Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml | 1 + 2 files changed, 2 insertions(+)