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 0DE43C52D7C for ; Fri, 9 Aug 2024 16:22:21 +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:References:To: From:Subject:Cc:Message-Id:Date:Content-Type:Content-Transfer-Encoding: Mime-Version:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=I3YQIqktxBdIIFcqZSYtEeGTQLWBvWkluBpPpmvl0vg=; b=JCsxTatDf9yZfDSyZ39d4VAeJn rAPnHzMICcJzg8pMLrGaEaewdUvXsNv6yn7u9fpx/oTtrMc7w5l4hheoCoQ1B++aGfuIAiuSGyoTk 8z8KdBb+cBwN5ynTKHI5+WsZhM5UvEbDo8wFmpvhggfOw7WG3Tm0nq3xGMbgoL2m4aH/UoBMriHV7 F+2K6PjEA25BcZrO+dPieY0A47gzQMkfcugwGzB8FiHx82cC8BxgNh12fLhze8MFiFSof5jtajhUD wKnpAQG/9fTiL4mrimIbOg65HTZqgzo6jXVDTxDQEL78jEoueN07D4f3xplcpbn/WVzu2jsNueehG LgblQU6w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1scSNX-0000000BtUT-2Lq9; Fri, 09 Aug 2024 16:22:11 +0000 Received: from out-187.mta1.migadu.com ([95.215.58.187]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1scSHB-0000000BrTL-0Sat for linux-arm-kernel@lists.infradead.org; Fri, 09 Aug 2024 16:15:39 +0000 Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cknow.org; s=key1; t=1723220133; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=I3YQIqktxBdIIFcqZSYtEeGTQLWBvWkluBpPpmvl0vg=; b=UBELDXMHEVD1RfSvFdKIkTjpCItyWakTtX5Z53T/zPISvy16mn7htlKDEcNLyZzhXu/xHI FGcvlipRygRa2W8z5Q7TznppW3G0GWaa2nibUdFaR8B4YkIZSM2bY0ywHHfoR8Kzn6mer7 +Z7e2ZHHP6TwqDIDzn9b9zV+gGAs8AbI8nyUJ5tJsMM14EHrKNXzXPHLyPkdiUB9rF4N52 ooTxBx4S0Nt+uZnWbw08kkkRkNrW/++UNB1HnxHPgTYdur3+BG4Fnw2CyuzVYM8Y6avAub VTwO2//R2JneUuEiWUiY4yosVEu4HgxQD0LwpmRAo9kP+u6VnRFc9l1fZxr/iw== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 09 Aug 2024 18:15:26 +0200 Message-Id: Cc: "Michael Turquette" , "Stephen Boyd" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , "Heiko Stuebner" , "Philipp Zabel" , "Elaine Zhang" , , , , , , "Sugar Zhang" Subject: Re: [PATCH v4 1/3] dt-bindings: reset: Add rk3576 reset definitions X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Diederik de Haas" To: "Detlev Casanova" , References: <20240809125553.3889-1-detlev.casanova@collabora.com> <20240809125553.3889-2-detlev.casanova@collabora.com> In-Reply-To: <20240809125553.3889-2-detlev.casanova@collabora.com> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240809_091537_772515_62E29C7E X-CRM114-Status: GOOD ( 13.34 ) 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 On Fri Aug 9, 2024 at 2:54 PM CEST, Detlev Casanova wrote: > Add reset ID defines for rk3576. > > Compared to the downstream bindings this uses continous gapless > reset IDs starting at 1 instead of register offsets as IDs, as > introduced in the RK3588 bindings. > ... > --- > .../dt-bindings/reset/rockchip,rk3576-cru.h | 564 ++++++++++++++++++ > 1 file changed, 564 insertions(+) > create mode 100644 include/dt-bindings/reset/rockchip,rk3576-cru.h > > diff --git a/include/dt-bindings/reset/rockchip,rk3576-cru.h b/include/dt= -bindings/reset/rockchip,rk3576-cru.h > new file mode 100644 > index 0000000000000..8c968af4888d5 > --- /dev/null > +++ b/include/dt-bindings/reset/rockchip,rk3576-cru.h > @@ -0,0 +1,564 @@ > +/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ > + ... > + > +#ifndef _DT_BINDINGS_RESET_ROCKCHIP_RK3576_H > +#define _DT_BINDINGS_RESET_ROCKCHIP_RK3576_H > + > +#define SRST_A_TOP_BIU 0 > +#define SRST_P_TOP_BIU 1 As requested you renumbered starting from '0', but the commit message mentions "starting at 1". Same for patch 2 of this series.