On Thu, 19 Dec 2019 09:46:23 +0100, Maxime Ripard wrote: > The Allwinner H6 SoCs use binning in order to provide binning to > cpufreq which is supported in Linux, with a matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > --- > .../allwinner,sun50i-h6-operating-points.yaml | 129 ++++++++++++++ > .../bindings/opp/sun50i-nvmem-cpufreq.txt | 167 ------------------ > 2 files changed, 129 insertions(+), 167 deletions(-) > create mode 100644 Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml > delete mode 100644 Documentation/devicetree/bindings/opp/sun50i-nvmem-cpufreq.txt > Applied, thanks. Rob