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 B691AB67E; Wed, 8 Apr 2026 18:24:42 +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=1775672682; cv=none; b=BeJPTmN+/Q0q5Wh+fPfQx1Hjma6LiJgbVnzhpb9pkiTFEw+AyDtdLcVQjRL+M3EETAsvmTFnMVtXRiRzeoZE4thz5HHOgE+hoO0D5lnD6EINlef3eyshy6QQIYwHEJMVlW08uQ8y/vbUBgC5AzfEPECgq3ejRUKLh6Nviqpekng= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775672682; c=relaxed/simple; bh=Shy2FEiyP+UBBpRYrtTzStI1ovZubx5UjYjEyDJw13s=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=eNGQL9SJ8XtTu33l1I1/XyLIlllXjkg1ZKCFZYvLEAzB/ePvB8TycfA9RtBq433NG9PioW39AYkUJM7YbLnntEisxzQ/p73zrvE+JuS+VaknrFPwnRPPQtMAyyvYjX62nok+mHeMJModVdDU8CiWviusTBGN7XEPHIn354VlT1A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=kHGt0/Oo; 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="kHGt0/Oo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E1D8C19421; Wed, 8 Apr 2026 18:24:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1775672682; bh=Shy2FEiyP+UBBpRYrtTzStI1ovZubx5UjYjEyDJw13s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kHGt0/Oo1a4EcqQaQ9hOUizmbAYgxyE0fVJbHskKmhraXXk1EuqlCbUk+a2ugv+Y5 GKYFlSSfLze71OY4HSd5W1i/AJLDQaAn2WUKcnEYc5t2IdQroTX5on8Esvw5+XNC/9 JcauKTSL+rX852/LFXvm5QiApfMESfT7PoRAACRg= 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.6 068/160] dt-bindings: gpio: fix microchip #interrupt-cells Date: Wed, 8 Apr 2026 20:02:35 +0200 Message-ID: <20260408175915.743107768@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260408175913.177092714@linuxfoundation.org> References: <20260408175913.177092714@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.6-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 d481e78958a74..2c7355e9547a1 100644 --- a/Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.yaml +++ b/Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.yaml @@ -33,7 +33,7 @@ properties: const: 2 "#interrupt-cells": - const: 1 + const: 2 ngpios: description: @@ -84,7 +84,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