From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta1.migadu.com (out-183.mta1.migadu.com [95.215.58.183]) (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 8A85F198E6E for ; Fri, 9 Aug 2024 16:15:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723220138; cv=none; b=RmZhNEjqDlXXTxxxa0ytEq3HsxFvCv7/q0jw+cj64/oHSW9vNVcWO3JEcdpiBiN1kGdJS1Kc/UP1vjuOT06F1gn5+qFCsuNAntxwYg1v6x7SY6bEt+h5c8lK650vCYaaF2Myn7pN5JYhvc7/WF0yTVYaxdv+AgpCJjUNatzK+54= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723220138; c=relaxed/simple; bh=VY9PE4eNE3Cxi3PC17boS00P/McmC5FaF7A8/yRTI/o=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=rUlc5wHgqN61RyWc0/23lJ2Pd495s9SBr8QGXVY+Spcqg2XowjZ8UuBgPENceITqAKvOqsNXPx0YeDV2CQVmK7Ay/d/W/E0vY2JboRjOK0GHfR5IMzYEkr4UtTuy2SEyqpVeGGu+h0WqtPRV0N1t3WXOpAHLwpyMxFSPTNsrtqo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow.org; spf=pass smtp.mailfrom=cknow.org; dkim=pass (2048-bit key) header.d=cknow.org header.i=@cknow.org header.b=UBELDXMH; arc=none smtp.client-ip=95.215.58.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cknow.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=cknow.org header.i=@cknow.org header.b="UBELDXMH" Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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 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.