From patchwork Wed Apr 27 07:27:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kishon Vijay Abraham I X-Patchwork-Id: 12828414 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 287A0C4332F for ; Wed, 27 Apr 2022 07:28:31 +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:References:In-Reply-To: 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: List-Owner; bh=Tgb0OLR0I5+dksUBI2yGuB7naaAyvRcUErJq3Jy+wjo=; b=HSLTuO8Aoa5JTW N5Axj5wS4OMUnHETF0kmHuJOzFwy5WUcrqpFAt6Iyb6K/JbzHhFGs35VJrKoyIwaU9JAJ8rlc0whm G+MgYXNOwb7+GK+RyLPc28OElTZna4gYJZLkg8sgsO0pSXpy8yo/jl2ITzdTDDSWYxkd56VU2CbXa q+pcdhM9xkxCQa2FLdigP3z+B0GA7U34RJKeI4LWSlx9+dZGH9zCR7mI+Bg9bRjltWYgIYWa6oePx o+A84cmIzPUIoFuWfg5IqUUYNbsvoVf2qpatJuVaqajKZXW3XP9Ena8HwP7r6psT1tT6r4b9ZP+9m jK7Qdm3AhCjJLJR58zgA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1njc5H-000G3w-J2; Wed, 27 Apr 2022 07:27:35 +0000 Received: from lelv0143.ext.ti.com ([198.47.23.248]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1njc54-000Fyx-Q6 for linux-arm-kernel@lists.infradead.org; Wed, 27 Apr 2022 07:27:24 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 23R7RIiC069270; Wed, 27 Apr 2022 02:27:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1651044438; bh=V/QMDiD5MVUNbVQiFtXwcSvGsBodAJkZUju75qUY1xU=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=bC1WpgNMLgqjM0SGVovBT5qT8SppzQYHhyKEVF4LzEaYZsFXR00TilfqA5M0sWHPk vuE5MBi/DSkv5fuuRBZTA0JGatpZSrJH0rmxlLXq4CnCAinTnuifxfFy+mBzOTWqs2 F8Ty+oPNF+B0dtDcP/mzOY7i8tAlxi3hdQGaLoXY= Received: from DFLE101.ent.ti.com (dfle101.ent.ti.com [10.64.6.22]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 23R7RI8n063797 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 27 Apr 2022 02:27:18 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Wed, 27 Apr 2022 02:27:17 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Wed, 27 Apr 2022 02:27:18 -0500 Received: from a0393678ub.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 23R7RBgQ088380; Wed, 27 Apr 2022 02:27:15 -0500 From: Kishon Vijay Abraham I To: Rob Herring , Krzysztof Kozlowski , Nishanth Menon CC: Santosh Shilimkar , Kishon Vijay Abraham I , , , , Vignesh Raghavendra Subject: [PATCH 1/2] dt-bindings: soc: ti: pruss: Update bindings for K3 AM62x SoCs Date: Wed, 27 Apr 2022 12:57:02 +0530 Message-ID: <20220427072703.4898-2-kishon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220427072703.4898-1-kishon@ti.com> References: <20220427072703.4898-1-kishon@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220427_002722_920270_4C96A3E8 X-CRM114-Status: UNSURE ( 9.54 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Update the PRUSS bindings for the PRUSSM instance present in AM625 SoC. Signed-off-by: Kishon Vijay Abraham I Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml index 64461d432004..cf13e5179657 100644 --- a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml +++ b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml @@ -69,6 +69,7 @@ properties: - ti,am654-icssg # for K3 AM65x SoC family - ti,j721e-icssg # for K3 J721E SoC family - ti,am642-icssg # for K3 AM64x SoC family + - ti,am625-pruss # for K3 AM62x SoC family reg: maxItems: 1