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=-0.7 required=3.0 tests=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 0F76AC38A2B for ; Fri, 17 Apr 2020 15:29:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E26F621D79 for ; Fri, 17 Apr 2020 15:29:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728734AbgDQP3H (ORCPT ); Fri, 17 Apr 2020 11:29:07 -0400 Received: from muru.com ([72.249.23.125]:49942 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728542AbgDQP3H (ORCPT ); Fri, 17 Apr 2020 11:29:07 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id CAEEC8047; Fri, 17 Apr 2020 15:29:53 +0000 (UTC) Date: Fri, 17 Apr 2020 08:29:03 -0700 From: Tony Lindgren To: Naresh Kamboju Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , linux-omap@vger.kernel.org, lkft-triage@lists.linaro.org, Mark Rutland , Rob Herring , Benoit Cousson , Carlos Hernandez , Thomas Gleixner , t-kristo@ti.com, Olof Johansson , tomi.valkeinen@ti.com, Anders Roxell Subject: Re: OF: ERROR: Bad of_node_put() on /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/l4per-cm@1700/l4per-clkctrl@28 Message-ID: <20200417152903.GO37466@atomide.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Naresh Kamboju [200327 16:44]: > The reported problem still happening on arm beagle board x15 device > running Linux next kernel 20200327. ... > [ 0.000000] OF: ERROR: Bad of_node_put() on > /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/l4per-cm@1700/l4per-clkctrl@28 > [ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W > 5.6.0-rc7-next-20200327 #1 > [ 0.000000] Hardware name: Generic DRA74X (Flattened Device Tree) > [ 0.000000] [] (unwind_backtrace) from [] > (show_stack+0x10/0x14) > [ 0.000000] [] (show_stack) from [] > (dump_stack+0xbc/0xd0) > [ 0.000000] [] (dump_stack) from [] > (kobject_put+0xc0/0x104) > [ 0.000000] [] (kobject_put) from [] > (of_clk_init+0x18c/0x228) > [ 0.000000] [] (of_clk_init) from [] > (omap_clk_init+0x3c/0x58) > [ 0.000000] [] (omap_clk_init) from [] > (omap4_sync32k_timer_init+0x8/0x2c) > [ 0.000000] [] (omap4_sync32k_timer_init) from > [] (omap5_realtime_timer_init+0x8/0x234) > [ 0.000000] [] (omap5_realtime_timer_init) from > [] (start_kernel+0x330/0x4b8) Just FYI, Tero is looking at the clock issues that seem to be causing these warnings. Regards, Tony