diff options
author | Dmitry Baryshkov <[email protected]> | 2023-01-09 06:54:53 +0200 |
---|---|---|
committer | Dmitry Baryshkov <[email protected]> | 2023-01-18 03:21:29 +0200 |
commit | 759cc4914fb0e3f35d6f32c5df045c7df23094ac (patch) | |
tree | 8c1335d6232082bd9d71896eb878b637034ecef1 | |
parent | afe4cb96153a0d8003e4e4ebd91b5c543e10df84 (diff) |
dt-bindings: display/msm: qcom, mdss: fix HDMI PHY node names
On Qualcomm devices HDMI PHY node names were changed from hdmi-phy to
phy. Follow this change.
Signed-off-by: Dmitry Baryshkov <[email protected]>
Acked-by: Rob Herring <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/517446/
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Baryshkov <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml b/Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml index ba0460268731..7479cd96fdec 100644 --- a/Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml +++ b/Documentation/devicetree/bindings/display/msm/qcom,mdss.yaml @@ -107,12 +107,6 @@ patternProperties: - qcom,dsi-phy-20nm - qcom,dsi-phy-28nm-hpm - qcom,dsi-phy-28nm-lp - - "^hdmi-phy@[1-9a-f][0-9a-f]*$": - type: object - properties: - compatible: - enum: - qcom,hdmi-phy-8084 - qcom,hdmi-phy-8660 - qcom,hdmi-phy-8960 |