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=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 ECA7BC433F5 for ; Thu, 16 Sep 2021 09:07:07 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 AF913611CA for ; Thu, 16 Sep 2021 09:07:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org AF913611CA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=08sLSxbGOZe38YJ0egriBRps1qNKo5IMD74CUc0Nabs=; b=vPPkcn+jPFGksh IzPRAaVw0eFUQywjgbH5OrQXtf0jgaP9dAZPB9BinoC1I2JyQ3C8hqEG2QgxnwZw8v+pTsvbAAo1o VUFjPbWd1lJsr7D9ziU6OPk5jqDoUHQUvqgpQFBWHHOCpERrvYAx1G2JcPLQqkScLHS6rJl4flf4y 3oYW8Ea4Mb9UVltkCvZTyTDebSAdtsBPuvpWdZc7xLQE2toPw5Mzm1mp8tGggZ+L56qmL42lE9SRv Bfeopqhz7ax+H5OeK759be8XIrom+CuIrLqkyvbZJFlHFunUT9xUGh6yObeKbBX2Yz71svkemW+Yp UZZ4K88Pl4AJ4RMaHpkQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQnJY-00Acyv-Ds; Thu, 16 Sep 2021 09:04:16 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQnJT-00AcyQ-TP for linux-arm-kernel@lists.infradead.org; Thu, 16 Sep 2021 09:04:13 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1BFAE6D; Thu, 16 Sep 2021 02:04:09 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 2CC373F5A1; Thu, 16 Sep 2021 02:04:08 -0700 (PDT) From: Sudeep Holla To: Rob Herring , Linus Walleij , Andre Przywara Cc: Sudeep Holla , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH 0/5] Arm VExpress/Juno motherboard bus clean-ups Date: Thu, 16 Sep 2021 10:03:51 +0100 Message-Id: <163178289328.1737689.4625475759509108887.b4-ty@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210819184239.1192395-1-robh@kernel.org> References: <20210819184239.1192395-1-robh@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210916_020412_040338_6FF89BFD X-CRM114-Status: GOOD ( 10.08 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Thu, 19 Aug 2021 13:42:34 -0500, Rob Herring wrote: > I noticed we once again have warnings on VExpress/Juno bus nodes as the > simple-bus schema now expects child nodes to have a unit-address. > Digging into this I noticed the arm,vexpress-juno.yaml schema is out of > date and missing some properties (some of which are unused). I found the > 'ranges' handling to be odd as well. This series fixes all those issues. > > Rob > > [...] Applied 3-5/5 to sudeep.holla/linux (for-next/juno), thanks! Please take 1-2/5 via your DT tree. I plan to send these as fixes for v5.15 soon. [3/5] arm: dts: vexpress: Drop unused properties from motherboard node https://git.kernel.org/sudeep.holla/c/55c71dc69e [4/5] arm: dts: vexpress-v2p-ca9: Fix the SMB unit-address https://git.kernel.org/sudeep.holla/c/2e9edc07df [5/5] arm: dts: vexpress: Fix addressing issues with 'motherboard-bus' nodes https://git.kernel.org/sudeep.holla/c/bb3adfb3bd -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel