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 06D9AC2D0CD for ; Mon, 19 May 2025 16:55:30 +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=p+M3bdDJZJnJh5kp8aJTiFXV9wYJWukxs/H0XHZOWws=; b=QGKs72qcnG3D5pFBJ9voLuRFuD If9uUkNM8uq8O3qnlamf+27oo430sp412h/PwuIzp/o0izmEPxP025s4O6+yitbDOZSb/B+ZOtlvQ 3qUASi3NvF2LSuU7rBb/vyYYphmTgQ4CS6V7VwSdheGDjaKjdw4uhsfSixQvpp+tJdRzwt/T3Re5g DWFwQ4duJGt5A+Dc08pAuJuiadLiJgiRjCHwCzyR35Rkb8xdRn//NoT4kYb7MhwmH4TjBfO6UuzcY M5NUgs6akRLOypzIjIpBbXUzzD4RYnyLB7EdzLb/zQLicK9sDiJ704fsbkIhFJU9dLLiWFeM7CCge 6JJg8HnQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uH3lt-00000009srq-02rF; Mon, 19 May 2025 16:55:25 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uH363-00000009koL-3SSN; Mon, 19 May 2025 16:12:11 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 28AA6629C7; Mon, 19 May 2025 16:12:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 15758C4CEE4; Mon, 19 May 2025 16:12:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747671130; bh=l8blh10OK+0hD92twpkqVpb87BrzmAIlQA1EZ50o0tY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cVPKVYMOaZToYtTsEcXK/+I3/SDkmwFYojPzngJ2eAO2RTbgmtAm/dOYf4K5Wo3yn chTPeIRFPsUrqdW7d9+U1gYCrmZizHY7aZxfJ9u+VLIs+6zYNfhNJhRE2Jyq8xtBaC VQy20q/fLanGWXNQudCEzGIdNFPoGnEz/70+9K9ZDME9ScztsZaGIxrB4Tjlqw2jqI WdM3WD4sLxE1CorI8dSCEtl5PseH7NrVzr9u7gkJ6D+o/IOJifApCPk3hFPX8pG9rV fY25RptiyzWnEwK3NgBQ8wTft5SCNcDTASNmlTe4SfFUyLNcexs/1EYKxH4Q+WJZBE rOwqS969J8Tig== Date: Mon, 19 May 2025 17:12:06 +0100 From: Conor Dooley To: Jonas Karlman Cc: Heiko Stuebner , Ulf Hansson , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jisheng Zhang , Yao Zi , Chukun Pan , linux-rockchip@lists.infradead.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Allow use of a power-domain Message-ID: <20250519-caress-traps-f61f0c6067b4@spud> References: <20250518220707.669515-1-jonas@kwiboo.se> <20250518220707.669515-6-jonas@kwiboo.se> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rmhup2qVQJ30c1U+" Content-Disposition: inline In-Reply-To: <20250518220707.669515-6-jonas@kwiboo.se> 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 --rmhup2qVQJ30c1U+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 18, 2025 at 10:06:52PM +0000, Jonas Karlman wrote: > The commit 7e856617a1f3 ("dt-bindings: mmc: Add support for rk3576 > eMMC") limited use of power-domains to Rockchip RK3576. >=20 > Remove the power-domains: false to allow use of power-domains with more > controllers, e.g. with SDHCI on Rockchip RK3528. Meanwhile, you're allowing it for all devices, even ones where it is not valid. I'm not keen on that. >=20 > Signed-off-by: Jonas Karlman > --- > Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml | 4 ---- > 1 file changed, 4 deletions(-) >=20 > diff --git a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yam= l b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml > index 5fb347167004..f882219a0a26 100644 > --- a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml > @@ -120,10 +120,6 @@ allOf: > required: > - power-domains > =20 > - else: > - properties: > - power-domains: false > - > unevaluatedProperties: false > =20 > examples: > --=20 > 2.49.0 >=20 --rmhup2qVQJ30c1U+ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaCtYVQAKCRB4tDGHoIJi 0qgBAP4pcRHqb6kp25l2OZfOs5jHIg25eLK9dmxq+YRes/Xm4QD/XFVfUBIq1AX2 fwYWkhhVTFWp1mGRW1ikApzTfF0Zvg4= =t6Rx -----END PGP SIGNATURE----- --rmhup2qVQJ30c1U+--