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 E5850C27C4F for ; Thu, 13 Jun 2024 20:08:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=rK+/Nwwg9KjlIFpXJuy2ADaDtQuYEIxK28/8RUbCn2U=; b=McM9anZHhQJvShSx9fGKVLjR7h P/5TeT4TYXR0FPBYGnEg6euKFJhYoTlkyXHAJZIv7zw6OOobmSTfhXjYkpTxL0B+1DCs6HcywVH46 YkvGKwLiM/DlkMEsFlvz+lECtAfJkabvQ4PyQ9pJOzRbkBH8hyZ3iWz7X9B4UeZfDCgy7TL2xyjf6 kSAlX5sYQLSsimVPIfr1puMaOtxoCI0OlIyvwGHR0N1eDRs9mgBNWD5fJrZGSDMglw7wc22Sqt6Nr rj9LN0tNtELQu8bMqWVn5jbgvLBfZ9eCo0AAAaSCX+QIDjLwXwQlaMQLQg+Qty/En72hlAhGqF6K4 nSsLga5w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sHqkY-00000000NEd-1B0Y; Thu, 13 Jun 2024 20:08:46 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sHqkV-00000000NE1-0jJ0 for linux-arm-kernel@lists.infradead.org; Thu, 13 Jun 2024 20:08:44 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id E6530CE1CF8; Thu, 13 Jun 2024 20:08:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A439AC2BBFC; Thu, 13 Jun 2024 20:08:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718309320; bh=ygqYGRp7qazQZCtbOT5FAGb8ulegaXFd8LoNaGXhais=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=d6dR/5OhG8kuPCJVgGNWx5iZ3GsM87EOFD4n1u2bwFIiLrIuWhtrw2lnTkQq0ijf4 peZ/851Qqtnlfo0SKPzZWCWxHPiFiH21Y4/weZ54HBvGB96oEwnTS9p3O2Y5LNDHT/ 406VK23CIGB+VeJRlxqxYGWhP4CD3DUJuGb4mpLzeQjUNldJqb13/ywitKjS6RFJYc vG3wbZnfZC1+ZQIftxbTlAZVLKelQUlZweKAenPHjldo8rsaAKzrgA02J7Z4IsOYYw wciqae9vYmmgypCL8AX/0tFiP8t58OslcEC4dvbiXtK4b/+ZpCTyCQ7y8mwaIE/XKX NVJVjjcyfh+BA== Date: Thu, 13 Jun 2024 14:08:37 -0600 From: "Rob Herring (Arm)" To: Frank Li Cc: linux-kernel@vger.kernel.org, Shawn Guo , Ulf Hansson , linux-arm-kernel@lists.infradead.org, Conor Dooley , Krzysztof Kozlowski , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, imx@lists.linux.dev Subject: Re: [PATCH v5 1/3] dt-bindings: mmc: mmc-spi-slot: Change voltage-ranges to uint32-matrix Message-ID: <171830931400.2391260.17890560707264408523.robh@kernel.org> References: <20240613-ls_waring_esdhc-v5-0-36644e2fe21c@nxp.com> <20240613-ls_waring_esdhc-v5-1-36644e2fe21c@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240613-ls_waring_esdhc-v5-1-36644e2fe21c@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240613_130843_486698_3B0A12F4 X-CRM114-Status: GOOD ( 12.73 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 13 Jun 2024 10:32:05 -0400, Frank Li wrote: > According to common mmc core, voltages-ranges should be matrix. > > Signed-off-by: Frank Li > > --- > Change from v4 to v5 > - Change maxItems to 1 > > Not sure why it impact other mmc yaml's voltage-ranges. > Rob's answer: > > It's a quirk of the tools. When decoding properties, the tools only know > all possible types. Types are global, not per binding. Sometimes it can > be figured out, but cases like this cannot be. > --- > Documentation/devicetree/bindings/mmc/mmc-spi-slot.yaml | 16 +++++++++------- > 1 file changed, 9 insertions(+), 7 deletions(-) > Reviewed-by: Rob Herring (Arm)