Message ID | 20231221102506.18320-1-dmitry.baryshkov@linaro.org |
---|---|
Headers | show |
Series | dt-bindings: display: msm: correct schema filenames | expand |
On Thu, 21 Dec 2023 12:25:06 +0200, Dmitry Baryshkov wrote: > Rename the Qualcomm MSM Display schemas to follow the main compatible > string instead of just using the block type. This follows the > established practice for YAML file names. > > Cc: Aiqun Yu (Maria) <quic_aiquny@quicinc.com> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > .../bindings/display/msm/{gmu.yaml => qcom,adreno-gmu.yaml} | 2 +- > .../bindings/display/msm/{gpu.yaml => qcom,adreno.yaml} | 2 +- > .../bindings/display/msm/{hdmi.yaml => qcom,hdmi-tx.yaml} | 2 +- > .../bindings/display/msm/{mdp4.yaml => qcom,mdp4.yaml} | 2 +- > .../msm/{dsi-controller-main.yaml => qcom,mdss-dsi-ctrl.yaml} | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) > rename Documentation/devicetree/bindings/display/msm/{gmu.yaml => qcom,adreno-gmu.yaml} (99%) > rename Documentation/devicetree/bindings/display/msm/{gpu.yaml => qcom,adreno.yaml} (99%) > rename Documentation/devicetree/bindings/display/msm/{hdmi.yaml => qcom,hdmi-tx.yaml} (98%) > rename Documentation/devicetree/bindings/display/msm/{mdp4.yaml => qcom,mdp4.yaml} (97%) > rename Documentation/devicetree/bindings/display/msm/{dsi-controller-main.yaml => qcom,mdss-dsi-ctrl.yaml} (99%) > Acked-by: Rob Herring <robh@kernel.org>
On 12/22/2023 5:08 AM, Rob Herring wrote: > > On Thu, 21 Dec 2023 12:25:06 +0200, Dmitry Baryshkov wrote: >> Rename the Qualcomm MSM Display schemas to follow the main compatible >> string instead of just using the block type. This follows the >> established practice for YAML file names. >> >> Cc: Aiqun Yu (Maria) <quic_aiquny@quicinc.com> >> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> >> --- >> .../bindings/display/msm/{gmu.yaml => qcom,adreno-gmu.yaml} | 2 +- >> .../bindings/display/msm/{gpu.yaml => qcom,adreno.yaml} | 2 +- >> .../bindings/display/msm/{hdmi.yaml => qcom,hdmi-tx.yaml} | 2 +- >> .../bindings/display/msm/{mdp4.yaml => qcom,mdp4.yaml} | 2 +- >> .../msm/{dsi-controller-main.yaml => qcom,mdss-dsi-ctrl.yaml} | 2 +- >> 5 files changed, 5 insertions(+), 5 deletions(-) >> rename Documentation/devicetree/bindings/display/msm/{gmu.yaml => qcom,adreno-gmu.yaml} (99%) >> rename Documentation/devicetree/bindings/display/msm/{gpu.yaml => qcom,adreno.yaml} (99%) >> rename Documentation/devicetree/bindings/display/msm/{hdmi.yaml => qcom,hdmi-tx.yaml} (98%) >> rename Documentation/devicetree/bindings/display/msm/{mdp4.yaml => qcom,mdp4.yaml} (97%) >> rename Documentation/devicetree/bindings/display/msm/{dsi-controller-main.yaml => qcom,mdss-dsi-ctrl.yaml} (99%) >> > > Acked-by: Rob Herring <robh@kernel.org> > Nice to see names get more unified!