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 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 276CAC636CD for ; Tue, 7 Feb 2023 23:48:38 +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=PECLT29ROW7/56tvG8LUQSROpbevy/rVUjVEJ1lsLp8=; b=2bj5WriQggXFt8 NOv4SiLdZmYwNRvrEH0TKo4L4lPqIL3wg8yawNerDfDcTPywtV/X+nCdpvv8AF19xNMuCDIYzSLi8 mN27OIpHF9NaNzeGpnBI2Ng+ZQ1A2hQXC0A0GM3yX2EwRemvj2Dk/cL3vF1KfQ2RhEIiiXkV8CdVi yeSDH49JhkYhYtEcm0LgPrMMIvFQSbvXi3BkqJrQs7jtoo3ihJQwGSpQLcWiGXFUjaQ5gdgcdbnOE YFX3Q2LTkX6SmID82EgbXuLBkciObSFiGsUFc9FLVQJdYdl6Fdq59l1/rOEjlZtOQN9gbG1ddn5lW 9oPWLXEmT2y/drfu6K8A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pPXgT-00DfzG-7n; Tue, 07 Feb 2023 23:47:33 +0000 Received: from mail-oa1-f49.google.com ([209.85.160.49]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pPXgQ-00Dfyq-Bx for linux-arm-kernel@lists.infradead.org; Tue, 07 Feb 2023 23:47:31 +0000 Received: by mail-oa1-f49.google.com with SMTP id 586e51a60fabf-142b72a728fso21109320fac.9 for ; Tue, 07 Feb 2023 15:47:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=vAWmZR/9aaO3WMybmYbLUDkoTvTo6BOKFZL8/TINxaA=; b=vobVHhUa/av5uDP1kY4UHDP4vOn6vwxwNQA7Rq8Z7NI8MzF+RukWhTohfDwMP7614v FfMiRumfny1ax0c+eCMKfW+BwDYWgxeVyqZ2aiIddJ6ErFapmeU2jBYIW9TmLsA9Tuc+ s+MTr+AzsQZTC197m9y6QCBldhA0zJWHhNvqHDCu5BvTPH3xymSW+WztgRPAfpsp6LdS rFT1npo/zWEqhtNPFbZsGop2pfajTAra4u4Mlh/XcZAVOA8f1G+hrmbFZMUkwV+4gr5q poYIR4+aTjfn6IDgjlwAKOxdEuwXAzDrcurrwGP+1uV1+x2LxBKI+TMqYHuuR0hHX21J Dpqw== X-Gm-Message-State: AO0yUKU+rsft2kK15z8dFLvz6pc6GqXr+IU0qqlSEdeCvr4MUofIeuVd f7qoaDaIA9I4B5EZLE5dOt0MhZGRPw== X-Google-Smtp-Source: AK7set9JQFZnr+u4gZZ9ICSs6AWBpiF4jN4aNtR+5RHAAFk2klpfyIyxq6nOD3mXSg6lRIG7IMFNOA== X-Received: by 2002:a05:6870:2215:b0:16a:14c4:2f27 with SMTP id i21-20020a056870221500b0016a14c42f27mr2631566oaf.2.1675813649005; Tue, 07 Feb 2023 15:47:29 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id ec46-20020a0568708c2e00b0016a471246absm3030206oab.6.2023.02.07.15.47.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Feb 2023 15:47:28 -0800 (PST) Received: (nullmailer pid 201645 invoked by uid 1000); Tue, 07 Feb 2023 23:47:27 -0000 From: Rob Herring To: Krzysztof Kozlowski , Ray Jui , Scott Branden , Broadcom internal kernel review list Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm64: dts: broadcom: stringray: Fix GICv3 ITS node name Date: Tue, 7 Feb 2023 17:47:09 -0600 Message-Id: <20230207234709.201229-1-robh@kernel.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230207_154730_446427_1BB830D7 X-CRM114-Status: GOOD ( 13.00 ) 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 The GICv3 ITS is an MSI controller, therefore its node name should be 'msi-controller'. While we're here, fix the unit-address which shouldn't have a comma. Signed-off-by: Rob Herring --- arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi b/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi index e05901abe957..59c0b4442741 100644 --- a/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi +++ b/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi @@ -178,7 +178,7 @@ gic: interrupt-controller@2c00000 { <0x02e00000 0x600000>; /* GICR */ interrupts = ; - gic_its: gic-its@63c20000 { + gic_its: msi-controller@63c20000 { compatible = "arm,gic-v3-its"; msi-controller; #msi-cells = <1>; -- 2.39.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel