dt-bindings: mtd: elm: Correct compatible string requirement

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Thu Jul 13 10:59:23 PDT 2017


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=fe496e23b74852cbb2df7e0a6e26752131c41bb6
Commit:     fe496e23b74852cbb2df7e0a6e26752131c41bb6
Parent:     d1ab0da84dcbac30a9039ccef72d69bf0a68bfc7
Author:     Tom Rini <trini at konsulko.com>
AuthorDate: Wed Jun 21 08:22:06 2017 -0400
Committer:  Boris Brezillon <boris.brezillon at free-electrons.com>
CommitDate: Thu Jun 22 21:10:47 2017 +0200

    dt-bindings: mtd: elm: Correct compatible string requirement
    
    The binding says that the compatible string must be "ti,am33xx-elm"
    but the code checks only for, and all functioning users set, this as
    "ti,am3352-elm" so correct the binding.
    
    Cc: David Woodhouse <dwmw2 at infradead.org>
    Cc: Brian Norris <computersforpeace at gmail.com>
    Cc: Boris Brezillon <boris.brezillon at free-electrons.com>
    Cc: Marek Vasut <marek.vasut at gmail.com>
    Cc: Richard Weinberger <richard at nod.at>
    Cc: Cyrille Pitchen <cyrille.pitchen at wedev4u.fr>
    Cc: Rob Herring <robh+dt at kernel.org>
    Cc: Mark Rutland <mark.rutland at arm.com>
    Signed-off-by: Tom Rini <trini at konsulko.com>
    Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>
---
 Documentation/devicetree/bindings/mtd/elm.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mtd/elm.txt b/Documentation/devicetree/bindings/mtd/elm.txt
index 8c1528c..59ddc61 100644
--- a/Documentation/devicetree/bindings/mtd/elm.txt
+++ b/Documentation/devicetree/bindings/mtd/elm.txt
@@ -1,7 +1,7 @@
 Error location module
 
 Required properties:
-- compatible: Must be "ti,am33xx-elm"
+- compatible: Must be "ti,am3352-elm"
 - reg: physical base address and size of the registers map.
 - interrupts: Interrupt number for the elm.
 



More information about the linux-mtd-cvs mailing list