From: Bryan O'Donoghue Date: Wed, 7 Sep 2022 00:00:55 +0000 (+0100) Subject: dt-bindings: msm: dsi-controller-main: Drop redundant phy-names X-Git-Tag: v6.2-rc1~124^2~5^2^4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c54155622c29297560a0840640e2d7431add2cb3;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Dmitry Baryshkov --- diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml index c37dd9503da0e..f2c143730a551 100644 --- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml +++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml @@ -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