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 561A4C433F5 for ; Wed, 30 Mar 2022 08:23:43 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=7XN/wFM6QdZNZm07ikT/AUK60mK3skRMlHx8BTCgmi0=; b=ijhMznFXATOQ7E eWPfe83gqKIwdSsg/iS1z4DQ0QlGFjCK81PaE2273+SOR3dS74XDW3IR599vH10oBw1b297LFF1IX gweVYeYIMDtbIOIpfMQaA6CB2RiijuUz2NJSaLmNbh/KoJwmQSSqp9XckHM0w4R5kOQtiz69wip9G xHUEAQ1jKFQ4K5ZdIOtGPKsqQscXNVuP9rs0ay7t+G/dEpcyo9f9R/Jy/cmmdE9k/ysfBS277vY+g 9+1OpMGhWUXTlInmR9znSy0GuO+ff8fzLtduVsNMUtbstBiM8ZDM9K0TREHDjgsK+z9VAyzbtwJPv Sdxnirj9UwNs4If+PASw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZTak-00EnFM-5q; Wed, 30 Mar 2022 08:22:11 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nZTZd-00Emef-DL; Wed, 30 Mar 2022 08:21:02 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 3C4931F443F6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1648628460; bh=sD9zda1gQkNv3MUA4bkv/V5WHuwzCfeFynE1ba/36bI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=lwqXWCyvUJTMcWkmXB/XryVKNZ3doT0L4in++YJhNLlEumVov1VdrMn6WG2XwP0ks blZ4fiFE4Q0hNhTRpBd0ICap0dAq4rUqv6Nx574wrl2C/2wf9fmlKPNu13ak+i9io3 XuGtTjPq0bybFhxrjyjT8O9tviLy2mV3ijMdf4YmcBenisQ5JUKxTJ1r+sC/KVqf8/ YDrwtXvpxBbOVALzBJ2KhF0A4Xle3gmzF1YumNtOdnjiLJ0IkLwdWn8R9yyHo3t0Pj tVq4OP09GfDsPwVt2n20oWvaZw3i7S6EQpXqzxGxqug2kMu8MrH9mYT6LXort9N/r+ q6o2+0V72XjlA== Message-ID: <61c2609c-18d1-fea9-7b71-0b17fb2beaef@collabora.com> Date: Wed, 30 Mar 2022 10:20:47 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v12 2/3] dt-bindings: mmc: mtk-sd: increase reg maxItems Content-Language: en-US To: Rob Herring Cc: Tinghan Shen , Chaotian Jing , Ulf Hansson , Krzysztof Kozlowski , Matthias Brugger , Wenbin Mei , linux-mmc , devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , linux-arm-kernel , "moderated list:ARM/Mediatek SoC support" , Project_Global_Chrome_Upstream_Group , Ryder Lee , Chen-Yu Tsai , Chunfeng Yun References: <20220329114540.17140-1-tinghan.shen@mediatek.com> <20220329114540.17140-3-tinghan.shen@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220330_012101_657135_88E919F4 X-CRM114-Status: GOOD ( 13.32 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Il 29/03/22 21:10, Rob Herring ha scritto: > On Tue, Mar 29, 2022 at 7:43 AM AngeloGioacchino Del Regno > wrote: >> >> Il 29/03/22 13:45, Tinghan Shen ha scritto: >>> 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 >> >> it's just maxItems... adding minItems: 1 is not required. > > If 1 entry is still valid, then minItems is required. If not, then > it's an ABI break. > > Rob Right. Sorry for that and thanks for the explaination, Rob. Cheers, Angelo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel