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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 70B50C433E0 for ; Fri, 15 Jan 2021 08:14:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 46F3F2072D for ; Fri, 15 Jan 2021 08:14:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729684AbhAOIOU (ORCPT ); Fri, 15 Jan 2021 03:14:20 -0500 Received: from muru.com ([72.249.23.125]:44940 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727936AbhAOIOT (ORCPT ); Fri, 15 Jan 2021 03:14:19 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 46C1F805C; Fri, 15 Jan 2021 08:12:38 +0000 (UTC) Date: Fri, 15 Jan 2021 10:12:33 +0200 From: Tony Lindgren To: Geert Uytterhoeven Cc: "Vaittinen, Matti" , "rogerq@ti.com" , "s-anna@ti.com" , "bcousson@baylibre.com" , "devicetree@vger.kernel.org" , "d-gerlach@ti.com" , "linux-omap@vger.kernel.org" , "t-kristo@ti.com" Subject: Re: [PATCH 13/18] ARM: dts: Use simple-pm-bus for genpd for am3 l4_wkup Message-ID: References: <20201026112222.56894-14-tony@atomide.com> <1c7301145600dabbb95402c7df0cf00b7bdd7fdd.camel@fi.rohmeurope.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Geert Uytterhoeven [210114 08:52]: > On Thu, Jan 14, 2021 at 9:08 AM Tony Lindgren wrote: > > Can you guys check if adding CONFIG_SIMPLE_PM_BUS=y fixes the problem? > > Thanks, that did the trick! > Sorry for not realizing that myself. OK thanks for testing, will send out a patch soon with both of you in Cc. Regards, Tony