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 3C2DB4B132; Sun, 17 Dec 2023 23:54:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YHTE7p3h" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81FC2C433C7; Sun, 17 Dec 2023 23:54:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702857275; bh=hUw/dqLJ8c9mp0C2ocR/kSRcZ8F+vi76KvW9vcL+1TA=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=YHTE7p3hbgb/pUEPYH2XW/kIJtcmQ7uQy+BluxzlQYQcr2faxjNTHzxzkEmJKe89X IJZagjZjFgs3UNL2kYJGOJfk0pOZSzRq3IJfJBCNscXuyc5IVuyI4om43UxEizE4YV 0FHjRFqrhFANzkIKXWMjgFqEM0exCa9LMF0PcxA5QRKPci3NRqFldrgt3TF7CRMWhB 9/+ICgIJwmyAf18+X/jhkAJBDEMHTTO7Jrk+cgY5EJtLXj+5Ior3hy7pVXgoSH3ThD CSo4CKvXfmF3Vr7BMse75V7lveOY2qkr1GI+BYhWxVtMhfTyJ6XVfpZCAu/N2TEdPj axOBN5DXMcJ4A== Message-ID: Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20231208143700.354785-4-gabriel.fernandez@foss.st.com> References: <20231208143700.354785-1-gabriel.fernandez@foss.st.com> <20231208143700.354785-4-gabriel.fernandez@foss.st.com> Subject: Re: [PATCH v6 3/5] dt-bindings: stm32: add clocks and reset binding for stm32mp25 platform From: Stephen Boyd Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski To: Alexandre Torgue , Conor Dooley , Gabriel Fernandez , Krzysztof Kozlowski , Maxime Coquelin , Michael Turquette , Philipp Zabel , Rob Herring Date: Sun, 17 Dec 2023 15:54:33 -0800 User-Agent: alot/0.10 Quoting gabriel.fernandez@foss.st.com (2023-12-08 06:36:58) > From: Gabriel Fernandez >=20 > Adds clock and reset binding entries for STM32MP25 SoC family >=20 > Signed-off-by: Gabriel Fernandez > Reviewed-by: Krzysztof Kozlowski > --- Applied to clk-next