On Tue, 04 Jan 2022 13:28:59 +0000, Yassine Oudjana wrote: > Convert qcom-nvmem-cpufreq to DT schema format, splitting it into > an OPP schema and a CPUFreq schema in the process. > > Signed-off-by: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx> > --- > Changes since v1: > - Split the schema into an OPP schema and a CPUFreq schema. > > .../bindings/cpufreq/qcom-cpufreq-nvmem.yaml | 166 ++++ > .../bindings/opp/opp-v2-kryo-cpu.yaml | 257 ++++++ > .../bindings/opp/qcom-nvmem-cpufreq.txt | 796 ------------------ > MAINTAINERS | 3 +- > 4 files changed, 425 insertions(+), 797 deletions(-) > create mode 100644 Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml > create mode 100644 Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml > delete mode 100644 Documentation/devicetree/bindings/opp/qcom-nvmem-cpufreq.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>