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 X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 98644C433DB for ; Fri, 15 Jan 2021 09:08:53 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 3ACE32339D for ; Fri, 15 Jan 2021 09:08:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3ACE32339D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=5YMUbnHLkEtZTqsHd2HBEKgQY6nMjKM7/TA2dT8+tUI=; b=J2twfmmf/dK98C1ulLfPAUAGT 7eSii/fRadiM3GcImJP8KkB3ZBQHxxfBw4mX4n4FznTasvnW/gPqhODHY6akId+3ZyW/1EmJr4Mxy Hpp4vOurqAQVdAp/02xNNdmrarw7//jJz8gfOAqtm9q55A+nOUKDF95ojwA0IICc476MN7llSv0Kg +BPBD9DdXe49SFhxui7HDs9SWepsHBiRHfcylo6kWcQyfPY05Y2c4tkjHsuIsaNt9ceXcP+8oSaUE cxamuux0xN5z2w0bjTQP9wdgLa69bMIUW9P3Zgk/hZa+QnUoMDx5eyG223ay3XmE+Sjty/fJyF8sN 8L7IfTE9w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l0L4u-0000v0-S2; Fri, 15 Jan 2021 09:07:32 +0000 Received: from muru.com ([72.249.23.125]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l0L4s-0000ub-EV for linux-arm-kernel@lists.infradead.org; Fri, 15 Jan 2021 09:07:31 +0000 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 99B57805C; Fri, 15 Jan 2021 09:07:31 +0000 (UTC) Date: Fri, 15 Jan 2021 11:07:26 +0200 From: Tony Lindgren To: Geert Uytterhoeven Subject: Re: [PATCH] ARM: OMAP2+: Fix booting for am335x after moving to simple-pm-bus Message-ID: References: <20210115082936.44923-1-tony@atomide.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210115_040730_552491_CA8FE2DD X-CRM114-Status: GOOD ( 11.39 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "open list:TI ETHERNET SWITCH DRIVER \(CPSW\)" , Matti Vaittinen , Linux ARM 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 * Geert Uytterhoeven [210115 08:59]: > On Fri, Jan 15, 2021 at 9:29 AM Tony Lindgren wrote: > > --- a/arch/arm/mach-omap2/Kconfig > > +++ b/arch/arm/mach-omap2/Kconfig > > @@ -105,8 +105,10 @@ config ARCH_OMAP2PLUS > > select OMAP_DM_TIMER > > select OMAP_GPMC > > select PINCTRL > > + select PM > > select PM_GENERIC_DOMAINS if PM > > select PM_GENERIC_DOMAINS_OF if PM > > + select SIMPLE_PM_BUS if OF && PM > > PM is selected above, so those 3 dependencies on PM can be removed. > ARCH_OMAP2PLUS depends on ARCH_MULTIPLATFORM, which > selects USE_OF and thus OF? Yeah OK I'll drop those. And fix the sorting issue I noticed for Kconfig :) Regards, Tony _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel