From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,UNPARSEABLE_RELAY autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CE1B4C10F13 for ; Tue, 16 Apr 2019 08:26:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A66DA20821 for ; Tue, 16 Apr 2019 08:26:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728662AbfDPI0D (ORCPT ); Tue, 16 Apr 2019 04:26:03 -0400 Received: from Mailgw01.mediatek.com ([1.203.163.78]:23021 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726798AbfDPI0C (ORCPT ); Tue, 16 Apr 2019 04:26:02 -0400 X-UUID: 684b2e1d5edd492c8bea464047230351-20190416 X-UUID: 684b2e1d5edd492c8bea464047230351-20190416 Received: from mtkcas36.mediatek.inc [(172.27.4.253)] by mailgw01.mediatek.com (envelope-from ) (mailgw01.mediatek.com ESMTP with TLS) with ESMTP id 539986817; Tue, 16 Apr 2019 16:25:54 +0800 Received: from MTKCAS32.mediatek.inc (172.27.4.184) by MTKMBS31N1.mediatek.inc (172.27.4.69) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Tue, 16 Apr 2019 16:25:52 +0800 Received: from [10.17.3.153] (172.27.4.253) by MTKCAS32.mediatek.inc (172.27.4.170) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Tue, 16 Apr 2019 16:25:51 +0800 Message-ID: <1555403151.7441.4.camel@mhfsdcap03> Subject: Re: [PATCH 19/24] dt-bindings: spi: spi-mt65xx: add support for MT8516 From: lei liu To: Matthias Brugger CC: Fabien Parent , , , Mark Brown , , , , , , , , , , , , , , , , , , , Date: Tue, 16 Apr 2019 16:25:51 +0800 In-Reply-To: <5bc3fbfa-6d7e-08d3-116c-a8f78bc680cd@gmail.com> References: <20190323211612.860-1-fparent@baylibre.com> <20190323211612.860-20-fparent@baylibre.com> <5bc3fbfa-6d7e-08d3-116c-a8f78bc680cd@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2019-04-16 at 09:55 +0200, Matthias Brugger wrote: > > On 23/03/2019 22:16, Fabien Parent wrote: > > Add binding documentation of spi-mt65xx for MT8516 SoC. > > > > Signed-off-by: Fabien Parent > > --- > > Documentation/devicetree/bindings/spi/spi-mt65xx.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > > applied to v5.1-next/dts64 > > Mark let me know if you want to take it through your tree and I drop the patch. > > > diff --git a/Documentation/devicetree/bindings/spi/spi-mt65xx.txt b/Documentation/devicetree/bindings/spi/spi-mt65xx.txt > > index 69c356767cf8..69ac5976b952 100644 > > --- a/Documentation/devicetree/bindings/spi/spi-mt65xx.txt > > +++ b/Documentation/devicetree/bindings/spi/spi-mt65xx.txt > > @@ -10,6 +10,7 @@ Required properties: > > - mediatek,mt8135-spi: for mt8135 platforms > > - mediatek,mt8173-spi: for mt8173 platforms > > - mediatek,mt8183-spi: for mt8183 platforms > > + - "mediatek,mt8516-spi", "mediatek,mt2701-spi": for mt8516 platforms Hi Fabien, mt8516 SPI design comes from mt2712 and it's different from mt2701. Here it should compatible with mt2712. > > > > - #address-cells: should be 1. > > > > > > _______________________________________________ > Linux-mediatek mailing list > Linux-mediatek@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-mediatek