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 X-Spam-Level: X-Spam-Status: No, score=-14.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E5EDC4708F for ; Tue, 1 Jun 2021 05:44:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E19F8613AB for ; Tue, 1 Jun 2021 05:44:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232770AbhFAFp6 (ORCPT ); Tue, 1 Jun 2021 01:45:58 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:40672 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229477AbhFAFp6 (ORCPT ); Tue, 1 Jun 2021 01:45:58 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 1515iAfa118001; Tue, 1 Jun 2021 00:44:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1622526250; bh=wT+sO92wdMWsr7/UTWln3pfMeaCb+CEbBIUTkjTRU3o=; h=From:To:CC:Subject:Date; b=WuYsUjyElZt8PHQPQtIgVHY5iSSkMjLyebKfG6qQ/BRV87BwIlooPKPkuBZMCkpK4 yk5GUbpOBBVtyIw90+VfwwiD8Q1aDBgFfGCidGxKEeq90zGyqJooH8V9FoUUi+48Ni ESEYIHVMzCkKkWVw2nuQt7nX7S/bXf82cEbPYOvo= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 1515iA6S121092 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 1 Jun 2021 00:44:10 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) 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.2176.2; Tue, 1 Jun 2021 00:44:10 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Tue, 1 Jun 2021 00:44:09 -0500 Received: from lokesh-ssd.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 1515i3P3091502; Tue, 1 Jun 2021 00:44:04 -0500 From: Lokesh Vutla To: , , , Rob Herring CC: , Vignesh R , Nishanth Menon , , Device Tree Mailing List , Linux ARM Mailing List , Linux OMAP Mailing List , Grygorii Strashko , Lokesh Vutla Subject: [PATCH v3 0/2] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema Date: Tue, 1 Jun 2021 11:14:00 +0530 Message-ID: <20210601054402.2223-1-lokeshvutla@ti.com> X-Mailer: git-send-email 2.31.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 This series: - converts tiehrpwn to DT schema format using json-schema - Add new compatible for AM64 SoC. Changes since v2 (https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=489981): - Dropped DT changes from this series. Changes since v1: - Updated the am64 compatible to ti,am64-epwm as High resolution is not supported. Lokesh Vutla (2): dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema dt-bindings: pwm: pwm-tiehrpwm: Add compatible string for AM64 SoC .../devicetree/bindings/pwm/pwm-tiehrpwm.txt | 50 -------------- .../devicetree/bindings/pwm/pwm-tiehrpwm.yaml | 65 +++++++++++++++++++ 2 files changed, 65 insertions(+), 50 deletions(-) delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt create mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml -- 2.31.1 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 X-Spam-Level: X-Spam-Status: No, score=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3C92EC4708F for ; Tue, 1 Jun 2021 05:45:43 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id F24E261376 for ; Tue, 1 Jun 2021 05:45:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F24E261376 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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: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:In-Reply-To:References: List-Owner; bh=19AkKA6uBrWJ9uuTIB3ZcEZ4VG2p71chsUpoVWY9k9s=; b=0T0Ucj8lzZazHx 2S6+ahkY1lxLOdK7VddZhGhHODLgGmxlhRUHYYmeXl2NhJBzpTzOOFXgZLuG0GhRpgWzUShnkDo75 Dq9bGGb/GSHCqhgHdqHeP8lPOLQVw1Q2QHf8Di7XIjPIp2lQrZrGOal/xTyHZAWoF3vdvvtrqmLq+ 1l+7lYZ4CAXacHX7XfO1TB+Az2G9968dguv5R2iS9bQLxcCi6a2nctQyhTs0vF+RRvo/Z5RO2S4yu dD+ZF5GG/1EcYoQXle81sMVTRiKLi6uM5L5fGlHN/uPFv3IzO98pszkvUqQceA9lp07Hz3zEnLdKq alTVVfzkiv0ouUoVXPRQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lnxCL-00EnXk-8P; Tue, 01 Jun 2021 05:44:17 +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 1lnxCH-00EnXA-Em for linux-arm-kernel@lists.infradead.org; Tue, 01 Jun 2021 05:44:14 +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 1515iAfa118001; Tue, 1 Jun 2021 00:44:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1622526250; bh=wT+sO92wdMWsr7/UTWln3pfMeaCb+CEbBIUTkjTRU3o=; h=From:To:CC:Subject:Date; b=WuYsUjyElZt8PHQPQtIgVHY5iSSkMjLyebKfG6qQ/BRV87BwIlooPKPkuBZMCkpK4 yk5GUbpOBBVtyIw90+VfwwiD8Q1aDBgFfGCidGxKEeq90zGyqJooH8V9FoUUi+48Ni ESEYIHVMzCkKkWVw2nuQt7nX7S/bXf82cEbPYOvo= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 1515iA6S121092 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 1 Jun 2021 00:44:10 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) 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.2176.2; Tue, 1 Jun 2021 00:44:10 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Tue, 1 Jun 2021 00:44:09 -0500 Received: from lokesh-ssd.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 1515i3P3091502; Tue, 1 Jun 2021 00:44:04 -0500 From: Lokesh Vutla To: , , , Rob Herring CC: , Vignesh R , Nishanth Menon , , Device Tree Mailing List , Linux ARM Mailing List , Linux OMAP Mailing List , Grygorii Strashko , Lokesh Vutla Subject: [PATCH v3 0/2] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema Date: Tue, 1 Jun 2021 11:14:00 +0530 Message-ID: <20210601054402.2223-1-lokeshvutla@ti.com> X-Mailer: git-send-email 2.31.1 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-20210531_224413_561961_E43D8A0D X-CRM114-Status: UNSURE ( 9.63 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This series: - converts tiehrpwn to DT schema format using json-schema - Add new compatible for AM64 SoC. Changes since v2 (https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=489981): - Dropped DT changes from this series. Changes since v1: - Updated the am64 compatible to ti,am64-epwm as High resolution is not supported. Lokesh Vutla (2): dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema dt-bindings: pwm: pwm-tiehrpwm: Add compatible string for AM64 SoC .../devicetree/bindings/pwm/pwm-tiehrpwm.txt | 50 -------------- .../devicetree/bindings/pwm/pwm-tiehrpwm.yaml | 65 +++++++++++++++++++ 2 files changed, 65 insertions(+), 50 deletions(-) delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.txt create mode 100644 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml -- 2.31.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel