On Fri, 10 Dec 2021 09:54:29 -0500, Gabriel Somlo wrote: > LiteSDCard is a small footprint, configurable SDCard core for FPGA > based system on chips. > > Signed-off-by: Gabriel Somlo <gsomlo@xxxxxxxxx> > Reviewed-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > --- > > New in v4: > - fixed `dt_binding_check` errors uncovered by Rob's script > > > New in v3: > > - picked up r/b Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> in DT > > bindings document (please let me know if that was premature, and > > happy to take further review if needed :) > > - add dedicated DT property for source clock frequency > > .../devicetree/bindings/mmc/litex,mmc.yaml | 72 +++++++++++++++++++ > 1 file changed, 72 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mmc/litex,mmc.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>