From patchwork Sat Feb 19 08:32:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vignesh Raghavendra X-Patchwork-Id: 12752162 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 C4B20C433EF for ; Sat, 19 Feb 2022 08:34:08 +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=mS6F6yPTvS6St0HDRVvktYaEVI2BraR6J6PuLPiU1hQ=; b=40+D/M5X1aVKsZ NPkOWxni+WkpO6Z7HjlUyOF3LJyXBIEAcsrYJpkBMxzH+90d1TRVOQbYYWU5+cM5bH0zdXYp+iBiV PStZdP4RiWDRxBhSlo1Ltqehl3r8MqFhi6F4wW0Am5vgZSTlYHB6CdqgaXkcHs0b0gf2kbypmg/lD EjOT7iBSgXEJCkP7qsovhVQhHI35aCLUT2psqUQ45stwud9wo3HqCrDccYNE/PNgrdY236C/2MTtY o/+F8HGGV8jMs63Yz3fKSO1m6hnQInp/jZZmiS27qAw7xDjSg5Ai02C/JCRolEEnrlHCZ2GCdga+O rEknWfhKLZwZKj78zzEA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nLLAq-00GRrJ-Cx; Sat, 19 Feb 2022 08:33:00 +0000 Received: from fllv0016.ext.ti.com ([198.47.19.142]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nLLAY-00GRo4-3E for linux-arm-kernel@lists.infradead.org; Sat, 19 Feb 2022 08:32:44 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 21J8WXVB112528; Sat, 19 Feb 2022 02:32:33 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1645259553; bh=yoS740aR9QXHttLhOCtrUXe2a1ycP9PYU0FvhSDUY2c=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=LqhdfCqeX3tcZprlDadWwHRnkOPXVhWe1zwWUEjqNPxOufyFp990/Bk/t3uSPhTcl jibvYbZk3dHYG7TVazrU+yJLCKFD+RosnsbjKv6Ck6eHDd5qV5rTf97l5MHD4oktgu 6H5Luv93rHKs0iv7PijEbOFamIpAEKZ2cMp2I/k0= Received: from DLEE111.ent.ti.com (dlee111.ent.ti.com [157.170.170.22]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 21J8WXrG070278 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 19 Feb 2022 02:32:33 -0600 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Sat, 19 Feb 2022 02:32:33 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE111.ent.ti.com (157.170.170.22) 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; Sat, 19 Feb 2022 02:32:33 -0600 Received: from ula0132425.ent.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 21J8WRX7017343; Sat, 19 Feb 2022 02:32:31 -0600 From: Vignesh Raghavendra To: Peter Ujfalusi , Vinod Koul CC: , , Vignesh Raghavendra , Linux ARM Mailing List Subject: [PATCH 1/2] dmaengine: ti: k3-udma: Add AM62x DMSS support Date: Sat, 19 Feb 2022 14:02:19 +0530 Message-ID: <20220219083220.489420-2-vigneshr@ti.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220219083220.489420-1-vigneshr@ti.com> References: <20220219083220.489420-1-vigneshr@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-20220219_003242_209354_ADA08300 X-CRM114-Status: UNSURE ( 9.75 ) 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 Attribute AM64x soc data to AM62x as well as the DMSS IP is similar b/w these two SoCs Signed-off-by: Vignesh Raghavendra --- drivers/dma/ti/k3-udma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/dma/ti/k3-udma.c b/drivers/dma/ti/k3-udma.c index d2d4cbe63e448..2f0d2c68c93c6 100644 --- a/drivers/dma/ti/k3-udma.c +++ b/drivers/dma/ti/k3-udma.c @@ -4375,6 +4375,7 @@ static const struct soc_device_attribute k3_soc_devices[] = { { .family = "J7200", .data = &j7200_soc_data }, { .family = "AM64X", .data = &am64_soc_data }, { .family = "J721S2", .data = &j721e_soc_data}, + { .family = "AM62X", .data = &am64_soc_data }, { /* sentinel */ } };