From patchwork Tue Feb 8 15:35:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kathiravan Thirumoorthy X-Patchwork-Id: 540901 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 A1B9CC43217 for ; Tue, 8 Feb 2022 15:37:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1380934AbiBHPhj (ORCPT ); Tue, 8 Feb 2022 10:37:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1380772AbiBHPhj (ORCPT ); Tue, 8 Feb 2022 10:37:39 -0500 X-Greylist: delayed 121 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 08 Feb 2022 07:37:38 PST Received: from alexa-out-sd-01.qualcomm.com (alexa-out-sd-01.qualcomm.com [199.106.114.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95E24C061576; Tue, 8 Feb 2022 07:37:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1644334658; x=1675870658; h=from:to:cc:subject:date:message-id:mime-version; bh=QGaNOxEKruu8yndF8qxFjc24TlkwWSd/jVSLGfhcayg=; b=GyuAEZVReP3J5TvFPwsKvnUL8ZnGfmBT3BU7BeGIKbI/DY0I4dDx+8/i 58Wyr7DoJdADalxEf5JEpizgK0RgV8TGkWBnGWTopcDTa5FwyOlpNZLJP vmUxiAHrw4w/thB1Ep9G+ZWwSHKUekVu7n9a38EetnYKaGdiXvREUgQ/H g=; Received: from unknown (HELO ironmsg01-sd.qualcomm.com) ([10.53.140.141]) by alexa-out-sd-01.qualcomm.com with ESMTP; 08 Feb 2022 07:35:37 -0800 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg01-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2022 07:35:37 -0800 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.922.19; Tue, 8 Feb 2022 07:35:36 -0800 Received: from kathirav-linux.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.922.19; Tue, 8 Feb 2022 07:35:33 -0800 From: Kathiravan T To: , , , , , CC: Kathiravan T Subject: [PATCH 0/2] Enable the GICv2m extension support for IPQ8074/IPQ6018 Date: Tue, 8 Feb 2022 21:05:23 +0530 Message-ID: <1644334525-11577-1-git-send-email-quic_kathirav@quicinc.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org GIC used in the IPQ8074 and IPQ6018 family of SoCs has one instance of GICv2m extension, which supports upto 32 MSI interrupts. This series enables the support for the same. Kathiravan T (2): arm64: dts: qcom: ipq8074: enable the GICv2m support arm64: dts: qcom: ipq6018: enable the GICv2m support arch/arm64/boot/dts/qcom/ipq6018.dtsi | 9 +++++++++ arch/arm64/boot/dts/qcom/ipq8074.dtsi | 9 +++++++++ 2 files changed, 18 insertions(+)