dt-bindings: msm: dsi-controller-main: Drop redundant phy-names
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Wed, 7 Sep 2022 00:00:55 +0000 (01:00 +0100)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tue, 22 Nov 2022 23:37:47 +0000 (01:37 +0200)
Adding in msm8939 which is based msm8916 dtsi I stumbled across a binding
check complaining about the phy name for msm8916 which we were reusing for
msm8939.

The currently inconsistent upstream dtsi naming of "dsi" and "dsi-phy" is
not captured in the yaml for this driver.

The driver however doesn't care about the name of DSI phy, hence the yaml
check is redundant.

Both Krzysztof and Rob suggested we could drop the phy-names entirely if it
really isn't a dependency.

So, drop the inconsistent and unnecessary phy-names field from the yaml.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml

index c37dd9503da0e4e08e11402cdf46c84df1f2080f..f2c143730a551fe8b6f68dd35fc18a3c6a633b22 100644 (file)
@@ -49,6 +49,7 @@ properties:
     maxItems: 1
 
   phy-names:
+    deprecated: true
     const: dsi
 
   "#address-cells": true
@@ -134,7 +135,6 @@ required:
   - clocks
   - clock-names
   - phys
-  - phy-names
   - assigned-clocks
   - assigned-clock-parents
   - power-domains