From patchwork Fri Jun 10 21:33:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 12878120 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id B76E9C43334 for ; Fri, 10 Jun 2022 21:35:49 +0000 (UTC) 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: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:In-Reply-To:References: List-Owner; bh=8imlhFyiuORshQ4yY6j8UKK6GhNZ50zgVDARMpfuZLQ=; b=ph5VHSvlKsgMMy 2m9QsenPlEZgALpBh1rjrthXNJUOGGKoTtC472iQxKUQMsgxGVH+dFiMQ8cPc8p1sb3tqPvkaRqAq eW0GMXlvnkWa+hnHpdXDrpw/5oYtKa4p50VBgw+0/n/hJvH7myLEI4KRV4Vo7dqKZAR1ITdUnXgME BrJ3sJAi+4H3KAxHPxIW1bCreFwQmUWb1o5/U2w4/OWt/sUJgLOmf39vZ+YQTeDcnIxIDAZJsAnyi 0NrYtg/TQYKe/9Hn81ULRwo2lYDPh4T/rE/6bPTFPTa23okeW7SljAJaO3hC5GHc4sV4aP/DQDRxf DMNAa1VAfWrggzp2W5SQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nzmHC-00A0X6-06; Fri, 10 Jun 2022 21:34:42 +0000 Received: from mail-io1-f52.google.com ([209.85.166.52]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nzmH7-00A0WD-Py for linux-arm-kernel@lists.infradead.org; Fri, 10 Jun 2022 21:34:39 +0000 Received: by mail-io1-f52.google.com with SMTP id y79so365203iof.2 for ; Fri, 10 Jun 2022 14:34:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=+Q8zSIChJx7LG2al/fQn8LasZmwY8w3RdpQIxdEMIJ8=; b=Tk/tQ/xhCxGtLvNrjMZgZPdL0mi+YPJbK6Wk9O+N6Vud97+h8dZIMDCerr8m5tsJE/ hvKtjBdhCHjwsZrhBsz+0ETieva3DXmwWxtTxMlrKVFQKEyo7mt9+Yz5n3k5IN54z/kQ XG7MnT12Ajrkf3rFtAMQLdNeHyOCRjC5KK2SvfLu8Z8fVP38smYQ/QOTWCLwbjOOrBb2 tn71kgPa2p+sp+MKkvyHn+ETTvfoWtTLqEw1L1gkQ+Y0HGSgr7gR/1pH/y5kRFvwecg/ iiLwpjfpM0tcEBKA0byIywpNZpgeOkgfdYfpf58aZ7wcdSqWz85v51C+9ugW+83x+Gee es3w== X-Gm-Message-State: AOAM533FkYoN4TNc9ufJba15B8Kl2PJ5MRTlxhjnMHQMqX33RXbgwuNS R1bwjhTHyEUT3TwvPpONQg== X-Google-Smtp-Source: ABdhPJwkkQVxue9edvzvtGaVE+mJGQceYKq3+VMtv7e8Qzhq4xKR/Aqe1DDaqI0g3b2TYz6wslDAOA== X-Received: by 2002:a05:6638:2711:b0:332:1030:d6c2 with SMTP id m17-20020a056638271100b003321030d6c2mr3528986jav.263.1654896876000; Fri, 10 Jun 2022 14:34:36 -0700 (PDT) Received: from xps15.herring.priv ([64.188.179.251]) by smtp.googlemail.com with ESMTPSA id y17-20020a056e02129100b002d191911e59sm38631ilq.52.2022.06.10.14.34.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jun 2022 14:34:35 -0700 (PDT) From: Rob Herring To: Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , Krzysztof Kozlowski Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm64: dts: arm/juno: Drop erroneous 'mbox-name' property Date: Fri, 10 Jun 2022 15:33:07 -0600 Message-Id: <20220610213308.2288094-1-robh@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220610_143437_882958_84D1A979 X-CRM114-Status: UNSURE ( 9.74 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The 'mbox-name' property in the Juno mailbox node is undocumented and unused. It's the consumer side of the mailbox binding that have 'mbox-names' properties. Signed-off-by: Rob Herring --- arch/arm64/boot/dts/arm/juno-scmi.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/boot/dts/arm/juno-scmi.dtsi b/arch/arm64/boot/dts/arm/juno-scmi.dtsi index 4135d62e44a2..ec85cd2c733c 100644 --- a/arch/arm64/boot/dts/arm/juno-scmi.dtsi +++ b/arch/arm64/boot/dts/arm/juno-scmi.dtsi @@ -187,7 +187,6 @@ &gpu { &mailbox { compatible = "arm,mhu-doorbell", "arm,primecell"; #mbox-cells = <2>; - mbox-name = "ARM-MHU"; }; &smmu_etr {