From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guochun Mao Subject: [PATCH] Documentation: mtk-quadspi: update DT bindings Date: Fri, 21 Jul 2017 11:26:59 +0800 Message-ID: <1500607619-21969-2-git-send-email-guochun.mao@mediatek.com> References: <1500607619-21969-1-git-send-email-guochun.mao@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1500607619-21969-1-git-send-email-guochun.mao@mediatek.com> Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring , Matthias Brugger Cc: Boris Brezillon , Cyrille Pitchen , Marek Vasut , David Woodhouse , Richard Weinberger , Mark Rutland , Russell King , linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Guochun Mao List-Id: devicetree@vger.kernel.org Add "mediatek,mt2712-nor" and "mediatek,mt7622-nor" for nor flash node's compatible. 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