Message ID | 20231221102506.18320-3-dmitry.baryshkov@linaro.org |
---|---|
State | Handled Elsewhere |
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!
diff --git a/Documentation/devicetree/bindings/display/msm/gmu.yaml b/Documentation/devicetree/bindings/display/msm/qcom,adreno-gmu.yaml similarity index 99% rename from Documentation/devicetree/bindings/display/msm/gmu.yaml rename to Documentation/devicetree/bindings/display/msm/qcom,adreno-gmu.yaml index 4e1c25b42908..0678cead56bf 100644 --- a/Documentation/devicetree/bindings/display/msm/gmu.yaml +++ b/Documentation/devicetree/bindings/display/msm/qcom,adreno-gmu.yaml @@ -3,7 +3,7 @@ %YAML 1.2 --- -$id: http://devicetree.org/schemas/display/msm/gmu.yaml# +$id: http://devicetree.org/schemas/display/msm/qcom,adreno-gmu.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: GMU attached to certain Adreno GPUs diff --git a/Documentation/devicetree/bindings/display/msm/gpu.yaml b/Documentation/devicetree/bindings/display/msm/qcom,adreno.yaml similarity index 99% rename from Documentation/devicetree/bindings/display/msm/gpu.yaml rename to Documentation/devicetree/bindings/display/msm/qcom,adreno.yaml index b019db954793..ad15f0a6ead7 100644 --- a/Documentation/devicetree/bindings/display/msm/gpu.yaml +++ b/Documentation/devicetree/bindings/display/msm/qcom,adreno.yaml @@ -2,7 +2,7 @@ %YAML 1.2 --- -$id: http://devicetree.org/schemas/display/msm/gpu.yaml# +$id: http://devicetree.org/schemas/display/msm/qcom,adreno.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Adreno or Snapdragon GPUs diff --git a/Documentation/devicetree/bindings/display/msm/hdmi.yaml b/Documentation/devicetree/bindings/display/msm/qcom,hdmi-tx.yaml similarity index 98% rename from Documentation/devicetree/bindings/display/msm/hdmi.yaml rename to Documentation/devicetree/bindings/display/msm/qcom,hdmi-tx.yaml index 47e97669821c..a137ca0b734c 100644 --- a/Documentation/devicetree/bindings/display/msm/hdmi.yaml +++ b/Documentation/devicetree/bindings/display/msm/qcom,hdmi-tx.yaml @@ -2,7 +2,7 @@ %YAML 1.2 --- -$id: http://devicetree.org/schemas/display/msm/hdmi.yaml# +$id: http://devicetree.org/schemas/display/msm/qcom,hdmi-tx.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Adreno/Snapdragon HDMI output diff --git a/Documentation/devicetree/bindings/display/msm/mdp4.yaml b/Documentation/devicetree/bindings/display/msm/qcom,mdp4.yaml similarity index 97% rename from Documentation/devicetree/bindings/display/msm/mdp4.yaml rename to Documentation/devicetree/bindings/display/msm/qcom,mdp4.yaml index 35204a287579..40c31602affd 100644 --- a/Documentation/devicetree/bindings/display/msm/mdp4.yaml +++ b/Documentation/devicetree/bindings/display/msm/qcom,mdp4.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/display/msm/mdp4.yaml# +$id: http://devicetree.org/schemas/display/msm/qcom,mdp4.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Adreno/Snapdragon MDP4 display controller diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml b/Documentation/devicetree/bindings/display/msm/qcom,mdss-dsi-ctrl.yaml similarity index 99% rename from Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml rename to Documentation/devicetree/bindings/display/msm/qcom,mdss-dsi-ctrl.yaml index 4219936eda5a..35f4facc2fdd 100644 --- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml +++ b/Documentation/devicetree/bindings/display/msm/qcom,mdss-dsi-ctrl.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause %YAML 1.2 --- -$id: http://devicetree.org/schemas/display/msm/dsi-controller-main.yaml# +$id: http://devicetree.org/schemas/display/msm/qcom,mdss-dsi-ctrl.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Display DSI controller
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%)