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 A5387CCA473 for ; Tue, 21 Jun 2022 18:03:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237330AbiFUSDv (ORCPT ); Tue, 21 Jun 2022 14:03:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233796AbiFUSDu (ORCPT ); Tue, 21 Jun 2022 14:03:50 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A3B0C19037; Tue, 21 Jun 2022 11:03:48 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 25LI3av3072930; Tue, 21 Jun 2022 13:03:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1655834616; bh=D4lJ6CXac8gADtJDuz9BnfzSSTidXj2t1ZNHbx3v8qs=; h=From:To:CC:Subject:Date; b=H3J+vb1r2syJMkadBXRvCNK3H57RRO99QEjxYVcmEgZi+YWA4bJQ8YntKlofL9e/6 WHLneRYhBgR+9odj3Zpi12wLq3H3ssnPpV5ZZSCSiwts0RfJIsNGzpPkfcApXa/eO7 0u2z8oeFiSIgtP6IJdRZBrvVoMQ7coPL72tAFDEE= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 25LI3acu027039 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 21 Jun 2022 13:03:36 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Tue, 21 Jun 2022 13:03:35 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE104.ent.ti.com (157.170.170.34) 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; Tue, 21 Jun 2022 13:03:35 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 25LI3YcB091018; Tue, 21 Jun 2022 13:03:35 -0500 From: Rahul T R To: , , , , CC: , , , , , , , , , , Rahul T R Subject: [PATCH 0/3] Add support for DPHY TX on J721E Date: Tue, 21 Jun 2022 23:33:29 +0530 Message-ID: <20220621180332.28767-1-r-ravikumar@ti.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Following series of patches adds support for DPHY TX on TI's J721E SoC. New compatible is added and required cdns dphy ops are implemented. The series also adds band ctrl configuration required for dphy tx Rahul T R (3): phy: dt-bindings: cdns,dphy: Add compatible for dphy on j721e phy: cdns-dphy: Add band config for dphy tx phy: cdns-dphy: Add support for DPHY TX on J721e .../devicetree/bindings/phy/cdns,dphy.yaml | 5 +- drivers/phy/cadence/Kconfig | 10 ++ drivers/phy/cadence/cdns-dphy.c | 113 +++++++++++++++++- 3 files changed, 125 insertions(+), 3 deletions(-) -- 2.36.1