Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755710AbdGYCKp (ORCPT ); Mon, 24 Jul 2017 22:10:45 -0400 Received: from mailgw01.mediatek.com ([218.249.47.110]:44363 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1754774AbdGYCK3 (ORCPT ); Mon, 24 Jul 2017 22:10:29 -0400 From: Guochun Mao To: Rob Herring , Matthias Brugger CC: Boris Brezillon , Cyrille Pitchen , Marek Vasut , David Woodhouse , Richard Weinberger , Mark Rutland , Russell King , , , , , , Guochun Mao Subject: [PATCH] dt-bindings: mtd: add new compatible strings for mtk nor controller Date: Tue, 25 Jul 2017 10:10:17 +0800 Message-ID: <1500948617-19627-2-git-send-email-guochun.mao@mediatek.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1500948617-19627-1-git-send-email-guochun.mao@mediatek.com> References: <1500948617-19627-1-git-send-email-guochun.mao@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 865 Lines: 24 Add "mediatek,mt2712-nor" and "mediatek,mt7622-nor" for nor flash node's compatible strings. Reviewed-by: Matthias Brugger Signed-off-by: Guochun Mao --- .../devicetree/bindings/mtd/mtk-quadspi.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt index 5ded66a..9845ff4 100644 --- a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt +++ b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt @@ -3,6 +3,8 @@ Required properties: - compatible: The possible values are: "mediatek,mt2701-nor" + "mediatek,mt2712-nor" + "mediatek,mt7622-nor" "mediatek,mt7623-nor" "mediatek,mt8173-nor" For mt8173, compatible should be "mediatek,mt8173-nor". -- 1.7.9.5