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 7E82635E930; Thu, 5 Mar 2026 23:51:19 +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=1772754679; cv=none; b=jlMTkLn9g3hsNj4yWUyxIsGYS70+N+55a3RTx7njSnFvst2MyT3skoUhg+S9G0n3v2/0QsaWTJWKh645oTOqjvvRliKZ3JDmfJO9yeF2Ljjfa5517FG5rfoU848Ae2WwlK/+tuIh10h5GMbH6JIwwJ4Ql8DyKnuE4LscpMu6Arc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772754679; c=relaxed/simple; bh=X8QfSm1VBg+Jlvkc3NdYVKlWCPYfLxkTMJ/pyRy6Oi8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YqxsL931yixyoEPKsEtm2h8LMMEw/aTpLo/h4aQKITjkQRsOQ9lVEggMzk96B6ht4YtuWIiAEiF74jox0IuAtv6ikZp6foMNsmjFGVg+GmsZSIrLlxB7LxoE1xpC/+kOw5pdmiDiWlUtXADUOSEay3gkbyI4dNoHpEkovz4l5Og= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=t5dFUyRV; 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="t5dFUyRV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01F61C116C6; Thu, 5 Mar 2026 23:51:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772754679; bh=X8QfSm1VBg+Jlvkc3NdYVKlWCPYfLxkTMJ/pyRy6Oi8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=t5dFUyRVEopatX5TSIeQyPGnjzw5wqYmB9RnAr6+HGqzXCLS9fC1yhXuuMME0gFI4 nWx0uPPQcS514eIKN7o7P8QRAWXZ3xztaRbczWC+pW4AsdWCssoh0vhyNlGpOW9mgU +sc/pxS1z1FHuh3CMaFuCpNqgmAAUoMMxyM/bM6gVOPgpATPoNlk/09Z4vi4wYE9C4 4mvXdOzyENdsTj8LY4bjNcZigPGCfR+fp3AkE2kD9JkLGDWXgJVy/MraRhhLkhOlj8 YqdeVNcOkYgSfwFuTcKy3NtMC5uHQP8da8sShv5D1fPw+aBqrBV2EeUvaw6MuVlDyS 8gbz1rXPQFaQQ== Date: Thu, 5 Mar 2026 17:51:18 -0600 From: "Rob Herring (Arm)" To: Otto =?iso-8859-1?Q?Pfl=FCger?= Cc: Chunyan Zhang , devicetree@vger.kernel.org, Krzysztof Kozlowski , Sebastian Reichel , linux-leds@vger.kernel.org, Lee Jones , Conor Dooley , Liam Girdwood , linux-rtc@vger.kernel.org, Mark Brown , Alexandre Belloni , Pavel Machek , linux-pm@vger.kernel.org, Baolin Wang , linux-kernel@vger.kernel.org, Orson Zhai Subject: Re: [PATCH 1/6] dt-bindings: rtc: sc2731: Add compatible for SC2730 Message-ID: <177275467782.804137.1600349191144583031.robh@kernel.org> References: <20260222-sc27xx-mfd-cells-v1-0-69526fe74c77@abscue.de> <20260222-sc27xx-mfd-cells-v1-1-69526fe74c77@abscue.de> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260222-sc27xx-mfd-cells-v1-1-69526fe74c77@abscue.de> On Sun, 22 Feb 2026 14:16:45 +0100, Otto Pflüger wrote: > The RTC block found in the SC2730 PMIC is compatible with the one found > in the SC2731 PMIC. > > Signed-off-by: Otto Pflüger > --- > Documentation/devicetree/bindings/rtc/sprd,sc2731-rtc.yaml | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > Acked-by: Rob Herring (Arm)