Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751900AbdHAMd2 (ORCPT ); Tue, 1 Aug 2017 08:33:28 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35717 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751199AbdHAMd0 (ORCPT ); Tue, 1 Aug 2017 08:33:26 -0400 Subject: Re: [PATCH] dt-bindings: mtd: add new compatible strings for mtk nor controller To: Guochun Mao , Rob Herring , Boris Brezillon Cc: 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 References: <1500948617-19627-1-git-send-email-guochun.mao@mediatek.com> <1500948617-19627-2-git-send-email-guochun.mao@mediatek.com> From: Matthias Brugger Message-ID: <03016ea3-51ad-0b2d-e824-0a20913bd7c1@gmail.com> Date: Tue, 1 Aug 2017 14:33:22 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1500948617-19627-2-git-send-email-guochun.mao@mediatek.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1051 Lines: 31 On 07/25/2017 04:10 AM, Guochun Mao wrote: > 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". > Boris, will you take this through your tree, or do you prefer that I take it? Regards, Matthias