From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751614AbdLNLQL (ORCPT ); Thu, 14 Dec 2017 06:16:11 -0500 Received: from mail-lf0-f68.google.com ([209.85.215.68]:41649 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751164AbdLNLQJ (ORCPT ); Thu, 14 Dec 2017 06:16:09 -0500 X-Google-Smtp-Source: ACJfBovuXPRMC55GXfEbrHsEJ8waX2icwjI+GBwoulIjq+t3Q6jTifDCNjRCuIQP1k7+zppdF/DKBw== Subject: Re: [PATCH v2 1/3] mmc: dt-bindings: add mmc support to MT7623 SoC To: sean.wang@mediatek.com, Ulf Hansson , devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <4f06b509e1e3d4cf5578841cfcf7ec966afd2d48.1512628593.git.sean.wang@mediatek.com> From: Matthias Brugger Message-ID: <86e53802-9bb4-35eb-66e1-f9a401e31863@gmail.com> Date: Thu, 14 Dec 2017 12:16:04 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <4f06b509e1e3d4cf5578841cfcf7ec966afd2d48.1512628593.git.sean.wang@mediatek.com> Content-Type: text/plain; charset=utf-8 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 Hi Ulf, On 12/07/2017 07:43 AM, sean.wang@mediatek.com wrote: > From: Sean Wang > > Add the devicetree binding for MT7623 SoC using MT2701 as the fallback. > > Cc: devicetree@vger.kernel.org > Signed-off-by: Sean Wang > Acked-by: Rob Herring > --- > Documentation/devicetree/bindings/mmc/mtk-sd.txt | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.txt b/Documentation/devicetree/bindings/mmc/mtk-sd.txt > index 72d2a73..9b80176 100644 > --- a/Documentation/devicetree/bindings/mmc/mtk-sd.txt > +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.txt > @@ -12,6 +12,8 @@ Required properties: > "mediatek,mt8173-mmc": for mmc host ip compatible with mt8173 > "mediatek,mt2701-mmc": for mmc host ip compatible with mt2701 > "mediatek,mt2712-mmc": for mmc host ip compatible with mt2712 > + "mediatek,mt7623-mmc", "mediatek,mt2701-mmc": for MT7623 SoC > + > - reg: physical base address of the controller and length > - interrupts: Should contain MSDC interrupt number > - clocks: Should contain phandle for the clock feeding the MMC controller > Are you fine to take this patch through your branch, or shall I take it through mine? @Sean it seems you forgot to send this patch to Ulf as well. In the future please take care to send the patch to all relevant people and mailinglist. Thanks, Matthias