Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752460AbdHBIgl (ORCPT ); Wed, 2 Aug 2017 04:36:41 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:38016 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751295AbdHBIgj (ORCPT ); Wed, 2 Aug 2017 04:36:39 -0400 Date: Wed, 2 Aug 2017 10:36:37 +0200 From: Boris Brezillon To: Matthias Brugger , Marek Vasut , Cyrille Pitchen Cc: Guochun Mao , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, Richard Weinberger , Russell King , linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, linux-mediatek@lists.infradead.org, David Woodhouse , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] dt-bindings: mtd: add new compatible strings for mtk nor controller Message-ID: <20170802103637.16cd6548@bbrezillon> In-Reply-To: <03016ea3-51ad-0b2d-e824-0a20913bd7c1@gmail.com> References: <1500948617-19627-1-git-send-email-guochun.mao@mediatek.com> <1500948617-19627-2-git-send-email-guochun.mao@mediatek.com> <03016ea3-51ad-0b2d-e824-0a20913bd7c1@gmail.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1265 Lines: 37 Hi Matthias, On Tue, 1 Aug 2017 14:33:22 +0200 Matthias Brugger wrote: > 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? I'm not the spi-nor maintainer, you should ask Cyrille or Marek. Regards, Boris