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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8BF94C41513 for ; Wed, 9 Aug 2023 11:59:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230191AbjHIL76 (ORCPT ); Wed, 9 Aug 2023 07:59:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42024 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231516AbjHIL75 (ORCPT ); Wed, 9 Aug 2023 07:59:57 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2508E1982; Wed, 9 Aug 2023 04:59:57 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 379BxpAr104347; Wed, 9 Aug 2023 06:59:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1691582391; bh=8x0/gb2hU1/8prVfVq4kEiS8J995hjkOir1XkyLeZiI=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=PwCWH0dlyS2U3r+BD2+jpjlVy9Ikjuwql93u3pLnPkODfA3A3rdWmdTjnC1J+m7M0 ZdlAAYyQ1GhvwyEZve15CN18GkIH55I07ayBQMVbUVm3BO9BLTvIdXaA+39g5xsBqW II4Bti0DcpwUhQGdgDrKEPcEKko5/1h0Psqdm1Vw= Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 379Bxp0v003942 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 9 Aug 2023 06:59:51 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 9 Aug 2023 06:59:51 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 9 Aug 2023 06:59:51 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 379BxpdP020500; Wed, 9 Aug 2023 06:59:51 -0500 Date: Wed, 9 Aug 2023 06:59:51 -0500 From: Nishanth Menon To: Tony Lindgren CC: , Dave Gerlach , Dhruva Gole , Faiz Abbas , Greg Kroah-Hartman , Keerthy , Kevin Hilman , , Subject: Re: [PATCH v2 2/3] bus: ti-sysc: Build driver for TI K3 SoCs Message-ID: <20230809115951.nvksr2uo3au65var@kobold> References: <20230809092722.11000-1-tony@atomide.com> <20230809092722.11000-2-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20230809092722.11000-2-tony@atomide.com> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org On 12:27-20230809, Tony Lindgren wrote: > Allow building ti-sysc also for K3 SoCs. This allows configuring the wkup > domain devices for SYSCONFIG register wake-up events in a generic way. > > As this is an interconnect level driver, default to built-in on K3 SoCs > to probe the devices connected to the wkup domain like gpio, uart and > timers. > > Reviewed-by: Dhruva Gole > Signed-off-by: Tony Lindgren > --- > drivers/bus/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig > --- a/drivers/bus/Kconfig > +++ b/drivers/bus/Kconfig > @@ -210,7 +210,8 @@ config TI_PWMSS > > config TI_SYSC > bool "TI sysc interconnect target module driver" > - depends on ARCH_OMAP2PLUS > + depends on ARCH_OMAP2PLUS || ARCH_K3 > + default y > help > Generic driver for Texas Instruments interconnect target module > found on many TI SoCs. > -- > 2.41.0 Reviewed-by: Nishanth Menon -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D