On 26/03/2024 21:05, Adam Skladowski wrote: > Split shared schema into per-gen and group adrenos by clocks used. > > Signed-off-by: Adam Skladowski <a39.skl@xxxxxxxxx> > --- > .../devicetree/bindings/display/msm/gpu.yaml | 317 ++---------------- > .../bindings/display/msm/qcom,adreno-306.yaml | 115 +++++++ > .../bindings/display/msm/qcom,adreno-330.yaml | 111 ++++++ > .../bindings/display/msm/qcom,adreno-405.yaml | 135 ++++++++ > .../bindings/display/msm/qcom,adreno-506.yaml | 184 ++++++++++ > .../bindings/display/msm/qcom,adreno-530.yaml | 161 +++++++++ > .../bindings/display/msm/qcom,adreno-540.yaml | 154 +++++++++ > .../bindings/display/msm/qcom,adreno-6xx.yaml | 160 +++++++++ > .../display/msm/qcom,adreno-common.yaml | 112 +++++++ > 9 files changed, 1157 insertions(+), 292 deletions(-) One huge patch of 1150 insertions... please split it, e.g. first move the common parts to common schema and include it in msm/gpu. Then move device by device. > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,adreno-306.yaml > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,adreno-330.yaml > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,adreno-405.yaml > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,adreno-506.yaml > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,adreno-530.yaml > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,adreno-540.yaml > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,adreno-6xx.yaml > create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,adreno-common.yaml > Best regards, Krzysztof