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 CBFD1C433FE for ; Fri, 15 Apr 2022 19:04:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347623AbiDOTGd (ORCPT ); Fri, 15 Apr 2022 15:06:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347906AbiDOTGc (ORCPT ); Fri, 15 Apr 2022 15:06:32 -0400 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C4794DA09A; Fri, 15 Apr 2022 12:04:02 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 23FJ3vih058700; Fri, 15 Apr 2022 14:03:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1650049437; bh=BslSMdu73pVBgd3BSmFd1gMSPuoi9kEPCzNkUUPbvZY=; h=From:To:CC:Subject:Date; b=O7eblJeaB9nXFRpt898DRvzXhHgKQTU0AyDzfsOr0o9mnYTaOD1CVUh5Uf7NPOI7b n+Ki0N5hYRIC1A3FRY6fZwJ/XKwAXs4iP9NhddcTLkU5gJDzDXfLUuvSNzOoMvyZ0o bb1uAEXlvBxFQDntZkx2I/VY9d3g/95D0xaziKNQ= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 23FJ3vJT041636 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 15 Apr 2022 14:03:57 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Fri, 15 Apr 2022 14:03:57 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE105.ent.ti.com (10.64.6.26) 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; Fri, 15 Apr 2022 14:03:57 -0500 Received: from localhost.localdomain (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 23FJ3mfb067536; Fri, 15 Apr 2022 14:03:49 -0500 From: Georgi Vlaev To: , , , CC: , , , , , Georgi Vlaev Subject: [PATCH v2 0/2] clk: keystone: Add support for AM62 specific ewpm-tbclk Date: Fri, 15 Apr 2022 22:03:41 +0300 Message-ID: <20220415190343.6284-1-g-vlaev@ti.com> X-Mailer: git-send-email 2.30.2 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 This patch series adds support for TI's AM62 specific time-based submodule clock (tbclk). On AM62 SoCs we have to provide 3 tbclk instances, as the SoC features 3 EPWM modules. Changes: v1 -> v2: Reorder the patches with dt-bindings patch first. Georgi Vlaev (2): dt-bindings: clock: ehrpwm: Add AM62 specific compatible clk: keystone: syscon-clk: Add support for AM62 epwm-tbclk .../bindings/clock/ti,am654-ehrpwm-tbclk.yaml | 1 + drivers/clk/keystone/syscon-clk.c | 11 +++++++++++ 2 files changed, 12 insertions(+) base-commit: ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e -- 2.30.2