From mboxrd@z Thu Jan 1 00:00:00 1970 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.subspace.kernel.org (Postfix) with ESMTPS id 0B22415A4BD; Thu, 29 Feb 2024 20:39:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709239187; cv=none; b=TiLjbCFEQ3ui7rS+a4ADqBn2yXWUBXD9m4fxTOj3sQNtFIWPsDZ4pqJTYnSKng3k+3LM+Iaqxw08pn0q42qgb+2DAkPoHtclrzRTjxiuXjb2OPvdSdGHA3EQVWrQ49hZqxzVyu5clotVu3ef7HFZyBkLF6e3h3w0NEjfkGXYHZY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709239187; c=relaxed/simple; bh=T/akRPi5ao0d12BmCz3WEgH+FPHY9KHNebOOEFBHkBM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=BAUeTXEQMzinbZPLEPQa4HZ6fyQSPgnqVLMcFrcA6C8VYHbZNphlM6PTjttlx9qZqrk7uvXVZ4Yq024yht4IjDXiLzmMZ3UtvyybvvG3szsjAwXnktEsCUbLC0xinxs0/x3kFseYOsuoa/j/gE+Ip/FTnTLu3N8mjGnBYl7HVYk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=deoqmt4u; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="deoqmt4u" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51519C433C7; Thu, 29 Feb 2024 20:39:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1709239186; bh=T/akRPi5ao0d12BmCz3WEgH+FPHY9KHNebOOEFBHkBM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=deoqmt4ua4PUWjlHnXFLMz9R4ZKUCqaEdrq0FT6qYTE1YlDDFzg0WxicWtbbr+crS zwXDsb9Q1rq+XxU0zY8ol11QBMN1fgEn5BaV+ocekYbgvsYuctCbfGMu9owZWYPn71 nN1wj9+ogE1a9hvML6j1dutNUZbdl+m3lDybhBSc0hYzjn3tVu1Ezzr7QlFZSB7K0i LPm8BmDm4n/D3EZWrCz4M763Iq7Jjft8NyoKOtRGCx/+vwLH+jbe5di+bO63eSGqZf 6VpkcxF/Ydvfes7OKDw/PTAngz3I9oNtNoc2Os2CYDFpFMzp00pMJ/mo8kKrqohUGY 9ls2/9aIlpWwQ== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Conor Dooley , Samuel Holland , Sasha Levin , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org Subject: [PATCH AUTOSEL 6.6 06/22] riscv: dts: sifive: add missing #interrupt-cells to pmic Date: Thu, 29 Feb 2024 15:38:59 -0500 Message-ID: <20240229203933.2861006-6-sashal@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240229203933.2861006-1-sashal@kernel.org> References: <20240229203933.2861006-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-stable-base: Linux 6.6.18 Content-Transfer-Encoding: 8bit From: Conor Dooley [ Upstream commit ce6b6d1513965f500a05f3facf223fa01fd74920 ] At W=2 dtc complains: hifive-unmatched-a00.dts:120.10-238.4: Warning (interrupt_provider): /soc/i2c@10030000/pmic@58: Missing '#interrupt-cells' in interrupt provider Add the missing property. Reviewed-by: Samuel Holland Signed-off-by: Conor Dooley Signed-off-by: Sasha Levin --- arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts b/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts index 07387f9c135ca..72b87b08ab444 100644 --- a/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts +++ b/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts @@ -123,6 +123,7 @@ pmic@58 { interrupt-parent = <&gpio>; interrupts = <1 IRQ_TYPE_LEVEL_LOW>; interrupt-controller; + #interrupt-cells = <2>; onkey { compatible = "dlg,da9063-onkey"; -- 2.43.0