Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp828876pxb; Tue, 3 Nov 2020 13:44:13 -0800 (PST) X-Google-Smtp-Source: ABdhPJyF4uLaAgfKBQ5WNg1WNxM52t9Adh0pDHe7xzuP6LPbScpF/A/+NSrVx6OyKyTK2jFodGRi X-Received: by 2002:aa7:d84a:: with SMTP id f10mr7963657eds.163.1604439853408; Tue, 03 Nov 2020 13:44:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604439853; cv=none; d=google.com; s=arc-20160816; b=ZyCPVV1HNwGLiYxJdLkDdMna92KV0qOyW2ZS6nmBxTLZkVqf13R1P1vn4VEsr+ch2c NS0JruExKaiIeYYNbYuRsoOQ/FIFoAOdlZb+xUgHnK0RxFR56tCssRh0/hKu9tC7Gp27 GCowMWDEkOwJG78Cp+jN064ZsOdRC+057/ShTJBDFGt7LJXKTDICiaLJE92qam6Zifq3 A64RnLc4W8IV3dv/cQJnuhoyHW8+WX2qiW3sByLTI7oJolnCdGXcz7vxnWi17koHcbU5 psaBQKQxD+OfTZnOE7fMg0wJ3wctu6EDhVW/VmftsPD62ufyh4G27CDBdtJ0RcYfdOaY ZUnA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=CL3/giXHbpVjpKbhNQNql//tZe39Pi1KXkLAE1EEd2I=; b=TTYqqA5oIRvAapmPD4yIdEpVSh5gblFsXYg2CgEGMYUSZ3MvHVojHn2wms7HgUbXny Oh3XaNMNMO6kqk/harVPng825RGzy7o0YiFurBfu3w6/Yr1FJN0gir8F7wAVCQ42+yQH xARfc+0eUdOHASw+DJ8P3BH5ytkTZX0hUCfl8hWnxNFC9DuKpH6vSc7mPph7XUBrJK9u 5e2zF4ocSGrkEvvrg6McNM47HxgzrJuDlctZBF0yRldmNM9EH+tcn6DScP0aUL+ZJSMI yayzQQAGJfkD3RYo8zti3HwJUzmSqcipMdxrisdpXMYsK6KYEXmWrc68xum8ZqQlCPDC LEpA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Y7A9FdP3; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bd28si4546017edb.329.2020.11.03.13.43.50; Tue, 03 Nov 2020 13:44:13 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Y7A9FdP3; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732057AbgKCUzq (ORCPT + 99 others); Tue, 3 Nov 2020 15:55:46 -0500 Received: from mail.kernel.org ([198.145.29.99]:56716 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732343AbgKCUzp (ORCPT ); Tue, 3 Nov 2020 15:55:45 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9BA5E223BF; Tue, 3 Nov 2020 20:55:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604436945; bh=oZyc2wNakjmHF+xMHhHhZtl48GqjcP+OBK+jrIWr21w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Y7A9FdP31EwxsbcipmnE2ovDHB84s2sFxpePJNdkI1sIUuQbCekpqIA80kGbF03rh XPfIfByJH0Cp0Pg3GviqsDnvp/GnKbRfHCJXObK86Ql7RSumlZriIW7XM4WxD9jpsZ w5MKH2ue1TX23wVurLW7Hr71RFyQVpmk7pscnUIo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Zhen Lei , Vineet Gupta , Sasha Levin Subject: [PATCH 5.4 072/214] ARC: [dts] fix the errors detected by dtbs_check Date: Tue, 3 Nov 2020 21:35:20 +0100 Message-Id: <20201103203257.140787128@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201103203249.448706377@linuxfoundation.org> References: <20201103203249.448706377@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Zhen Lei [ Upstream commit 05b1be68c4d6d76970025e6139bfd735c2256ee5 ] xxx/arc/boot/dts/axs101.dt.yaml: dw-apb-ictl@e0012000: $nodename:0: \ 'dw-apb-ictl@e0012000' does not match '^interrupt-controller(@[0-9a-f,]+)*$' From schema: xxx/interrupt-controller/snps,dw-apb-ictl.yaml The node name of the interrupt controller must start with "interrupt-controller" instead of "dw-apb-ictl". Signed-off-by: Zhen Lei Signed-off-by: Vineet Gupta Signed-off-by: Sasha Levin --- arch/arc/boot/dts/axc001.dtsi | 2 +- arch/arc/boot/dts/axc003.dtsi | 2 +- arch/arc/boot/dts/axc003_idu.dtsi | 2 +- arch/arc/boot/dts/vdk_axc003.dtsi | 2 +- arch/arc/boot/dts/vdk_axc003_idu.dtsi | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arc/boot/dts/axc001.dtsi b/arch/arc/boot/dts/axc001.dtsi index 6ec1fcdfc0d7f..92247288d0562 100644 --- a/arch/arc/boot/dts/axc001.dtsi +++ b/arch/arc/boot/dts/axc001.dtsi @@ -85,7 +85,7 @@ * avoid duplicating the MB dtsi file given that IRQ from * this intc to cpu intc are different for axs101 and axs103 */ - mb_intc: dw-apb-ictl@e0012000 { + mb_intc: interrupt-controller@e0012000 { #interrupt-cells = <1>; compatible = "snps,dw-apb-ictl"; reg = < 0x0 0xe0012000 0x0 0x200 >; diff --git a/arch/arc/boot/dts/axc003.dtsi b/arch/arc/boot/dts/axc003.dtsi index ac8e1b463a709..cd1edcf4f95ef 100644 --- a/arch/arc/boot/dts/axc003.dtsi +++ b/arch/arc/boot/dts/axc003.dtsi @@ -129,7 +129,7 @@ * avoid duplicating the MB dtsi file given that IRQ from * this intc to cpu intc are different for axs101 and axs103 */ - mb_intc: dw-apb-ictl@e0012000 { + mb_intc: interrupt-controller@e0012000 { #interrupt-cells = <1>; compatible = "snps,dw-apb-ictl"; reg = < 0x0 0xe0012000 0x0 0x200 >; diff --git a/arch/arc/boot/dts/axc003_idu.dtsi b/arch/arc/boot/dts/axc003_idu.dtsi index 9da21e7fd246f..70779386ca796 100644 --- a/arch/arc/boot/dts/axc003_idu.dtsi +++ b/arch/arc/boot/dts/axc003_idu.dtsi @@ -135,7 +135,7 @@ * avoid duplicating the MB dtsi file given that IRQ from * this intc to cpu intc are different for axs101 and axs103 */ - mb_intc: dw-apb-ictl@e0012000 { + mb_intc: interrupt-controller@e0012000 { #interrupt-cells = <1>; compatible = "snps,dw-apb-ictl"; reg = < 0x0 0xe0012000 0x0 0x200 >; diff --git a/arch/arc/boot/dts/vdk_axc003.dtsi b/arch/arc/boot/dts/vdk_axc003.dtsi index f8be7ba8dad49..c21d0eb07bf67 100644 --- a/arch/arc/boot/dts/vdk_axc003.dtsi +++ b/arch/arc/boot/dts/vdk_axc003.dtsi @@ -46,7 +46,7 @@ }; - mb_intc: dw-apb-ictl@e0012000 { + mb_intc: interrupt-controller@e0012000 { #interrupt-cells = <1>; compatible = "snps,dw-apb-ictl"; reg = < 0xe0012000 0x200 >; diff --git a/arch/arc/boot/dts/vdk_axc003_idu.dtsi b/arch/arc/boot/dts/vdk_axc003_idu.dtsi index 0afa3e53a4e39..4d348853ac7c5 100644 --- a/arch/arc/boot/dts/vdk_axc003_idu.dtsi +++ b/arch/arc/boot/dts/vdk_axc003_idu.dtsi @@ -54,7 +54,7 @@ }; - mb_intc: dw-apb-ictl@e0012000 { + mb_intc: interrupt-controller@e0012000 { #interrupt-cells = <1>; compatible = "snps,dw-apb-ictl"; reg = < 0xe0012000 0x200 >; -- 2.27.0