Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933292AbdCGV7H (ORCPT ); Tue, 7 Mar 2017 16:59:07 -0500 Received: from lelnx193.ext.ti.com ([198.47.27.77]:37614 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756392AbdCGV7C (ORCPT ); Tue, 7 Mar 2017 16:59:02 -0500 From: Franklin S Cooper Jr To: , , , , , , CC: Sekhar Nori Subject: [PATCH 1/2] doc: dt: mtd: add w25q64 to list of supported SPI flashes Date: Tue, 7 Mar 2017 15:57:50 -0600 Message-ID: <20170307215751.29266-2-fcooper@ti.com> X-Mailer: git-send-email 2.10.0 In-Reply-To: <20170307215751.29266-1-fcooper@ti.com> References: <20170307215751.29266-1-fcooper@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 841 Lines: 25 From: Sekhar Nori W25Q64 is found on TI's AM335x ICEv2 board. Add it to list for supported SPI flash devices. This flash can be identified using JEDEC READ ID opcode. Signed-off-by: Sekhar Nori --- Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt index 3e920ec..9ce35af 100644 --- a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt +++ b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt @@ -40,6 +40,7 @@ Required properties: w25x80 w25x32 w25q32 + w25q64 w25q32dw w25q80bl w25q128 -- 2.10.0