On Thu, 03 Oct 2024 07:42:30 -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > Convert the Altera Passive Serial SPI FPGA Manager binding > from text file to yaml format to allow devicetree validation. > > Signed-off-by: Fabio Estevam <festevam@xxxxxxx> > Reviewed-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> > --- > .../bindings/fpga/altera-passive-serial.txt | 29 -------- > .../fpga/altr,fpga-passive-serial.yaml | 74 +++++++++++++++++++ > 2 files changed, 74 insertions(+), 29 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/fpga/altera-passive-serial.txt > create mode 100644 Documentation/devicetree/bindings/fpga/altr,fpga-passive-serial.yaml > Applied, thanks!