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 2C83D3D522C; Wed, 8 Apr 2026 18:33:35 +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=1775673215; cv=none; b=jTww0evTJugUjii+qpVgS0lweyjqnkdEiFVJpAwwvqr9SZUuzE5m7CFXpT0XxmKDb9ZkfGsLQlJizp4/AE2GK8IFRS3xYiFxZR4Q7aeYk5sRRNlj5UyGbXn4KQaeVGZIRjOXlM+eyLECs9mqBlgx4in+RnZGK9McrXu5N/6XT6o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775673215; c=relaxed/simple; bh=jObjep/pNCtmgiHLXxB65iRiq1bJzDfe8rym0Hmk+lM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=LQheoiuOEeNlZioM5bjazCw1HDzWaz3bv5A+oGyNzeMuVWly/Ei9cVdSRhKA9RXpMsUXRseamqiYiJoMXccJft9saakKnDtrqmcn1fg0UZk+Ibur/XJz5ETLdr45U+zGDscAdlnFN0b+3PxEX2FaWoouIGJDvxuB1Zu/flDRWvU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=GvTs3cjn; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="GvTs3cjn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6F85C19421; Wed, 8 Apr 2026 18:33:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1775673215; bh=jObjep/pNCtmgiHLXxB65iRiq1bJzDfe8rym0Hmk+lM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GvTs3cjnud4KRZNekIA68o+UqFxwjR0edAGjimZ+rFuOZnpMVMho8NMkIaGy1dMNN 172+Y//StoaAGDAcxsPi5uLSzlpYHL0kEEQBcILK4E64bWh4oOwiXbPah+bBUCjcge 6MOoFTL0X05NIBhxC57q65PVZr6qjP259RwJQxAQ= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Jamie Gibbons , Conor Dooley , Bartosz Golaszewski , Sasha Levin Subject: [PATCH 6.18 112/277] dt-bindings: gpio: fix microchip #interrupt-cells Date: Wed, 8 Apr 2026 20:01:37 +0200 Message-ID: <20260408175938.055199376@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260408175933.836769063@linuxfoundation.org> References: <20260408175933.836769063@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Jamie Gibbons [ Upstream commit 6b5ef8c88854b343b733b574ea8754c9dab61f41 ] The GPIO controller on PolarFire SoC supports more than one type of interrupt and needs two interrupt cells. Fixes: 735806d8a68e9 ("dt-bindings: gpio: add bindings for microchip mpfs gpio") Signed-off-by: Jamie Gibbons Signed-off-by: Conor Dooley Link: https://patch.msgid.link/20260326-wise-gumdrop-49217723a72a@spud Signed-off-by: Bartosz Golaszewski Signed-off-by: Sasha Levin --- .../devicetree/bindings/gpio/microchip,mpfs-gpio.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.yaml b/Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.yaml index d78da7dd2a566..dafd80bdd23aa 100644 --- a/Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.yaml +++ b/Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.yaml @@ -34,7 +34,7 @@ properties: const: 2 "#interrupt-cells": - const: 1 + const: 2 ngpios: description: @@ -83,7 +83,7 @@ examples: gpio-controller; #gpio-cells = <2>; interrupt-controller; - #interrupt-cells = <1>; + #interrupt-cells = <2>; interrupts = <53>, <53>, <53>, <53>, <53>, <53>, <53>, <53>, <53>, <53>, <53>, <53>, -- 2.53.0