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@xxxxxxxxxxx>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
---
.../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@xxxxxxxxxx>
Nice to see names get more unified!
--
Thx and BRs,
Aiqun(Maria) Yu