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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3A4FC433EF for ; Tue, 29 Mar 2022 20:38:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231596AbiC2Ukg (ORCPT ); Tue, 29 Mar 2022 16:40:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229612AbiC2Uke (ORCPT ); Tue, 29 Mar 2022 16:40:34 -0400 Received: from mail-oi1-f172.google.com (mail-oi1-f172.google.com [209.85.167.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B20F949F00; Tue, 29 Mar 2022 13:38:48 -0700 (PDT) Received: by mail-oi1-f172.google.com with SMTP id j83so20213876oih.6; Tue, 29 Mar 2022 13:38:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=4TtgqB+qx7XVjHzfNHtzxULilxnRMCv4wkN1Lk/S1ms=; b=mIVt5XRF+JiSH2GOfs26FcIig2Vz8WO88Yje9GQC67Bms+O6apqFPrubFQtSFD5Uru +/tOy3TAuUPTz3h8te9GVQCt40Ep4OnlwDtSRgDLKYheUaqRgyZc8RhDrVyfjPaGQuGd 1FqFRp/1TyjMn77Kw+tFV6wVO7+ZaiixZBMhVm2nhgmp9A0Zl6VhPpqazdg1Fa+F1NGP z2hSlUWd/orn3ejJ0EWBpBh4V0heXe2LO8W6QK+9VmtvTai2uku/qwXr0xLJ5LZfum4N 4Xtof7F4gNp1zdmc6Ru1BxMJrSrQvKbx4wU59tGqVf25cQvl9QiSheTJTngQei+QdV76 pcig== X-Gm-Message-State: AOAM532VhZlHr4ufV+X64KU5vpEx8y8xiq1q5NtYbWa0E64eQ7XU2YbY NmZ28n8KFmDIACKCrca+rg== X-Google-Smtp-Source: ABdhPJwQ4FlupI7A/BX1ZpZC7myqHedGwWuamCYndsUFew8tbRsRgZX1033348l40PCDg2B778mnZg== X-Received: by 2002:aca:2418:0:b0:2ee:f7da:795f with SMTP id n24-20020aca2418000000b002eef7da795fmr499152oic.276.1648586327975; Tue, 29 Mar 2022 13:38:47 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id ep36-20020a056870a9a400b000de98fe4869sm8295009oab.35.2022.03.29.13.38.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Mar 2022 13:38:47 -0700 (PDT) Received: (nullmailer pid 1228499 invoked by uid 1000); Tue, 29 Mar 2022 20:38:45 -0000 Date: Tue, 29 Mar 2022 15:38:45 -0500 From: Rob Herring To: Tinghan Shen Cc: Chaotian Jing , Ulf Hansson , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Wenbin Mei , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com, ryder.lee@kernel.org, wenst@chromium.org, chunfeng.yun@mediatek.com Subject: Re: [PATCH v12 2/3] dt-bindings: mmc: mtk-sd: increase reg maxItems Message-ID: References: <20220329114540.17140-1-tinghan.shen@mediatek.com> <20220329114540.17140-3-tinghan.shen@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220329114540.17140-3-tinghan.shen@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 29, 2022 at 07:45:39PM +0800, Tinghan Shen wrote: > Add optional host top register base for the reg binding description. > > Signed-off-by: Wenbin Mei > Signed-off-by: Tinghan Shen > --- > Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > index 7032f7adf3ca..6d41bcec900f 100644 > --- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > @@ -40,7 +40,8 @@ properties: > - const: mediatek,mt8183-mmc > > reg: > - maxItems: 1 > + minItems: 1 > + maxItems: 2 If more than 1 entry, then you need to define what each one is. > > clocks: > description: > -- > 2.18.0 > > 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 79B9CC433EF for ; Tue, 29 Mar 2022 20:39:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5RCj8Q/GSYaYiBii1+v1ADesfQ4ND40RD52a9RjtC14=; b=3gxYXmNFsyN2MR cDWYmZc+PeIu0AoMPZzXe1dxqasi1u0CwmHu5P9GWJu2NjfGGm2iH7bUY3AHdmwRjA21Lm/s7bygL 3/Fyyvy5g9seQkEdU2CuUBXYi53otERlBrV9ayOPXAnH38GrSUBis7w0BHFeXOm7oF63l5JDCkMxU upw+Bu9Y3j4axPKbhmA7k0tQtAryv1dbU3op5CV55nb8FKVRrZVBy748B8EYB2Bwri6EKdSGU7OWE 3rCyNfg1e/LR4j37LCtUdf3hjLqJXOG5IID8AmNPiLkIA5dcghzCw3x/ffB0fIgBVcMQSmQ4Y868X XUgn+TsLAGt5gmD99pXw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZIcI-00DSGM-45; Tue, 29 Mar 2022 20:39:02 +0000 Received: from mail-oi1-f172.google.com ([209.85.167.172]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZIc5-00DSE2-Pm; Tue, 29 Mar 2022 20:38:51 +0000 Received: by mail-oi1-f172.google.com with SMTP id j83so20213875oih.6; Tue, 29 Mar 2022 13:38:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=4TtgqB+qx7XVjHzfNHtzxULilxnRMCv4wkN1Lk/S1ms=; b=cEbUiDzDKsWVlK9x+kHMEzLpaftXX+mz9RfnHGAfXhTgF67P2J9LkU70JdbKJp4PtO Mfg8gAcXTphvKTcKT5DysuUWz0gXDI3rJd62Uywna9UM3IG+tUyoG6czlcoiioae52T0 oX6JIE+0sEr79/tfHQBFVOWNF0MPcTLv8opZ1SVgbk6uZ/22u+7Kaslqbx/T72N8P0iQ WUBO6brZb5e/fsN5sQsQJAsVndmySjQXDRarR3x3xU5TVyyzEN0pZIUq6vnMycPGOY8t Ey73OHgjx2Sg/QWAoy18cq8cheiyRaeuIBrCQZ7pW10cvh2DSitzo9o5JSYCL1EX4qo7 H/Zg== X-Gm-Message-State: AOAM533OiVY/EWRkImoE+b0WfFzUJPwOHaRNYdMmNoH/1IBvGq9we4Fc Iw7uICtCO+0g9K+LuXo4Ew== X-Google-Smtp-Source: ABdhPJwQ4FlupI7A/BX1ZpZC7myqHedGwWuamCYndsUFew8tbRsRgZX1033348l40PCDg2B778mnZg== X-Received: by 2002:aca:2418:0:b0:2ee:f7da:795f with SMTP id n24-20020aca2418000000b002eef7da795fmr499152oic.276.1648586327975; Tue, 29 Mar 2022 13:38:47 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id ep36-20020a056870a9a400b000de98fe4869sm8295009oab.35.2022.03.29.13.38.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Mar 2022 13:38:47 -0700 (PDT) Received: (nullmailer pid 1228499 invoked by uid 1000); Tue, 29 Mar 2022 20:38:45 -0000 Date: Tue, 29 Mar 2022 15:38:45 -0500 From: Rob Herring To: Tinghan Shen Cc: Chaotian Jing , Ulf Hansson , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Wenbin Mei , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com, ryder.lee@kernel.org, wenst@chromium.org, chunfeng.yun@mediatek.com Subject: Re: [PATCH v12 2/3] dt-bindings: mmc: mtk-sd: increase reg maxItems Message-ID: References: <20220329114540.17140-1-tinghan.shen@mediatek.com> <20220329114540.17140-3-tinghan.shen@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220329114540.17140-3-tinghan.shen@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220329_133849_860520_F60E70FF X-CRM114-Status: GOOD ( 14.35 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Tue, Mar 29, 2022 at 07:45:39PM +0800, Tinghan Shen wrote: > Add optional host top register base for the reg binding description. > > Signed-off-by: Wenbin Mei > Signed-off-by: Tinghan Shen > --- > Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > index 7032f7adf3ca..6d41bcec900f 100644 > --- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > @@ -40,7 +40,8 @@ properties: > - const: mediatek,mt8183-mmc > > reg: > - maxItems: 1 > + minItems: 1 > + maxItems: 2 If more than 1 entry, then you need to define what each one is. > > clocks: > description: > -- > 2.18.0 > > _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 79F54C433EF for ; Tue, 29 Mar 2022 20:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=b+q4YotUdbU6ONO+3oJvF1vwCR2VDIQnfPhcBYRiJpA=; b=jmaJuszrR1TR0Z 7I25P1sMI/4Qf0wUMSVq/aKtPlIuuPNiU1y+SyJL3BMnQA/UCCrCF1yFdItHPZTgrD5P2eyGniNUe hA+c0MWCrmvXgnRCYiHcrmucjTH65SFa0g2yiQKoWPGWo9JQ1X61SviWzB7MQouctFbvdgAXG5KVe z0Vcb6uSh3DWjak2yNj1Qr9EWjLKIap4D8ZYUisx9APlPTfR2N//umZC0B7fCpmXnPDBTBOfbzbrP NUdhMI/KEffejpBQzo0y69TIpuXPvORG3EWTcbVs6rjsvSC9SJz74hByN7Ten4NaizJmEoaj79+3a Ct7weEeOxCYvxRUMKucA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZIc9-00DSES-Me; Tue, 29 Mar 2022 20:38:53 +0000 Received: from mail-oi1-f172.google.com ([209.85.167.172]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZIc5-00DSE2-Pm; Tue, 29 Mar 2022 20:38:51 +0000 Received: by mail-oi1-f172.google.com with SMTP id j83so20213875oih.6; Tue, 29 Mar 2022 13:38:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=4TtgqB+qx7XVjHzfNHtzxULilxnRMCv4wkN1Lk/S1ms=; b=cEbUiDzDKsWVlK9x+kHMEzLpaftXX+mz9RfnHGAfXhTgF67P2J9LkU70JdbKJp4PtO Mfg8gAcXTphvKTcKT5DysuUWz0gXDI3rJd62Uywna9UM3IG+tUyoG6czlcoiioae52T0 oX6JIE+0sEr79/tfHQBFVOWNF0MPcTLv8opZ1SVgbk6uZ/22u+7Kaslqbx/T72N8P0iQ WUBO6brZb5e/fsN5sQsQJAsVndmySjQXDRarR3x3xU5TVyyzEN0pZIUq6vnMycPGOY8t Ey73OHgjx2Sg/QWAoy18cq8cheiyRaeuIBrCQZ7pW10cvh2DSitzo9o5JSYCL1EX4qo7 H/Zg== X-Gm-Message-State: AOAM533OiVY/EWRkImoE+b0WfFzUJPwOHaRNYdMmNoH/1IBvGq9we4Fc Iw7uICtCO+0g9K+LuXo4Ew== X-Google-Smtp-Source: ABdhPJwQ4FlupI7A/BX1ZpZC7myqHedGwWuamCYndsUFew8tbRsRgZX1033348l40PCDg2B778mnZg== X-Received: by 2002:aca:2418:0:b0:2ee:f7da:795f with SMTP id n24-20020aca2418000000b002eef7da795fmr499152oic.276.1648586327975; Tue, 29 Mar 2022 13:38:47 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id ep36-20020a056870a9a400b000de98fe4869sm8295009oab.35.2022.03.29.13.38.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Mar 2022 13:38:47 -0700 (PDT) Received: (nullmailer pid 1228499 invoked by uid 1000); Tue, 29 Mar 2022 20:38:45 -0000 Date: Tue, 29 Mar 2022 15:38:45 -0500 From: Rob Herring To: Tinghan Shen Cc: Chaotian Jing , Ulf Hansson , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Wenbin Mei , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com, ryder.lee@kernel.org, wenst@chromium.org, chunfeng.yun@mediatek.com Subject: Re: [PATCH v12 2/3] dt-bindings: mmc: mtk-sd: increase reg maxItems Message-ID: References: <20220329114540.17140-1-tinghan.shen@mediatek.com> <20220329114540.17140-3-tinghan.shen@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220329114540.17140-3-tinghan.shen@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220329_133849_860520_F60E70FF X-CRM114-Status: GOOD ( 14.35 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Mar 29, 2022 at 07:45:39PM +0800, Tinghan Shen wrote: > Add optional host top register base for the reg binding description. > > Signed-off-by: Wenbin Mei > Signed-off-by: Tinghan Shen > --- > Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > index 7032f7adf3ca..6d41bcec900f 100644 > --- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > @@ -40,7 +40,8 @@ properties: > - const: mediatek,mt8183-mmc > > reg: > - maxItems: 1 > + minItems: 1 > + maxItems: 2 If more than 1 entry, then you need to define what each one is. > > clocks: > description: > -- > 2.18.0 > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel