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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 38A81C433FF for ; Sun, 28 Jul 2019 07:59:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1CDE02085A for ; Sun, 28 Jul 2019 07:59:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725970AbfG1H7D (ORCPT ); Sun, 28 Jul 2019 03:59:03 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:51808 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725880AbfG1H7D (ORCPT ); Sun, 28 Jul 2019 03:59:03 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 41444FB03; Sun, 28 Jul 2019 09:59:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wyg7IDtmtuoB; Sun, 28 Jul 2019 09:58:59 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id BF96646B51; Sun, 28 Jul 2019 09:58:58 +0200 (CEST) Date: Sun, 28 Jul 2019 09:58:58 +0200 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Fabio Estevam Cc: Daniel Baluta , Anson Huang , Mark Rutland , Carlo Caione , "Angus Ainslie (Purism)" , Leonard Crestez , linux-clk , Abel Vesa , Andrey Smirnov , Daniel Lezcano , dl-linux-imx , "rui.zhang" , Michael Turquette , Devicetree List , linux-pm@vger.kernel.org, Sascha Hauer , Eduardo Valentin , Rob Herring , linux-arm-kernel , Stephen Boyd , Linux Kernel Mailing List , Pengutronix Kernel Team , Shawn Guo , Lucas Stach Subject: Re: [PATCH 5/6] clk: imx8mq: Remove CLK_IS_CRITICAL flag for IMX8MQ_CLK_TMU_ROOT Message-ID: <20190728075858.GA15144@bogon.m.sigxcpu.org> References: <20190705045612.27665-1-Anson.Huang@nxp.com> <20190705045612.27665-5-Anson.Huang@nxp.com> <20190727182636.GA7170@bogon.m.sigxcpu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi Fabio, On Sat, Jul 27, 2019 at 05:17:50PM -0300, Fabio Estevam wrote: > Hi Guido, > > On Sat, Jul 27, 2019 at 3:26 PM Guido Günther wrote: > > > I noticed a boot hang yesterday on next-20190726 when loading the > > qoriq_thermal which I worked around by blacklisting it. The > > fsl,imx8mq-tmu node specifies a clock (IMX8MQ_CLK_TMU_ROOT) but does not > > seem to enable, shouldn't it do so? > > Yes, I think you are right. > > I don't have access to a imx8mq board at the moment, but something > like below would probably help: > http://code.bulix.org/pd88jp-812381 > > If it helps, I can send it as a formal patch. Yes, this fixes it for me, thanks! -- Guido