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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12D63EB64D9 for ; Thu, 15 Jun 2023 01:06:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231233AbjFOBGp (ORCPT ); Wed, 14 Jun 2023 21:06:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34324 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229558AbjFOBGo (ORCPT ); Wed, 14 Jun 2023 21:06:44 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B7C8F2697; Wed, 14 Jun 2023 18:06:43 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 29FA261CE4; Thu, 15 Jun 2023 01:06:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A0BDC433C8; Thu, 15 Jun 2023 01:06:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686791202; bh=WVphbQvdDrewsJtwZkZ80s7KmaaKA7azPVcrm38R+bQ=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=D+fq+e6pBYZwX9xBEzVU81AIi0zmvAbqObVJWbFlBbsNLwSSLgXGjKPvWRaIGIh4V d0YvtcA3sQ55z/Y+MNCWtPhBldCFXi5pKdLWIN32vcnzZmZX0DrgQc9YHXTNJZ9xiA jaB+xINyHEWc+3PFMMCw94nHHl4hPJmXH0OXCYdJPcPok3/J6UqiTInHOqKcci9ckG xO22qGeSDHNohl9HArAsOBy/GsQw/mVtyTivLEcr4eTw3MwjVGOb8qDPiELlYCglNj 8FCLsgkvuL/7MObkK7MHiYdiwisCoQfQNqoo9Nw9kidwEkR73lJGh5AQL387sBYitF XPq6smfNmrH3g== Message-ID: <52e6278bb43511c5bccad41909c4423b.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230510184305.v2.1.I417093ddcea282be479f10a37147d1935a9050b7@changeid> References: <20230510184305.v2.1.I417093ddcea282be479f10a37147d1935a9050b7@changeid> Subject: Re: [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC From: Stephen Boyd Cc: gabriel.fernandez@st.com, gabriel.fernandez@foss.st.com, Patrick Delaunay , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com To: Alexandre TORGUE , Conor Dooley , Krzysztof Kozlowski , Maxime Coquelin , Michael Turquette , Patrick Delaunay , Philipp Zabel , Rob Herring Date: Wed, 14 Jun 2023 18:06:40 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Patrick Delaunay (2023-05-10 09:51:40) > Minor cosmetic change, aligned with files in U-Boot: > - change obsolete SPDX id : GPL-2.0+ and use the same license > GPL-2.0-only for the 2 files > - use correct mail address gabriel.fernandez@foss.st.com > - remove extra space >=20 > Signed-off-by: Patrick Delaunay > --- Applied to clk-next