Skip to content

Commit c541556

Browse files
0xB0Dlumag
authored andcommitted
dt-bindings: msm: dsi-controller-main: Drop redundant phy-names
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 <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent bac4ccc commit c541556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ properties:
4949
maxItems: 1
5050

5151
phy-names:
52+
deprecated: true
5253
const: dsi
5354

5455
"#address-cells": true
@@ -134,7 +135,6 @@ required:
134135
- clocks
135136
- clock-names
136137
- phys
137-
- phy-names
138138
- assigned-clocks
139139
- assigned-clock-parents
140140
- power-domains

0 commit comments

Comments
 (0)