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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 030A5C433FE for ; Tue, 26 Oct 2021 11:59:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D069060F0F for ; Tue, 26 Oct 2021 11:59:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234487AbhJZMBp (ORCPT ); Tue, 26 Oct 2021 08:01:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230258AbhJZMBn (ORCPT ); Tue, 26 Oct 2021 08:01:43 -0400 Received: from mail-lf1-x130.google.com (mail-lf1-x130.google.com [IPv6:2a00:1450:4864:20::130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1797C061745 for ; Tue, 26 Oct 2021 04:59:19 -0700 (PDT) Received: by mail-lf1-x130.google.com with SMTP id bq11so17100439lfb.10 for ; Tue, 26 Oct 2021 04:59:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=85BwCPaPUHtT9osJtiBZEBY3ZDasvCEOaM7Ylyi8QL8=; b=K60jYV1zHtMnWk3mrz15ZGPS/PTHH3vmMdXuccIwrUnwrgdDxA7/gaelCPgYhQKanQ 4e9xhffNGbhZQLdGOo1iH4o0ATDrxIq+bEJ2dx4QMNUT+wHKtrc1PIUyWV9HcFGM83zm dwAqPwomivHB/5cUlR7Qb+Ha1hgMJrmzHtiAq8uZQyEr3SfHT5Wk4SNSy+zEYmIykxT+ EQ5vL7GjSD8ggx+rUS49D+Ki7KW2/T1ht0w7hEjG1b7Anqz21X1VJ0mdkMI6nBQ2p+ST rI+7bJPO5N3OoTkbmUH6iBHiwBkROhNoxzXJr4sQ3i5onELkeEXm5EbZ1/S+4bbzhgor 9/cQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=85BwCPaPUHtT9osJtiBZEBY3ZDasvCEOaM7Ylyi8QL8=; b=dtbk2OM4ORQY8gq4HcJWnbU5kQdY3544vR+mBSdHaQku1OoR5rqnMOa8iv0ydPdmuc WEPkbD7uMheqHGjslbs6k8z0eJAwTNvOTaoZKQueK1Sfc1I3bmj388zV3PhnJ7WSsw4M 8kLkuc2v5Ot2BRUYQ3AFe7hFp24yFJBBdNoUSNhwVkhPq7eSWXca3m2HAWoYY2dlu2H2 4x5oYvvz4/kCJFqLu9aTWQ/4wV3sfN6b6IZ9VcADvYDNVONXLAVxKUi2crOxbHwXYEoo b41mo5rUxCXvJLCG1fVD8JqSXPB0jHTL8P5I7rxoETvibJQzfseICAAYp2UtUgcGu2T3 cl1A== X-Gm-Message-State: AOAM531Z2cxW5D0o6d1mlShxZG3rTVXeY+y5Dc2WPNDz6uprm2/yp6Nh y1P70D1I3wWd3aL3IUnJVI/KWA== X-Google-Smtp-Source: ABdhPJyBLtrSGYC9ap6Hn68rkt1HPKlNRpB5+PleW5X04PcnTdOWY1ILt3UowmrWrN/pdiLhAQnx4g== X-Received: by 2002:a05:6512:22c5:: with SMTP id g5mr22417386lfu.646.1635249558087; Tue, 26 Oct 2021 04:59:18 -0700 (PDT) Received: from localhost ([31.134.121.151]) by smtp.gmail.com with ESMTPSA id j26sm459759lfb.84.2021.10.26.04.59.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Oct 2021 04:59:17 -0700 (PDT) From: Sam Protsenko To: Catalin Marinas , Will Deacon , Krzysztof Kozlowski Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH] arm64: Kconfig: Enable MCT timer for ARCH_EXYNOS Date: Tue, 26 Oct 2021 14:59:16 +0300 Message-Id: <20211026115916.31553-1-semen.protsenko@linaro.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some ARM64 Exynos SoCs have MCT timer block, e.g. Exynos850 and Exynos5433. CLKSRC_EXYNOS_MCT option is not visible unless COMPILE_TEST is enabled. Select CLKSRC_EXYNOS_MCT option for ARM64 ARCH_EXYNOS like it's done in arch/arm/mach-exynos/Kconfig, to enable MCT timer support for ARM64 Exynos SoCs. Signed-off-by: Sam Protsenko --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 1aa8b7073218..7a6ef7883a0b 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -95,6 +95,7 @@ config ARCH_EXYNOS select PINCTRL_EXYNOS select PM_GENERIC_DOMAINS if PM select SOC_SAMSUNG + select CLKSRC_EXYNOS_MCT help This enables support for ARMv8 based Samsung Exynos SoC family. -- 2.30.2 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 079A3C433FE for ; Tue, 26 Oct 2021 12:00:44 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id C60D660F0F for ; Tue, 26 Oct 2021 12:00:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C60D660F0F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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=LytrA5FV0RniVEKfWp726p6BUGHL3ogGdTbHOI2ZykQ=; b=uxGMs/NHiPLLHE GQWPyIQuASZeRkX3o4hq+l6UDsvPeNMrL/XE8/6FhOwcWMfQuTEC5SepIHlJussrNNc2PbSDhDmCI JoSMteGNm6PCwkn7vQzV0q+5M0nMo9tXAFjCJSZTynAt2hwEAcyKEhAzg6xNRCysjW+Npp7wXQ8Dh LrZrLrjDUC0lCKXFgIKfTedCJG5RhqwPCKeCj67CFcPwBY3RKWKrmhlzACDvtSMXvttCrl3uL5O3T GorSIZBIgydZIvhWNaahBdUijreJk2FKm02bKsTv3wxxpOI+cVJxCr/pkKpWFF/R/S1Bh41Mky/i7 4qbYpBUB0Wry17zStfiA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mfL6y-001iVJ-6B; Tue, 26 Oct 2021 11:59:24 +0000 Received: from mail-lf1-x133.google.com ([2a00:1450:4864:20::133]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mfL6u-001iUC-Om for linux-arm-kernel@lists.infradead.org; Tue, 26 Oct 2021 11:59:22 +0000 Received: by mail-lf1-x133.google.com with SMTP id j21so18548439lfe.0 for ; Tue, 26 Oct 2021 04:59:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=85BwCPaPUHtT9osJtiBZEBY3ZDasvCEOaM7Ylyi8QL8=; b=K60jYV1zHtMnWk3mrz15ZGPS/PTHH3vmMdXuccIwrUnwrgdDxA7/gaelCPgYhQKanQ 4e9xhffNGbhZQLdGOo1iH4o0ATDrxIq+bEJ2dx4QMNUT+wHKtrc1PIUyWV9HcFGM83zm dwAqPwomivHB/5cUlR7Qb+Ha1hgMJrmzHtiAq8uZQyEr3SfHT5Wk4SNSy+zEYmIykxT+ EQ5vL7GjSD8ggx+rUS49D+Ki7KW2/T1ht0w7hEjG1b7Anqz21X1VJ0mdkMI6nBQ2p+ST rI+7bJPO5N3OoTkbmUH6iBHiwBkROhNoxzXJr4sQ3i5onELkeEXm5EbZ1/S+4bbzhgor 9/cQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=85BwCPaPUHtT9osJtiBZEBY3ZDasvCEOaM7Ylyi8QL8=; b=Qk9FfXoTlXpvqNdgae0IWBhLJ4YrjDCLsgRy65+YyHR8hU6bK4LF8m4M5zfxKovSFP rbgcSv5jG8yzYe7bETVYfHVQJnAHTxew01pm8FLkd3UQtQFp7TGgvsy4htYxE5d3UPXj ZquBotc3clHTXoJGVJUEmFp1ksGzzcG71JQV63Sv+VzKhM3dm/7qK7KJXMvwqWaWXypR wtG+1X8kuyuKwBx5N2Kxm4Oq5KutFfZD4lXk0Gt7dKDtq+ghOkgJAdZm8dUCpUpMFfZ/ eMrcxSQKtNgGbdERITuGJePIzYiC1//lSBpBLo80tC2Thox6DcJIcaI9Ps79uNjSSFIJ z3CQ== X-Gm-Message-State: AOAM531EfziJOu2wSZHOJxEUiSOwHGt9dnNru4S0CN9vkhL951/w2BEj 6C5jT9b3UtC7eKOyJmvkI69q7w== X-Google-Smtp-Source: ABdhPJyBLtrSGYC9ap6Hn68rkt1HPKlNRpB5+PleW5X04PcnTdOWY1ILt3UowmrWrN/pdiLhAQnx4g== X-Received: by 2002:a05:6512:22c5:: with SMTP id g5mr22417386lfu.646.1635249558087; Tue, 26 Oct 2021 04:59:18 -0700 (PDT) Received: from localhost ([31.134.121.151]) by smtp.gmail.com with ESMTPSA id j26sm459759lfb.84.2021.10.26.04.59.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Oct 2021 04:59:17 -0700 (PDT) From: Sam Protsenko To: Catalin Marinas , Will Deacon , Krzysztof Kozlowski Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH] arm64: Kconfig: Enable MCT timer for ARCH_EXYNOS Date: Tue, 26 Oct 2021 14:59:16 +0300 Message-Id: <20211026115916.31553-1-semen.protsenko@linaro.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211026_045920_859613_2A62DFBB X-CRM114-Status: GOOD ( 10.45 ) 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 Some ARM64 Exynos SoCs have MCT timer block, e.g. Exynos850 and Exynos5433. CLKSRC_EXYNOS_MCT option is not visible unless COMPILE_TEST is enabled. Select CLKSRC_EXYNOS_MCT option for ARM64 ARCH_EXYNOS like it's done in arch/arm/mach-exynos/Kconfig, to enable MCT timer support for ARM64 Exynos SoCs. Signed-off-by: Sam Protsenko --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 1aa8b7073218..7a6ef7883a0b 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -95,6 +95,7 @@ config ARCH_EXYNOS select PINCTRL_EXYNOS select PM_GENERIC_DOMAINS if PM select SOC_SAMSUNG + select CLKSRC_EXYNOS_MCT help This enables support for ARMv8 based Samsung Exynos SoC family. -- 2.30.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel