From patchwork Thu Apr 14 08:58:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 561389 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 7A2D4C43217 for ; Thu, 14 Apr 2022 08:58:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241345AbiDNJAw (ORCPT ); Thu, 14 Apr 2022 05:00:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43608 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241323AbiDNJAu (ORCPT ); Thu, 14 Apr 2022 05:00:50 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id BEED16AA75; Thu, 14 Apr 2022 01:58:13 -0700 (PDT) Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id A21D980A4; Thu, 14 Apr 2022 08:55:34 +0000 (UTC) From: Tony Lindgren To: Rob Herring , Krzysztof Kozlowski Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Daniel Lezcano , Grygorii Strashko , Keerthy , Krzysztof Kozlowski , Nishanth Menon , Vignesh Raghavendra Subject: [PATCH v5 0/2] Convert TI dmtimer binding to yaml Date: Thu, 14 Apr 2022 11:58:05 +0300 Message-Id: <20220414085807.7389-1-tony@atomide.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Hi, Here are v5 changes for TI dmtimer. Regards, Tony Changes since v1: - Improve yaml for various checks based on comments from Krzysztof and Nishanth - Add checks for am4 timer as pointed out by Krzysztof and Rob - Split am6 additions into a separate patch as suggested by Krzysztof Changes since v2: - Improve yaml for more checks based on comments from Grygorii and Krzysztof Changes since v3: - Simplify constraints for reg, clocks and clock-names as suggested by Krzysztof - Use version number for patches too as suggested by Rob Changes since v4: - Drop duplicated items as noted by Krzysztof Tony Lindgren (2): dt-bindings: timer: Update TI timer to yaml dt-bindings: timer: Add compatible for am6 for TI timer-dm .../bindings/pwm/pwm-omap-dmtimer.txt | 2 +- .../bindings/timer/ti,timer-dm.yaml | 152 ++++++++++++++++++ .../devicetree/bindings/timer/ti,timer.txt | 44 ----- 3 files changed, 153 insertions(+), 45 deletions(-) create mode 100644 Documentation/devicetree/bindings/timer/ti,timer-dm.yaml delete mode 100644 Documentation/devicetree/bindings/timer/ti,timer.txt