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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 D6B12C4829E for ; Thu, 15 Feb 2024 09:25:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 6F84AC4167D; Thu, 15 Feb 2024 09:25:51 +0000 (UTC) Received: from lgeamrelo11.lge.com (lgeamrelo13.lge.com [156.147.23.53]) by smtp.kernel.org (Postfix) with ESMTP id A4DE9C43609 for ; Thu, 15 Feb 2024 09:25:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org A4DE9C43609 Authentication-Results: smtp.kernel.org; dmarc=none (p=none dis=none) header.from=lge.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=lge.com Received: from unknown (HELO lgemrelse6q.lge.com) (156.147.1.121) by 156.147.23.53 with ESMTP; 15 Feb 2024 17:55:46 +0900 X-Original-SENDERIP: 156.147.1.121 X-Original-MAILFROM: chanho.min@lge.com Received: from unknown (HELO ?10.178.36.63?) (10.178.36.63) by 156.147.1.121 with ESMTP; 15 Feb 2024 17:55:46 +0900 X-Original-SENDERIP: 10.178.36.63 X-Original-MAILFROM: chanho.min@lge.com Subject: Re: [PATCH 3/6] arm64: dts: Fix dtc interrupt_provider warnings List-Id: To: Rob Herring , soc@kernel.org, Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Tsahee Zidenberg , Antoine Tenart , Joel Stanley , Andrew Jeffery , Ray Jui , Scott Branden , Broadcom internal kernel review list , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , =?UTF-8?Q?Jonathan_Neusch=c3=a4fer?= , Thierry Reding , Jonathan Hunter , Stefan Agner , Maxime Coquelin , Alexandre Torgue , =?UTF-8?Q?Beno=c3=aet_Cousson?= , Tony Lindgren , Matthias Brugger , AngeloGioacchino Del Regno , Geert Uytterhoeven , Magnus Damm , Linus Walleij , Imre Kaloz , Bjorn Andersson , Konrad Dybcio , Masahiro Yamada , Nathan Chancellor , Nicolas Schier Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-aspeed@lists.ozlabs.org, openbmc@lists.ozlabs.org, linux-tegra@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-omap@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-renesas-soc@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kbuild@vger.kernel.org, Lee Gunho References: <20240213-arm-dt-cleanups-v1-0-f2dee1292525@kernel.org> <20240213-arm-dt-cleanups-v1-3-f2dee1292525@kernel.org> From: Chanho Min Message-ID: Date: Thu, 15 Feb 2024 17:55:46 +0900 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20240213-arm-dt-cleanups-v1-3-f2dee1292525@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 24. 2. 14. 4:34 Rob Herring wrote: > The dtc interrupt_provider warning is off by default. Fix all the warnings > so it can be enabled. > > Signed-off-by: Rob Herring > arch/arm64/boot/dts/lg/lg1312.dtsi | 1 - > arch/arm64/boot/dts/lg/lg1313.dtsi | 1 - Acked-by: Chanho Min