Message ID | 20210903170844.35694-2-sireeshkodali1@gmail.com |
---|---|
State | Accepted |
Commit | 0fdf204d8746c484abc3a0e3763671a0fa438098 |
Headers | show |
Series | [v2,1/3] dt-bindings: msm: dsi: Add MSM8953 dsi phy | expand |
On Fri, Sep 03, 2021 at 10:38:42PM +0530, Sireesh Kodali wrote: > SoCs based on the MSM8953 platform use the 14nm DSI PHY driver > > Signed-off-by: Sireesh Kodali <sireeshkodali1@gmail.com> > --- > Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml b/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml > index 72a00cce0147..d2cb19cf71d6 100644 > --- a/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml > +++ b/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml > @@ -17,6 +17,8 @@ properties: > oneOf: > - const: qcom,dsi-phy-14nm > - const: qcom,dsi-phy-14nm-660 > + - const: qcom,dsi-phy-14nm-8953 > + This is going to conflict with v5.15-rc1, so you'll need to resend it. > > reg: > items: > -- > 2.33.0 > >
diff --git a/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml b/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml index 72a00cce0147..d2cb19cf71d6 100644 --- a/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml +++ b/Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml @@ -17,6 +17,8 @@ properties: oneOf: - const: qcom,dsi-phy-14nm - const: qcom,dsi-phy-14nm-660 + - const: qcom,dsi-phy-14nm-8953 + reg: items:
SoCs based on the MSM8953 platform use the 14nm DSI PHY driver Signed-off-by: Sireesh Kodali <sireeshkodali1@gmail.com> --- Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml | 2 ++ 1 file changed, 2 insertions(+)