On Wed, Apr 3, 2019 at 2:48 AM Maxime Ripard <maxime.ripard@xxxxxxxxxxx> wrote: > > The NAND chips in MTD 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 v2: > - Fix the regex for the NAND chip node > - Move the minimum into an allOf for nand-ecc-strength and > nand-ecc-step-size > > Changes from v1: > - Removed free form text binding > - Enhanced properties descriptions > - Fixed the SPDX license tag > - Added minimums for nand-ecc-strength and nand-ecc-step-size > - Removed Boris from the maintainers > --- > Documentation/devicetree/bindings/mtd/nand-controller.yaml | 143 +++++++- > Documentation/devicetree/bindings/mtd/nand.txt | 75 +---- > 2 files changed, 143 insertions(+), 75 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mtd/nand-controller.yaml > delete mode 100644 Documentation/devicetree/bindings/mtd/nand.txt Reviewed-by: Rob Herring <robh@xxxxxxxxxx>