On Tue, 22 Oct 2019 17:47:45 +0200, Maxime Ripard wrote: > The older Allwinner SoCs have a CAN controller that 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 <mripard@xxxxxxxxxx> > --- > .../net/can/allwinner,sun4i-a10-can.yaml | 51 +++++++++++++++++++ > .../devicetree/bindings/net/can/sun4i_can.txt | 36 ------------- > 2 files changed, 51 insertions(+), 36 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/can/allwinner,sun4i-a10-can.yaml > delete mode 100644 Documentation/devicetree/bindings/net/can/sun4i_can.txt > Applied, thanks. Rob