Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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@infradead.org>
Cc: Brian Norris <computersforpeace@gmail.com>
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>

authored by

Tom Rini and committed by
Boris Brezillon
fe496e23 d1ab0da8

+1 -1
+1 -1
Documentation/devicetree/bindings/mtd/elm.txt
··· 1 1 Error location module 2 2 3 3 Required properties: 4 - - compatible: Must be "ti,am33xx-elm" 4 + - compatible: Must be "ti,am3352-elm" 5 5 - reg: physical base address and size of the registers map. 6 6 - interrupts: Interrupt number for the elm. 7 7