From patchwork Tue Mar 19 16:29:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13596897 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 AA80EC54E71 for ; Tue, 19 Mar 2024 16:30:16 +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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=G4SvhlLUOVBtvOgbRNJAeX5gc+muMuKpinloGjSCYbs=; b=bHvKne5cHt6z6u yBMqMoLBG4XloJxYHpPDBlzBFmaT5YjcGlYiqmSmp2FnTj2HKEc15yi/adsA12EaD83h6w2ycLSV2 Bvz4zku/reT3p6cEgZXeDm+NJ89ikSD80U/229yMmrw6tTYwRdSc82NIgM2QLoFcdLtrPZ77iM8Rt VlGhyPPOPf0duxX2Vl9a0L5iDcqlevGoi/Oq7mFIXRtHqVxg6yIn1x0/TUMG4hmJcBYcNEdypRAs+ 1u9DbHqE9VX2zZ5nkdTbI3bqWs9Klk+0GYif9F+x2q+SBgRkxZA3xZ1+97Ac37AvKsxdtGkK41gvg G5kKZ3YUo2ACXVd8SzUg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rmcLh-0000000DOhI-3KrS; Tue, 19 Mar 2024 16:30:01 +0000 Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rmcLe-0000000DOIT-1FMc for linux-arm-kernel@lists.infradead.org; Tue, 19 Mar 2024 16:29:59 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:76d0:2bff:fec8:549]) by baptiste.telenet-ops.be with bizsmtp id 0gVx2C00H0SSLxL01gVxPl; Tue, 19 Mar 2024 17:29:57 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rmcLK-0046HQ-LL; Tue, 19 Mar 2024 17:29:57 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rmcLd-000pxA-Ht; Tue, 19 Mar 2024 17:29:57 +0100 From: Geert Uytterhoeven To: Magnus Damm , =?utf-8?q?Niklas_S=C3=B6derlund?= Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH] soc: renesas: Enable TMU support on R-Car Gen2 Date: Tue, 19 Mar 2024 17:29:55 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240319_092958_632995_7F88C504 X-CRM114-Status: UNSURE ( 7.72 ) X-CRM114-Notice: Please train this message. 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 All Renesas R-Car Gen2 SoCs have Timer Units (TMU). Enable support for them by selecting the SYS_SUPPORTS_SH_TMU gatekeeper config symbol. Signed-off-by: Geert Uytterhoeven Reviewed-by: Niklas Söderlund Reviewed-by: Wolfram Sang --- drivers/soc/renesas/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 90df78027995d9b1..3125ab575b60b8d1 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -28,6 +28,7 @@ config ARCH_RCAR_GEN2 select RENESAS_IRQC select RST_RCAR select SYS_SUPPORTS_SH_CMT + select SYS_SUPPORTS_SH_TMU config ARCH_RCAR_GEN3 bool