On Thu, May 16, 2019 at 9:44 AM Maxime Ripard <maxime.ripard@xxxxxxxxxxx> wrote: > > The MMC controllers have a bunch of generic options that are needed in a > device tree. Add a YAML schemas for those. > > Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxx> > > --- > > Changes from v1: > > - Added back the cd-inverted and wp-inverted note > - Removed the dependency of cd-inverted and wp-inverted on cd-gpios and > wp-gpios > - Fixed typo in the title > - Fixed default in the bus-width property > - Fixed typo in the wp-inverted property > - Removed redundant type on cd-debounce-delay-ms > - Switched the dsr maximum to hex instead of decimal notation > --- > Documentation/devicetree/bindings/mmc/mmc-controller.yaml | 358 +++++++- > Documentation/devicetree/bindings/mmc/mmc.txt | 177 +--- > 2 files changed, 358 insertions(+), 177 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mmc/mmc-controller.yaml > delete mode 100644 Documentation/devicetree/bindings/mmc/mmc.txt BTW, in order to avoid updating every reference to mmc.txt, I think it is better to leave it with a note 'This file has moved to mmc-controller.yaml'. Then we just update the references when we convert those bindings. With that, Reviewed-by: Rob Herring <robh@xxxxxxxxxx>