From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Subject: [PATCH v2 0/2] Add a "label" property to the mtd device Date: Wed, 25 Jan 2017 19:17:33 +0100 Message-ID: <1485368255-12038-1-git-send-email-clg@kaod.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Richard Weinberger , Cyrille Pitchen , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Mark Rutland , =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= List-Id: devicetree@vger.kernel.org Hello, Herer are a couple of patches adding a "label" property to the mtd device, which can be used to identify a specific chip on a system with multiple chips. This is common on the OpenPower boards, there can be four chips holding the firmware for the BMC and the firmware for the host, plus chips with golden images for recovery. Thanks, C. Cédric Le Goater (2): mtd: name the mtd device with an optional label property dt-bindings: mtd: add a common label property to all mtd devices Documentation/devicetree/bindings/mtd/common.txt | 15 +++++++++++++++ include/linux/mtd/mtd.h | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/mtd/common.txt -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html