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 5D95AC3DA7A for ; Mon, 2 Jan 2023 15:25:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=olTmo5Rdojl17U7Jf+E7UxZvzRzSH42wU0zG4+1XGF0=; b=Fvi8iOB4Z/64kM 2Gq2EW4qng68PzIgxci3QQfpBBrvTxH5tip8lgSOi5r1w3zz2x1jC1QwOCOKSV6YNDGTuN8wU5Yv6 KoWylOMDBkGmHjcs/5WAqTeKFIeWHzdC9Mld6tefn/KsazBSe20CCFHm/fKwEscroEH49qsOXHBbi pyVjnM9LY7nhb7wnvkP1QyokeIHY90lY+SaCilT6CO3zhMPf8l3EeUHihyHQEWPDvc0Zvu3BLp+VA NyjMziU0/RXbgJFAwJQcSPGiuOf0Q5p7vLJQLBVg4fQ6qIryDgqkVZi5z02Ho/dIZwOXB52m0bhQ/ X4dGvnJTVXY/RvihS1Qg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pCMfn-00CAxp-Q0; Mon, 02 Jan 2023 15:24:24 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pCMfM-00CAgP-8C for linux-arm-kernel@lists.infradead.org; Mon, 02 Jan 2023 15:23:58 +0000 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pCMf4-0005r2-4U; Mon, 02 Jan 2023 16:23:38 +0100 Received: from pza by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1pCMf0-0007z1-VD; Mon, 02 Jan 2023 16:23:34 +0100 Date: Mon, 2 Jan 2023 16:23:34 +0100 From: Philipp Zabel To: Samuel Holland Cc: Chen-Yu Tsai , Jernej Skrabec , Michael Turquette , Stephen Boyd , Albert Ou , Krzysztof Kozlowski , Palmer Dabbelt , Paul Walmsley , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, linux-sunxi@lists.linux.dev, Andre Przywara Subject: Re: [PATCH v2 5/6] dt-bindings: clock: Add D1 CAN bus gates and resets Message-ID: <20230102152334.GB30338@pengutronix.de> References: <20221231231429.18357-1-samuel@sholland.org> <20221231231429.18357-6-samuel@sholland.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221231231429.18357-6-samuel@sholland.org> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: pza@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230102_072356_498058_9E937AAC X-CRM114-Status: GOOD ( 15.72 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, Dec 31, 2022 at 05:14:28PM -0600, Samuel Holland wrote: > The D1 CCU contains gates and resets for two CAN buses. While the CAN > bus controllers are only documented for the T113 SoC, the CCU is the > same across all SoC variants. > > Reviewed-by: Andre Przywara > Signed-off-by: Samuel Holland [...] > diff --git a/include/dt-bindings/reset/sun20i-d1-ccu.h b/include/dt-bindings/reset/sun20i-d1-ccu.h > index de9ff5203239..f8001cf50bf1 100644 > --- a/include/dt-bindings/reset/sun20i-d1-ccu.h > +++ b/include/dt-bindings/reset/sun20i-d1-ccu.h > @@ -73,5 +73,7 @@ > #define RST_BUS_DSP_CFG 63 > #define RST_BUS_DSP_DBG 64 > #define RST_BUS_RISCV_CFG 65 > +#define RST_BUS_CAN0 66 > +#define RST_BUS_CAN1 67 Acked-by: Philipp Zabel regards Philipp _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel