From nobody Fri Nov 29 00:57:48 2024 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 9D66329422; Wed, 25 Sep 2024 17:34:46 +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=1727285686; cv=none; b=fqljDUgU3VJTOtR2nhul5B/4kaAJ8GI3i9icMnwbNBRr1mSrGfjzi5wMlChTW8jS5HNrJ8Yh+sXsoaeYcdTu8GPLKEOwWzEAUA4IpAHiNaBqh1hY0f+0Az7v0GUAl8wfrjW80kadSTNea9IlLDRFa1W/bNfJsaoGOy3+ISWY8/4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727285686; c=relaxed/simple; bh=OYKPh1RAnlj0Qe43FuhvXRjKXiFpZ5OHCC87f9SRnT4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Zwdl8O1rscsW1h0tGqJ2WLGf/7Dzu0lEsB2om5tOFj4jpqr0Nq43SB9T1eNNaikvUZ+WSCMbZqDAjQGF2MLG90WcKPh1V3n1f1ADcKi3GYsxehBeg2gYFvF0/qd3nUBQlzltXDLOJMpG8j6VeeJ+1nPfc4j8th2wozD0gWvAnWs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=g4SJSJqP; 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="g4SJSJqP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E510DC4CEC3; Wed, 25 Sep 2024 17:34:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1727285686; bh=OYKPh1RAnlj0Qe43FuhvXRjKXiFpZ5OHCC87f9SRnT4=; h=From:To:Cc:Subject:Date:From; b=g4SJSJqPJp5fago4G4LX8mAAuM2JzEa4pHUJ6l0Kh4AnkmFYt7pv2OhySoF9n5Fsf dWHWgQcCAAkeLerDCmVGtzY2KnhEhKWFiCI21jqExbEngWQoPZLlqxUz8P7rpCUem6 cDYfN1DXFdMEFHliDGqom5boGgW8Eg54k8/7c92xpkWrn/YxQVQYBPYFC0oVcfDxZg Hz6u8Ki4sxtO34U4JR/NfpWFwkYKW6KMGZ/Zs8S4HrN9EsWk6W+3OvCDYOBW6SPFiM SlSFz/aORYFvZbVqPOazwFcDCXLAIuC31Dkfkwd1ORouSmynNiNxCQbVLfQJ+OjVzG otFfr3tSNr5lg== From: "Rob Herring (Arm)" To: Thomas Gleixner , Krzysztof Kozlowski , Conor Dooley , Frank Li Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH] dt-bindings: interrupt-controller: fsl,mu-msi: Drop "interrupt-controller" property Date: Wed, 25 Sep 2024 12:34:38 -0500 Message-ID: <20240925173438.1906339-1-robh@kernel.org> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The Freescale MU-MSI is an MSI provider, not an interrupt provider, so drop the "interrupt-controller" property. This fixes dtc "interrupt_provide= r" warning. Signed-off-by: Rob Herring (Arm) Acked-by: Conor Dooley Reviewed-by: Frank Li --- If this is not correct, then #interrupt-cells needs to be added. --- .../devicetree/bindings/interrupt-controller/fsl,mu-msi.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,mu-= msi.yaml b/Documentation/devicetree/bindings/interrupt-controller/fsl,mu-ms= i.yaml index 799ae5c3e32a..b5282c857f44 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/fsl,mu-msi.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,mu-msi.yaml @@ -62,8 +62,6 @@ properties: - const: processor-a-side - const: processor-b-side =20 - interrupt-controller: true - msi-controller: true =20 "#msi-cells": @@ -73,7 +71,6 @@ required: - compatible - reg - interrupts - - interrupt-controller - msi-controller - "#msi-cells" =20 @@ -88,7 +85,6 @@ examples: compatible =3D "fsl,imx6sx-mu-msi"; msi-controller; #msi-cells =3D <0>; - interrupt-controller; reg =3D <0x5d270000 0x10000>, /* A side */ <0x5d300000 0x10000>; /* B side */ reg-names =3D "processor-a-side", "processor-b-side"; --=20 2.45.2