From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A50F11A4F3F; Wed, 28 Aug 2024 17:00:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724864458; cv=none; b=jN7j2530XrIWfLYiPMVLVrQNNITfWjSQ1HyNhITOkGXAjLLEQN3llIJ1tQg2+cbXZJl60d/tMi9iy480vr2FfNHIYN+W5XgJARCQNjAglxEBg5582VzhGlufkkFFyHaiQRGTTlxQY9i4rdbKWCa7YySuHflXDXVD7EjFItpwt+k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724864458; c=relaxed/simple; bh=nO77iIxdd02hF4E9tDlYoiBUA4JWXzvnnSS2wI9f4nM=; h=Message-ID:Content-Type:MIME-Version:In-Reply-To:References: Subject:From:Cc:To:Date; b=KwkRk3zRpu2Cbx0n+1yQliIV0F0EJq9QXj2r0ZgfLZzuj5n/bS8LrCtA8kuKm8YPt0B/fFdqjtMgyGkqDzx0asJS0R6WeBUDeQ1OduNqqxSJXRWCCU17/DZMbFAN6e3Uv/5/bYkiaoDCm64Lm18+eA0tgqSKEs1ldFZc1FS4Jdc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Y2pFooLv; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Y2pFooLv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1F139C4CEDF; Wed, 28 Aug 2024 17:00:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724864458; bh=nO77iIxdd02hF4E9tDlYoiBUA4JWXzvnnSS2wI9f4nM=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=Y2pFooLvVPPXz7nwZb9jTgXWJXi4uakj20PF+IsgktZrUaYmwdNonK2MITKW6/AK/ JRvrTGK5Ipp+arPZ3vrHUcofKC9OvgwLKZBrZkwzgbC1Fcyht0la272dQ9LBcNSFcs nwplEI79ohQAgmHL4UnWcP6Wt28PwBJWYLQY/cwa0fA0wA0tElS8DduKeYMcRQ+Nq6 BvXSTJ1qzMKF2p30B36r/DS2TWVjErIV7S35mV3OmPFTzMPzUI4drzQ1p8Ce4X+2Yx br9FV+UDA3MEITIXsWibgtc3/6izu2b6WenBwkhenAvg16xOgp9XzW85BrNN3tK7Co N4PZ0JDpTU88A== Message-ID: <83b3274296b7d9353aff4caf618ee042.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20240818173014.122073-5-krzysztof.kozlowski@linaro.org> References: <20240818173014.122073-1-krzysztof.kozlowski@linaro.org> <20240818173014.122073-5-krzysztof.kozlowski@linaro.org> Subject: Re: [PATCH 5/5] dt-bindings: clock: st,stm32mp1-rcc: add top-level constraints From: Stephen Boyd Cc: Krzysztof Kozlowski To: Alexandre Torgue , Charles Keepax , Conor Dooley , Elaine Zhang , Gabriel Fernandez , Geert Uytterhoeven , Heiko Stuebner , Krzysztof Kozlowski , Krzysztof Kozlowski , Magnus Damm , Maxime Coquelin , Michael Turquette , Richard Fitzgerald , Rob Herring , Serge Semin , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, patches@opensource.cirrus.com Date: Wed, 28 Aug 2024 10:00:56 -0700 User-Agent: alot/0.10 Quoting Krzysztof Kozlowski (2024-08-18 10:30:14) > Properties with variable number of items per each device are expected to > have widest constraints in top-level "properties:" block and further > customized (narrowed) in "if:then:". Add missing top-level constraints > for clocks and clock-names. >=20 > Signed-off-by: Krzysztof Kozlowski > --- Applied to clk-next