From patchwork Fri Apr 7 04:51:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vignesh Raghavendra X-Patchwork-Id: 671819 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 2C884C6FD1D for ; Fri, 7 Apr 2023 04:52:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231481AbjDGEwX (ORCPT ); Fri, 7 Apr 2023 00:52:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229610AbjDGEwW (ORCPT ); Fri, 7 Apr 2023 00:52:22 -0400 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6BDA09039; Thu, 6 Apr 2023 21:52:21 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 3374pnLd059169; Thu, 6 Apr 2023 23:51:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1680843109; bh=UaKEgsTdeeRy8NqKcjgGJca6hG9xXH3Qe1qwlY/mU1E=; h=From:To:CC:Subject:Date; b=vCdkAcotHtaAIF5yas9EgI6T9tDLj2fVp/vz+EPuUKr90NZT8rzKJUwklnSLsGj0s 0dYsEML5FkzSkYLCGHsu2HktxfgwkOCPzkUba490Q/6Zjc1pMp88hUkQBx4plAqfYH LzIHKV9G9GygakGpIpSYfaJd0QBdu5mbgZt0yn0I= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 3374pnI9001957 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 6 Apr 2023 23:51:49 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Thu, 6 Apr 2023 23:51:49 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Thu, 6 Apr 2023 23:51:49 -0500 Received: from uda0132425.dhcp.ti.com (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3374pj0E072459; Thu, 6 Apr 2023 23:51:46 -0500 From: Vignesh Raghavendra To: Nishanth Menon , Tero Kristo , "Santosh Shilimkar" , Thomas Gleixner , "Marc Zyngier" , Rob Herring , "Krzysztof Kozlowski" CC: Lokesh Vutla , , , , "Vignesh Raghavendra" Subject: [RESEND PATCH] dt-bindings: irqchip: ti,sci-inta: Add optional power-domains property Date: Fri, 7 Apr 2023 10:21:11 +0530 Message-ID: <20230407045111.531107-1-vigneshr@ti.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On certain SoCs, Interrupt Aggregator may have a power-domain dependency to be on before accessing. Add DT binding for the same Signed-off-by: Vignesh Raghavendra Acked-by: Krzysztof Kozlowski --- RESEND: Rebase onto 6.3-rc5 v1: https://lore.kernel.org/linux-arm-kernel/20230103042724.1100618-1-vigneshr@ti.com/ .../devicetree/bindings/interrupt-controller/ti,sci-inta.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml b/Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml index 1151518859bd..6a49d74b992a 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml @@ -85,6 +85,9 @@ properties: description: Array of phandles to DMA controllers where the unmapped events originate. + power-domains: + maxItems: 1 + required: - compatible - reg