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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F33E9ECAAD8 for ; Wed, 14 Sep 2022 09:01:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229513AbiINJBX (ORCPT ); Wed, 14 Sep 2022 05:01:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229538AbiINJBM (ORCPT ); Wed, 14 Sep 2022 05:01:12 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFC051F2F2; Wed, 14 Sep 2022 02:01:11 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 74CF1B816A9; Wed, 14 Sep 2022 09:01:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A2886C433C1; Wed, 14 Sep 2022 09:01:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663146069; bh=tuq12uiHXCIaOV0yOG2YnavzeCeNFrj76CmV14UkXi0=; h=From:To:Cc:Subject:Date:From; b=iFDh1dh4CHiv2dLavIwUdHFbwAK0tx0+rTfa3TzqLrmt6UXE3dMPjEJZbGTux3zWL aHEOxQ/oNbS8OC6SyqF8t/j0rebEgcLlF1dfWV+OpHKyDlwWPtaAq7QKHEKe65vpTg 6XGfY/tsWOeAroAgZq9yQEY2P9dLL9ElauR7irsdgYG4ACiGvuQAs7Nm2WcYFMpa4d YYVDP4njWAXAQ8FFbw8o1baVHXG1zyCHzAhQCV2fF2bIYLTX88aEpNP5FPho/GR6JF hFOCKiCjAUMLo0QqbJvs0VDupsTRzz3gKy6ObTWhEFPb5xHSUs3fSg0g/hd7Q/ISC2 soD2DfjPwtLjw== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Jassi Brar , Sudeep Holla , Sasha Levin , liviu.dudau@arm.com, lpieralisi@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH AUTOSEL 5.19 01/22] arm64: dts: juno: Add missing MHU secure-irq Date: Wed, 14 Sep 2022 05:00:42 -0400 Message-Id: <20220914090103.470630-1-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: Jassi Brar [ Upstream commit 422ab8fe15e30066d4c8e236b747c77069bfca45 ] The MHU secure interrupt exists physically but is missing in the DT node. Specify the interrupt in DT node to fix a warning on Arm Juno board: mhu@2b1f0000: interrupts: [[0, 36, 4], [0, 35, 4]] is too short Link: https://lore.kernel.org/r/20220801141005.599258-1-jassisinghbrar@gmail.com Signed-off-by: Jassi Brar Signed-off-by: Sudeep Holla Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/arm/juno-base.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi index 065381c1cbf5a..b5039d6a1d1d1 100644 --- a/arch/arm64/boot/dts/arm/juno-base.dtsi +++ b/arch/arm64/boot/dts/arm/juno-base.dtsi @@ -26,7 +26,8 @@ mailbox: mhu@2b1f0000 { compatible = "arm,mhu", "arm,primecell"; reg = <0x0 0x2b1f0000 0x0 0x1000>; interrupts = , - ; + , + ; #mbox-cells = <1>; clocks = <&soc_refclk100mhz>; clock-names = "apb_pclk"; -- 2.35.1 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 F09CEECAAD3 for ; Wed, 14 Sep 2022 09:22:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=WI20Rl5kt6m6gP8QdfB0oIBb7cLdNpWfbu2FDSQoMdY=; b=rfx4lH6PLajY80 dH4LKVdIEGSM+akX3pXpWTajt/jEiijbwOjFFOoj60vr8HPf3susKWvhq0fK/loWFMHnJ+mZCJwF6 DQ/SXjzKUQGXVIsMsPcCt6xNJxMzLo4dl3CTDBCOIRs/+RgL+IOZhYbb9KuOLE090DYBC1jZM6P7Z A0mMkPuO5MVMJf60M50ea70uCEhZhq5Lp3npWlcigN3t/jIa/4/NuaYx54Ei16GwohjaGsc/eC3Xc ovuOYqweNBZBdGYlZSRSGDOvLCdIHKvz2kk5WjvqFZzCqltAlSxQJsedtXiQUEwbZEuTzC3xg75cS qH5WSHOtzlx/otFULSGw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYOZi-00E7XR-JO; Wed, 14 Sep 2022 09:20:55 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYOGh-00Dneo-3I for linux-arm-kernel@lists.infradead.org; Wed, 14 Sep 2022 09:01:16 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8CE02B816EC; Wed, 14 Sep 2022 09:01:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A2886C433C1; Wed, 14 Sep 2022 09:01:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663146069; bh=tuq12uiHXCIaOV0yOG2YnavzeCeNFrj76CmV14UkXi0=; h=From:To:Cc:Subject:Date:From; b=iFDh1dh4CHiv2dLavIwUdHFbwAK0tx0+rTfa3TzqLrmt6UXE3dMPjEJZbGTux3zWL aHEOxQ/oNbS8OC6SyqF8t/j0rebEgcLlF1dfWV+OpHKyDlwWPtaAq7QKHEKe65vpTg 6XGfY/tsWOeAroAgZq9yQEY2P9dLL9ElauR7irsdgYG4ACiGvuQAs7Nm2WcYFMpa4d YYVDP4njWAXAQ8FFbw8o1baVHXG1zyCHzAhQCV2fF2bIYLTX88aEpNP5FPho/GR6JF hFOCKiCjAUMLo0QqbJvs0VDupsTRzz3gKy6ObTWhEFPb5xHSUs3fSg0g/hd7Q/ISC2 soD2DfjPwtLjw== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Jassi Brar , Sudeep Holla , Sasha Levin , liviu.dudau@arm.com, lpieralisi@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH AUTOSEL 5.19 01/22] arm64: dts: juno: Add missing MHU secure-irq Date: Wed, 14 Sep 2022 05:00:42 -0400 Message-Id: <20220914090103.470630-1-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220914_020115_359159_DB723C8A X-CRM114-Status: GOOD ( 11.33 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Jassi Brar [ Upstream commit 422ab8fe15e30066d4c8e236b747c77069bfca45 ] The MHU secure interrupt exists physically but is missing in the DT node. Specify the interrupt in DT node to fix a warning on Arm Juno board: mhu@2b1f0000: interrupts: [[0, 36, 4], [0, 35, 4]] is too short Link: https://lore.kernel.org/r/20220801141005.599258-1-jassisinghbrar@gmail.com Signed-off-by: Jassi Brar Signed-off-by: Sudeep Holla Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/arm/juno-base.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi index 065381c1cbf5a..b5039d6a1d1d1 100644 --- a/arch/arm64/boot/dts/arm/juno-base.dtsi +++ b/arch/arm64/boot/dts/arm/juno-base.dtsi @@ -26,7 +26,8 @@ mailbox: mhu@2b1f0000 { compatible = "arm,mhu", "arm,primecell"; reg = <0x0 0x2b1f0000 0x0 0x1000>; interrupts = , - ; + , + ; #mbox-cells = <1>; clocks = <&soc_refclk100mhz>; clock-names = "apb_pclk"; -- 2.35.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel