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=-10.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 9F23EC433DF for ; Sat, 27 Jun 2020 03:57:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 670DD20857 for ; Sat, 27 Jun 2020 03:57:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="vBlJLbf3" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725832AbgF0D54 (ORCPT ); Fri, 26 Jun 2020 23:57:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54870 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725824AbgF0D54 (ORCPT ); Fri, 26 Jun 2020 23:57:56 -0400 Received: from mail-pg1-x543.google.com (mail-pg1-x543.google.com [IPv6:2607:f8b0:4864:20::543]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EEF12C03E979 for ; Fri, 26 Jun 2020 20:57:55 -0700 (PDT) Received: by mail-pg1-x543.google.com with SMTP id e9so5844655pgo.9 for ; Fri, 26 Jun 2020 20:57:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=q6S07lknU7tVOiUs6tLtw9iT9ItDXgopWOouw+Pos+4=; b=vBlJLbf3UYvxdTkXW6YlyOUbYdRYgxQkpMwuCjRw4pMABlX3+KD/WmMBNWazr3cmYw UJLkQ22erWbGX54jZ3hhRrkUdhRL5mMV8ZigIRMtp8AGvXCtVPyeskMYdtkd++tHN0jC UfkfTLx8LIzasz2pnDNO4rVQmJyuL1AVDlWRbmnS9fqNJtwIEmYJBt6kq4KlhnyttMva 0QGFv83Axet8SghixCzri+/HRoM1aDZPeAeXQZEQVMt6r+R7jCyW2uw9nafc/TWL45cq urlQsgLhWgS2VkN5mFy5+iKpFPyJQYhqAK+BGB55pbtb69q1oc6I62hWKgwGEiqrt8vO n3Cw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=q6S07lknU7tVOiUs6tLtw9iT9ItDXgopWOouw+Pos+4=; b=bv0Y4C1/J6umwemPl1M0skP8mop8FxvJxtzzSmhKfyz/FoQGwzkmtKtpYSveKRQ7u2 ANkLcoLQmf8mRUCp+3VtMenFECpLNDkZyJ4GmgWMXVhdPAy6ssmt8cGW9sPpowAugaei cXA8hN9dIKBeIlRr4RfAYIeDMLYgE+GiPto+RrBlJ3zt96zCxqsMktg2XYM2mAmusQyl 49p+9DDnTJ3ktFwp5tUWWTD1pqvjucvM8IAn1NB3rgXzGxry3c/SHf2xYyVrIRoBJ5ha ErgQqjVrXaOT8XNempOSGbTH1hNsijhy8BfZKhCDelk5JGvPsUEUUgZUGl3Bjm2FS9S4 pB8A== X-Gm-Message-State: AOAM531hRLoAn+567B1DoU1y6m8NPdvPQvz/RF2oZN9NjSabhEkj7N6D /Ns0MjrTQApeP7F1IN78yy8AXY5U X-Google-Smtp-Source: ABdhPJxMaDFOyYs60EAMEfareyw9q2q6FuSlcQIrD7rKTXfCXayxRJ1xX7WEftHehGGTLfzRHCY50Q== X-Received: by 2002:a63:d958:: with SMTP id e24mr1782622pgj.348.1593230275289; Fri, 26 Jun 2020 20:57:55 -0700 (PDT) Received: from localhost ([2600:1700:e321:62f0:329c:23ff:fee3:9d7c]) by smtp.gmail.com with ESMTPSA id z1sm23602080pgk.89.2020.06.26.20.57.54 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 26 Jun 2020 20:57:54 -0700 (PDT) Date: Fri, 26 Jun 2020 20:57:53 -0700 From: Guenter Roeck To: Andre Przywara Cc: Rob Herring , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , Mark Rutland , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 04/20] arm64: dts: arm: vexpress: Move fixed devices out of bus node Message-ID: <20200627035753.GA63049@roeck-us.net> References: <20200513103016.130417-1-andre.przywara@arm.com> <20200513103016.130417-5-andre.przywara@arm.com> <20200528024810.GA232303@roeck-us.net> <20200528025552.GA232631@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200528025552.GA232631@roeck-us.net> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, May 27, 2020 at 07:55:52PM -0700, Guenter Roeck wrote: > On Wed, May 27, 2020 at 07:48:10PM -0700, Guenter Roeck wrote: > > On Wed, May 13, 2020 at 11:30:00AM +0100, Andre Przywara wrote: > > > The devicetree compiler complains when DT nodes without a reg property > > > live inside a (simple) bus node: > > > Warning (simple_bus_reg): Node /bus@8000000/motherboard-bus/refclk32khz > > > missing or empty reg/ranges property > > > > > > Move the fixed clocks, the fixed regulator, the leds and the config bus > > > subtree to the root node, since they do not depend on any busses. > > > > > > Signed-off-by: Andre Przywara > > > > This patch results in tracebacks when booting the vexpress-a15 machine > > with vexpress-v2p-ca15-tc1 devicetree file in qemu. Reverting it as well > > as the subsequent patches affecting the same file (to avoid revert > > conflicts) fixes the problem. > > > > On top of that, there is this message: > > [ 19.817986] vexpress-reset mcc:reboot: Unable to restart (-14) > [ 20.818315] Reboot failed -- System halted > > which also disappears after the patches have been reverted. > The problem reported below is still seen in the mainline kernel. > Here is my list of reverts on top of next-20200526: > > bdc8a817612b (HEAD -> master) Revert "arm64: dts: vexpress: Move fixed devices out of bus node" > 9a1f85df9e1a Revert "arm64: dts: fvp/juno: Fix serial node names" > 381e0bbe8c00 Revert "arm64: dts: fvp/juno: Fix bus node names" > 63723f67bf4b Revert "arm64: dts: vexpress: Fix VExpress LED names" > Maybe all those patches should be reverted if no fix is in sight ? Guenter > Guenter > > > Guenter > > > > --- > > [ 12.744248] ------------[ cut here ]------------ > > [ 12.744562] WARNING: CPU: 0 PID: 20 at drivers/tty/serial/serial_core.c:471 uart_get_baud_rate+0x100/0x154 > > [ 12.744607] Modules linked in: > > [ 12.744785] CPU: 0 PID: 20 Comm: kworker/0:1 Not tainted 5.7.0-rc7-next-20200526 #1 > > [ 12.744818] Hardware name: ARM-Versatile Express > > [ 12.745021] Workqueue: events amba_deferred_retry_func > > [ 12.745155] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) > > [ 12.745206] [] (show_stack) from [] (dump_stack+0xc8/0xdc) > > [ 12.745239] [] (dump_stack) from [] (__warn+0xdc/0xf4) > > [ 12.745270] [] (__warn) from [] (warn_slowpath_fmt+0xb0/0xb8) > > [ 12.745302] [] (warn_slowpath_fmt) from [] (uart_get_baud_rate+0x100/0x154) > > [ 12.745336] [] (uart_get_baud_rate) from [] (pl011_set_termios+0x48/0x32c) > > [ 12.745367] [] (pl011_set_termios) from [] (uart_set_options+0x124/0x164) > > [ 12.745404] [] (uart_set_options) from [] (pl011_console_setup+0x214/0x230) > > [ 12.745438] [] (pl011_console_setup) from [] (try_enable_new_console+0x98/0x138) > > [ 12.745469] [] (try_enable_new_console) from [] (register_console+0xe8/0x304) > > [ 12.745499] [] (register_console) from [] (uart_add_one_port+0x4c0/0x504) > > [ 12.745529] [] (uart_add_one_port) from [] (pl011_register_port+0x5c/0xac) > > [ 12.745568] [] (pl011_register_port) from [] (amba_probe+0x9c/0x110) > > [ 12.745602] [] (amba_probe) from [] (really_probe+0x218/0x348) > > [ 12.745632] [] (really_probe) from [] (driver_probe_device+0x5c/0xb4) > > [ 12.745662] [] (driver_probe_device) from [] (bus_for_each_drv+0x58/0xb8) > > [ 12.745692] [] (bus_for_each_drv) from [] (__device_attach+0xd4/0x140) > > [ 12.745721] [] (__device_attach) from [] (bus_probe_device+0x88/0x90) > > [ 12.745751] [] (bus_probe_device) from [] (device_add+0x3d4/0x6e8) > > [ 12.745782] [] (device_add) from [] (amba_device_try_add+0x50/0x2d4) > > [ 12.745812] [] (amba_device_try_add) from [] (amba_deferred_retry+0x3c/0x98) > > [ 12.745847] [] (amba_deferred_retry) from [] (amba_deferred_retry_func+0x8/0x40) > > [ 12.745881] [] (amba_deferred_retry_func) from [] (process_one_work+0x2b8/0x6e8) > > [ 12.745912] [] (process_one_work) from [] (worker_thread+0x44/0x540) > > [ 12.745942] [] (worker_thread) from [] (kthread+0x16c/0x178) > > [ 12.745973] [] (kthread) from [] (ret_from_fork+0x14/0x2c) > > [ 12.746041] Exception stack(0xc73abfb0 to 0xc73abff8) > > [ 12.746181] bfa0: 00000000 00000000 00000000 00000000 > > [ 12.746302] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 > > [ 12.746397] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000 > > [ 12.746651] ---[ end trace 2a3f61da56bd8a49 ]--- > > > > --- > > # bad: [b0523c7b1c9d0edcd6c0fe6d2cb558a9ad5c60a8] Add linux-next specific files for 20200526 > > # good: [9cb1fd0efd195590b828b9b865421ad345a4a145] Linux 5.7-rc7 > > git bisect start 'next-20200526' 'v5.7-rc7' > > # bad: [0c7351ad83670964e48cb9a098ad732c1ecbf804] Merge remote-tracking branch 'crypto/master' > > git bisect bad 0c7351ad83670964e48cb9a098ad732c1ecbf804 > > # bad: [42e11d9b4682229fa7187d129758b8c382f8cd5d] Merge remote-tracking branch 'jc_docs/docs-next' > > git bisect bad 42e11d9b4682229fa7187d129758b8c382f8cd5d > > # bad: [ab6f501559e9efa687c711a781243cf6651a82d3] Merge remote-tracking branch 'm68k/for-next' > > git bisect bad ab6f501559e9efa687c711a781243cf6651a82d3 > > # bad: [44aaa516ca63b3ab2da8ae81e9c6a58656e6acb5] Merge branch 'arm/drivers' into for-next > > git bisect bad 44aaa516ca63b3ab2da8ae81e9c6a58656e6acb5 > > # good: [1cb00f8c3b36e6ae026fb58d1cd2ccd78b81aa9f] Merge tag 'qcom-arm64-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/dt > > git bisect good 1cb00f8c3b36e6ae026fb58d1cd2ccd78b81aa9f > > # bad: [ed0c25932fbfafdfe37e9633dee21770d3c5a306] Merge branch 'arm/defconfig' into for-next > > git bisect bad ed0c25932fbfafdfe37e9633dee21770d3c5a306 > > # bad: [9eddc06a3bc79402f50176703237ed045ae77b16] Merge branch 'mmp/fixes' into arm/dt > > git bisect bad 9eddc06a3bc79402f50176703237ed045ae77b16 > > # bad: [87b990ab62722a8a3cb0691107971ab1bd7bddb5] Merge tag 'mvebu-dt64-5.8-1' of git://git.infradead.org/linux-mvebu into arm/dt > > git bisect bad 87b990ab62722a8a3cb0691107971ab1bd7bddb5 > > # bad: [94cc3f1baabac5e5c4dcc6c2f070353f8315d0ee] arm64: dts: juno: Fix SCPI shared mem node name > > git bisect bad 94cc3f1baabac5e5c4dcc6c2f070353f8315d0ee > > # bad: [a78aee9e434932a500db36cc6d88daeff3745e9f] arm64: dts: juno: Fix GIC child nodes > > git bisect bad a78aee9e434932a500db36cc6d88daeff3745e9f > > # bad: [feebdc3f7950d7e44e914e821f6c04e58e292c74] arm64: dts: fvp: Move fixed clocks out of bus node > > git bisect bad feebdc3f7950d7e44e914e821f6c04e58e292c74 > > # good: [849bfc3dfc13cde6ec04fbcf32af553ded9f7ec3] arm64: dts: fvp: Move fixed devices out of bus node > > git bisect good 849bfc3dfc13cde6ec04fbcf32af553ded9f7ec3 > > # bad: [d9258898ad49cbb46caffe23af0d4f0b766e67a2] arm64: dts: vexpress: Move fixed devices out of bus node > > git bisect bad d9258898ad49cbb46caffe23af0d4f0b766e67a2 > > # first bad commit: [d9258898ad49cbb46caffe23af0d4f0b766e67a2] arm64: dts: vexpress: Move fixed devices out of bus node > > 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=-10.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 700A1C433E0 for ; Sat, 27 Jun 2020 04:01:37 +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 30FB220857 for ; Sat, 27 Jun 2020 04:01:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="lrenT/tr"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="vBlJLbf3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 30FB220857 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=roeck-us.net 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=yLOAkm8jtRFmzkT5uaSekpB5ZijZkkU/aVBezKFLn3k=; b=lrenT/trnYIEuB6L3zLkwPnQ7 07uMpRnqU2F0ApK2cDOF5kzY2LOY+YGSrQG4SK+bW17PfkRmgeoOyURkqhjwcLhEUDfnBrk4tE2CC q2B9tmjqfaX24TMV+ntrgga7wOVTJGD1KdONOLsSD7h5rRpH29rU8vtQoWjGasCNQIPyPpWme208j qI4EvHXSU+AYeOIThof/qnOjPXmqEVhv3ftHRlG4EpeogjuMYODBzXs+3hVoKAeFZvUI6UxEWOpi4 x24eywdhCRfzHNFRBJJCCjdVheHY+9fMz9uvKHhGen+xCY82qNPHmQcHtZ+x3boVPzRLCJBkwwPvz ErU+VyVug==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jp1yb-000604-85; Sat, 27 Jun 2020 03:58:01 +0000 Received: from mail-pf1-x441.google.com ([2607:f8b0:4864:20::441]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jp1yX-0005zp-F4 for linux-arm-kernel@lists.infradead.org; Sat, 27 Jun 2020 03:57:59 +0000 Received: by mail-pf1-x441.google.com with SMTP id a14so942664pfi.2 for ; Fri, 26 Jun 2020 20:57:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=q6S07lknU7tVOiUs6tLtw9iT9ItDXgopWOouw+Pos+4=; b=vBlJLbf3UYvxdTkXW6YlyOUbYdRYgxQkpMwuCjRw4pMABlX3+KD/WmMBNWazr3cmYw UJLkQ22erWbGX54jZ3hhRrkUdhRL5mMV8ZigIRMtp8AGvXCtVPyeskMYdtkd++tHN0jC UfkfTLx8LIzasz2pnDNO4rVQmJyuL1AVDlWRbmnS9fqNJtwIEmYJBt6kq4KlhnyttMva 0QGFv83Axet8SghixCzri+/HRoM1aDZPeAeXQZEQVMt6r+R7jCyW2uw9nafc/TWL45cq urlQsgLhWgS2VkN5mFy5+iKpFPyJQYhqAK+BGB55pbtb69q1oc6I62hWKgwGEiqrt8vO n3Cw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=q6S07lknU7tVOiUs6tLtw9iT9ItDXgopWOouw+Pos+4=; b=mh7rQu+sgunFCsAKXJAgyqmV21AnMrelOZ7MX8qqHwnrNX+VDmFaovzP3su05mk1um m4V4SO0RZ2v7mUsDoqVAx2pfDI7y38FuZsGb5xTRPl/6FwAN1Ihb6xpCGAQE3jg45dC/ To0gUyqU/crO364WNk8xVSlrQ286iZg496LsnbpTMiC3kFwHDFUl0mESsBznugJBljhv yDzc4P4gU3kxff5V/Q/+2pu1QkQchRITkOUI0SeLFDM/gYrhQKbo/ennnnGXp0NJkDbv BZ6Y1X0J0ivq81bhk254rWcUAXKqOvFZ2yKNsNlQWINdVOymlHQTyjBQfzDFcpMeCJ+X XbPw== X-Gm-Message-State: AOAM531kg+2UABkJUZRBxkdNoKfGC1MYmXh1erlmsIEKVV/n5cRC8wGE PJEJgra0BnpLSBgcsOE6DuE= X-Google-Smtp-Source: ABdhPJxMaDFOyYs60EAMEfareyw9q2q6FuSlcQIrD7rKTXfCXayxRJ1xX7WEftHehGGTLfzRHCY50Q== X-Received: by 2002:a63:d958:: with SMTP id e24mr1782622pgj.348.1593230275289; Fri, 26 Jun 2020 20:57:55 -0700 (PDT) Received: from localhost ([2600:1700:e321:62f0:329c:23ff:fee3:9d7c]) by smtp.gmail.com with ESMTPSA id z1sm23602080pgk.89.2020.06.26.20.57.54 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 26 Jun 2020 20:57:54 -0700 (PDT) Date: Fri, 26 Jun 2020 20:57:53 -0700 From: Guenter Roeck To: Andre Przywara Subject: Re: [PATCH v3 04/20] arm64: dts: arm: vexpress: Move fixed devices out of bus node Message-ID: <20200627035753.GA63049@roeck-us.net> References: <20200513103016.130417-1-andre.przywara@arm.com> <20200513103016.130417-5-andre.przywara@arm.com> <20200528024810.GA232303@roeck-us.net> <20200528025552.GA232631@roeck-us.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200528025552.GA232631@roeck-us.net> User-Agent: Mutt/1.9.4 (2018-02-28) 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: Mark Rutland , Rob Herring , Lorenzo Pieralisi , devicetree@vger.kernel.org, Liviu Dudau , Sudeep Holla , linux-arm-kernel@lists.infradead.org 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 On Wed, May 27, 2020 at 07:55:52PM -0700, Guenter Roeck wrote: > On Wed, May 27, 2020 at 07:48:10PM -0700, Guenter Roeck wrote: > > On Wed, May 13, 2020 at 11:30:00AM +0100, Andre Przywara wrote: > > > The devicetree compiler complains when DT nodes without a reg property > > > live inside a (simple) bus node: > > > Warning (simple_bus_reg): Node /bus@8000000/motherboard-bus/refclk32khz > > > missing or empty reg/ranges property > > > > > > Move the fixed clocks, the fixed regulator, the leds and the config bus > > > subtree to the root node, since they do not depend on any busses. > > > > > > Signed-off-by: Andre Przywara > > > > This patch results in tracebacks when booting the vexpress-a15 machine > > with vexpress-v2p-ca15-tc1 devicetree file in qemu. Reverting it as well > > as the subsequent patches affecting the same file (to avoid revert > > conflicts) fixes the problem. > > > > On top of that, there is this message: > > [ 19.817986] vexpress-reset mcc:reboot: Unable to restart (-14) > [ 20.818315] Reboot failed -- System halted > > which also disappears after the patches have been reverted. > The problem reported below is still seen in the mainline kernel. > Here is my list of reverts on top of next-20200526: > > bdc8a817612b (HEAD -> master) Revert "arm64: dts: vexpress: Move fixed devices out of bus node" > 9a1f85df9e1a Revert "arm64: dts: fvp/juno: Fix serial node names" > 381e0bbe8c00 Revert "arm64: dts: fvp/juno: Fix bus node names" > 63723f67bf4b Revert "arm64: dts: vexpress: Fix VExpress LED names" > Maybe all those patches should be reverted if no fix is in sight ? Guenter > Guenter > > > Guenter > > > > --- > > [ 12.744248] ------------[ cut here ]------------ > > [ 12.744562] WARNING: CPU: 0 PID: 20 at drivers/tty/serial/serial_core.c:471 uart_get_baud_rate+0x100/0x154 > > [ 12.744607] Modules linked in: > > [ 12.744785] CPU: 0 PID: 20 Comm: kworker/0:1 Not tainted 5.7.0-rc7-next-20200526 #1 > > [ 12.744818] Hardware name: ARM-Versatile Express > > [ 12.745021] Workqueue: events amba_deferred_retry_func > > [ 12.745155] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) > > [ 12.745206] [] (show_stack) from [] (dump_stack+0xc8/0xdc) > > [ 12.745239] [] (dump_stack) from [] (__warn+0xdc/0xf4) > > [ 12.745270] [] (__warn) from [] (warn_slowpath_fmt+0xb0/0xb8) > > [ 12.745302] [] (warn_slowpath_fmt) from [] (uart_get_baud_rate+0x100/0x154) > > [ 12.745336] [] (uart_get_baud_rate) from [] (pl011_set_termios+0x48/0x32c) > > [ 12.745367] [] (pl011_set_termios) from [] (uart_set_options+0x124/0x164) > > [ 12.745404] [] (uart_set_options) from [] (pl011_console_setup+0x214/0x230) > > [ 12.745438] [] (pl011_console_setup) from [] (try_enable_new_console+0x98/0x138) > > [ 12.745469] [] (try_enable_new_console) from [] (register_console+0xe8/0x304) > > [ 12.745499] [] (register_console) from [] (uart_add_one_port+0x4c0/0x504) > > [ 12.745529] [] (uart_add_one_port) from [] (pl011_register_port+0x5c/0xac) > > [ 12.745568] [] (pl011_register_port) from [] (amba_probe+0x9c/0x110) > > [ 12.745602] [] (amba_probe) from [] (really_probe+0x218/0x348) > > [ 12.745632] [] (really_probe) from [] (driver_probe_device+0x5c/0xb4) > > [ 12.745662] [] (driver_probe_device) from [] (bus_for_each_drv+0x58/0xb8) > > [ 12.745692] [] (bus_for_each_drv) from [] (__device_attach+0xd4/0x140) > > [ 12.745721] [] (__device_attach) from [] (bus_probe_device+0x88/0x90) > > [ 12.745751] [] (bus_probe_device) from [] (device_add+0x3d4/0x6e8) > > [ 12.745782] [] (device_add) from [] (amba_device_try_add+0x50/0x2d4) > > [ 12.745812] [] (amba_device_try_add) from [] (amba_deferred_retry+0x3c/0x98) > > [ 12.745847] [] (amba_deferred_retry) from [] (amba_deferred_retry_func+0x8/0x40) > > [ 12.745881] [] (amba_deferred_retry_func) from [] (process_one_work+0x2b8/0x6e8) > > [ 12.745912] [] (process_one_work) from [] (worker_thread+0x44/0x540) > > [ 12.745942] [] (worker_thread) from [] (kthread+0x16c/0x178) > > [ 12.745973] [] (kthread) from [] (ret_from_fork+0x14/0x2c) > > [ 12.746041] Exception stack(0xc73abfb0 to 0xc73abff8) > > [ 12.746181] bfa0: 00000000 00000000 00000000 00000000 > > [ 12.746302] bfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 > > [ 12.746397] bfe0: 00000000 00000000 00000000 00000000 00000013 00000000 > > [ 12.746651] ---[ end trace 2a3f61da56bd8a49 ]--- > > > > --- > > # bad: [b0523c7b1c9d0edcd6c0fe6d2cb558a9ad5c60a8] Add linux-next specific files for 20200526 > > # good: [9cb1fd0efd195590b828b9b865421ad345a4a145] Linux 5.7-rc7 > > git bisect start 'next-20200526' 'v5.7-rc7' > > # bad: [0c7351ad83670964e48cb9a098ad732c1ecbf804] Merge remote-tracking branch 'crypto/master' > > git bisect bad 0c7351ad83670964e48cb9a098ad732c1ecbf804 > > # bad: [42e11d9b4682229fa7187d129758b8c382f8cd5d] Merge remote-tracking branch 'jc_docs/docs-next' > > git bisect bad 42e11d9b4682229fa7187d129758b8c382f8cd5d > > # bad: [ab6f501559e9efa687c711a781243cf6651a82d3] Merge remote-tracking branch 'm68k/for-next' > > git bisect bad ab6f501559e9efa687c711a781243cf6651a82d3 > > # bad: [44aaa516ca63b3ab2da8ae81e9c6a58656e6acb5] Merge branch 'arm/drivers' into for-next > > git bisect bad 44aaa516ca63b3ab2da8ae81e9c6a58656e6acb5 > > # good: [1cb00f8c3b36e6ae026fb58d1cd2ccd78b81aa9f] Merge tag 'qcom-arm64-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/dt > > git bisect good 1cb00f8c3b36e6ae026fb58d1cd2ccd78b81aa9f > > # bad: [ed0c25932fbfafdfe37e9633dee21770d3c5a306] Merge branch 'arm/defconfig' into for-next > > git bisect bad ed0c25932fbfafdfe37e9633dee21770d3c5a306 > > # bad: [9eddc06a3bc79402f50176703237ed045ae77b16] Merge branch 'mmp/fixes' into arm/dt > > git bisect bad 9eddc06a3bc79402f50176703237ed045ae77b16 > > # bad: [87b990ab62722a8a3cb0691107971ab1bd7bddb5] Merge tag 'mvebu-dt64-5.8-1' of git://git.infradead.org/linux-mvebu into arm/dt > > git bisect bad 87b990ab62722a8a3cb0691107971ab1bd7bddb5 > > # bad: [94cc3f1baabac5e5c4dcc6c2f070353f8315d0ee] arm64: dts: juno: Fix SCPI shared mem node name > > git bisect bad 94cc3f1baabac5e5c4dcc6c2f070353f8315d0ee > > # bad: [a78aee9e434932a500db36cc6d88daeff3745e9f] arm64: dts: juno: Fix GIC child nodes > > git bisect bad a78aee9e434932a500db36cc6d88daeff3745e9f > > # bad: [feebdc3f7950d7e44e914e821f6c04e58e292c74] arm64: dts: fvp: Move fixed clocks out of bus node > > git bisect bad feebdc3f7950d7e44e914e821f6c04e58e292c74 > > # good: [849bfc3dfc13cde6ec04fbcf32af553ded9f7ec3] arm64: dts: fvp: Move fixed devices out of bus node > > git bisect good 849bfc3dfc13cde6ec04fbcf32af553ded9f7ec3 > > # bad: [d9258898ad49cbb46caffe23af0d4f0b766e67a2] arm64: dts: vexpress: Move fixed devices out of bus node > > git bisect bad d9258898ad49cbb46caffe23af0d4f0b766e67a2 > > # first bad commit: [d9258898ad49cbb46caffe23af0d4f0b766e67a2] arm64: dts: vexpress: Move fixed devices out of bus node > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel