On Fri, Nov 11, 2022 at 04:28:42PM +0100, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > Convert the Tegra124 (and later) DFLL bindings from the free-form text > format to json-schema. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > .../bindings/clock/nvidia,tegra124-dfll.txt | 155 ---------- > .../bindings/clock/nvidia,tegra124-dfll.yaml | 277 ++++++++++++++++++ > 2 files changed, 277 insertions(+), 155 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra124-dfll.txt > create mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra124-dfll.yaml Looks fine, but you either have to convert the pinctrl binding first or drop it from the example. Rob