From patchwork Fri Nov 1 16:03:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11223393 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 179AC1390 for ; Fri, 1 Nov 2019 16:04:09 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E5F16218DE for ; Fri, 1 Nov 2019 16:04:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="rCUVhbAG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E5F16218DE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+768+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id S35MYY1556264xhUTdcIgXO0; Fri, 01 Nov 2019 09:04:08 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web10.125.1572624248373630567 for ; Fri, 01 Nov 2019 09:04:08 -0700 X-Received: by mail.kernel.org (Postfix) id 2CD5020656; Fri, 1 Nov 2019 16:04:08 +0000 (UTC) X-Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [195.130.132.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C2311218DE for ; Fri, 1 Nov 2019 16:04:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C2311218DE X-Received: from ramsan ([84.195.182.253]) by xavier.telenet-ops.be with bizsmtp id Lg472100D5USYZQ01g47cr; Fri, 01 Nov 2019 17:04:07 +0100 X-Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1iQZPD-0002uF-CA; Fri, 01 Nov 2019 17:04:07 +0100 X-Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1iQZPD-0008Lj-Ad; Fri, 01 Nov 2019 17:04:07 +0100 From: Geert Uytterhoeven To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Geert Uytterhoeven Subject: [PATCH v6] arm64: dts: lg1313: DT fix s/#interrupts-cells/#interrupt-cells/ Date: Fri, 1 Nov 2019 17:03:55 +0100 Message-Id: <20191101160356.32034-2-geert+renesas@glider.be> In-Reply-To: <20191101160356.32034-1-geert+renesas@glider.be> References: <20191101160356.32034-1-geert+renesas@glider.be> Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: kDH7t0Msm9ofWFk2F2hEgKp7x1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1572624248; bh=+M2iuZdsxSPoCr/vd5AGhm/QApCVTn4VOVgFjjsWCqM=; h=Cc:Date:From:Reply-To:Subject:To; b=rCUVhbAGca0OvnJW4KP62kS7wloK5JBwjls0gV2El1Ofu/2BhGkg240/Y6Z8PaBUld+ AZUw6GWAs3nRgpjh+cT14wZ+7415T2iupGq67RhnVOmm71lBGZPE+wem9C73BXKLJHGIA oPizAwARez0EhNu+mYreBrXVQfKRZdgHAiY= The standard DT property is called "#interrupt-cells". Signed-off-by: Geert Uytterhoeven Acked-by: Chanho Min --- Any chance this can be fixed after the 5th submission in 3 years? Thanks! v3: - Add Acked-by, v2: - New. --- arch/arm64/boot/dts/lg/lg1313.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/lg/lg1313.dtsi b/arch/arm64/boot/dts/lg/lg1313.dtsi index 82c6645b58b77436..ac23592ab0114c03 100644 --- a/arch/arm64/boot/dts/lg/lg1313.dtsi +++ b/arch/arm64/boot/dts/lg/lg1313.dtsi @@ -124,7 +124,7 @@ amba { #address-cells = <2>; #size-cells = <1>; - #interrupts-cells = <3>; + #interrupt-cells = <3>; compatible = "simple-bus"; interrupt-parent = <&gic>;