On 30 June 2022 15:08:39 GMT+03:00, Bryan O'Donoghue <bryan.odonog...@linaro.org> wrote: >The driver doesn't care about the name of the phy in DTS. msm8916 has since >2016 named the phy "dsi-phy" with later SoCs taking the name "dsi". > >There's no reason to have a constraint on the name here, simply to have a >name. Remove the redundant const in favour of maxItems: 1. > >Fixes: 4dbe55c97741 ("dt-bindings: msm: dsi: add yaml schemas for DSI >bindings") >Signed-off-by: Bryan O'Donoghue <bryan.odonog...@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.barysh...@linaro.org> >--- > .../devicetree/bindings/display/msm/dsi-controller-main.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git >a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml >b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml >index 880bfe930830c..717a5d255ffe4 100644 >--- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml >+++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml >@@ -49,7 +49,7 @@ properties: > maxItems: 1 > > phy-names: >- const: dsi >+ maxItems: 1 > > "#address-cells": true > -- With best wishes Dmitry
- [PATCH 0/7] msm8916/msm8939 DSI controller and DSI PHY... Bryan O'Donoghue
- [PATCH 5/7] dt-bindings: msm: dsi: Fix clock decl... Bryan O'Donoghue
- Re: [PATCH 5/7] dt-bindings: msm: dsi: Fix cl... Dmitry Baryshkov
- Re: [PATCH 5/7] dt-bindings: msm: dsi: Fix cl... Krzysztof Kozlowski
- [PATCH 3/7] dt-bindings: msm: dsi: Fix power-doma... Bryan O'Donoghue
- Re: [PATCH 3/7] dt-bindings: msm: dsi: Fix po... Dmitry Baryshkov
- Re: [PATCH 3/7] dt-bindings: msm: dsi: Fix po... Krzysztof Kozlowski
- Re: [PATCH 3/7] dt-bindings: msm: dsi: Fi... Bryan O'Donoghue
- Re: [Freedreno] [PATCH 3/7] dt-bindin... Stephan Gerhold
- [PATCH 1/7] dt-bindings: msm: dsi: Fix phy-name b... Bryan O'Donoghue
- Re: [PATCH 1/7] dt-bindings: msm: dsi: Fix ph... Dmitry Baryshkov
- Re: [PATCH 1/7] dt-bindings: msm: dsi: Fix ph... Krzysztof Kozlowski
- Re: [PATCH 1/7] dt-bindings: msm: dsi: Fi... Rob Herring
- Re: [PATCH 1/7] dt-bindings: msm: dsi: Fix ph... Rob Herring
- [PATCH 6/7] dt-bindings: msm: dsi: Add missing cl... Bryan O'Donoghue
- Re: [PATCH 6/7] dt-bindings: msm: dsi: Add mi... Dmitry Baryshkov
- Re: [PATCH 6/7] dt-bindings: msm: dsi: Add mi... Krzysztof Kozlowski
- Re: [PATCH 6/7] dt-bindings: msm: dsi: Add mi... Dmitry Baryshkov
- [PATCH 4/7] dt-bindings: msm: dsi: Add vdd* descr... Bryan O'Donoghue
- Re: [PATCH 4/7] dt-bindings: msm: dsi: Add vd... Dmitry Baryshkov
- Re: [PATCH 4/7] dt-bindings: msm: dsi: Ad... Bryan O'Donoghue