On Thu, Sep 25, 2014 at 11:33:16PM +0100, Robert Jarzmik wrote: > Add documentation for the sandisk docg3 chip. > > Signed-off-by: Robert Jarzmik <robert.jarzmik@xxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > --- > Documentation/devicetree/bindings/mtd/docg3.txt | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mtd/docg3.txt > > diff --git a/Documentation/devicetree/bindings/mtd/docg3.txt b/Documentation/devicetree/bindings/mtd/docg3.txt > new file mode 100644 > index 0000000..3fcc163 > --- /dev/null > +++ b/Documentation/devicetree/bindings/mtd/docg3.txt > @@ -0,0 +1,14 @@ > +Sandisk docg3 device > +==================== > + > +The Sandisk (former MSystems) docg3 is a nand device of 64M to 256MB. I think that should be: "(formerly M-Systems)". I'd rather we used the full name (DiskOnChip G3), as "docg3" is a Linux-specific abbreviation. So I think the compatible string should be something like "sandisk,diskonchip-g3". Arguably we should have M-Systems as the vendor. Are we able to detect the particular variant by reading registers on the device? Are there any differences that we can probe dynamically (even if we don't care about those at the moment)? > + > +Required properties: > + - compatible: Should be "sandisk,docg3" > + - reg: register base and size > + > +Example: > + docg3 { > + compatible = "sandisk,docg3"; > + reg = <0x0 0x2000>; There should be a unit-address on the node to match the address in the first reg entry. Mark. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html