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: 13596892 X-Patchwork-Delegate: geert@linux-m68k.org Received: from baptiste.telenet-ops.be (baptiste.telenet-ops.be [195.130.132.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 28AAD8174F for ; Tue, 19 Mar 2024 16:29:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.51 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710865800; cv=none; b=ePn5LK5lToBHVNb4j8JN0AzqHS8m7JMmqS5bY8OLTx+7eGZZvqe9Geo8TRjZu6Lwvp1/ug7qyv3oiXXsa89meC4wTF7ZWkTkxgc+f9AyC5v2NvdPbYY/dsAuTFfkzNteKCuiTuVxH6JF72f5XN8X4W+QHyMCEILsjAjGcMlLVYw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710865800; c=relaxed/simple; bh=Cbp0vQwOz88gTydiclBB/DEC2XAZKz6yzOnV/0fc1Rk=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=ab2prUJoimuNYdSBm6nJzxIJaEXnbmxj1NJYNiId0OzPRQGKqxoA1aWEj0rM3gNqaUlDieiEwi67n3qg/vWKxnnO14Qst+ueDC/xsn1pWl59dE7Jbiq/cZEhMlLKIb+CyfH7H6bG5QGMeO0THDcb4K5abBItp22ktDTXnTcPQD4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.51 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org 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 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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