From patchwork Wed Aug 9 02:30:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 712223 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 02548C04A94 for ; Wed, 9 Aug 2023 02:31:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229847AbjHICbC (ORCPT ); Tue, 8 Aug 2023 22:31:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229639AbjHICbB (ORCPT ); Tue, 8 Aug 2023 22:31:01 -0400 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4F3C81BD3; Tue, 8 Aug 2023 19:30:59 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 3792UkQk048982; Tue, 8 Aug 2023 21:30:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1691548246; bh=x9X49Z0FUBzosRXT4VP4CXNHS0X1jBUs00Dwd75B1ps=; h=From:To:CC:Subject:Date; b=nn8r9U81W8lwoisi/+HdJSorO0uab5cN4DR+BcvQIkZuGVeLNQzHKAL25LEZ4YYs9 ihIqKIA2jLNGRIiwEKDsaJwhs5lJ/TeLYVJwA5UPXg3i+Vy+nJopjlKV0i/gt4wulK D9Yp3Xh80ZJYnlYLQMbCcf3nBEjfdam/PU+0fOow= Received: from DLEE105.ent.ti.com (dlee105.ent.ti.com [157.170.170.35]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 3792Uksm060897 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 8 Aug 2023 21:30:46 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 8 Aug 2023 21:30:46 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 8 Aug 2023 21:30:46 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3792UkVg120103; Tue, 8 Aug 2023 21:30:46 -0500 From: Nishanth Menon To: Rob Herring , Stephen Boyd , Conor Dooley , Krzysztof Kozlowski , Viresh Kumar CC: Tony Lindgren , =?utf-8?q?Beno=C3=AEt_Cousson?= , "Rafael J. Wysocki" , Vibhore Vardhan , Dhruva Gole , , , , , , Nishanth Menon Subject: [PATCH V3 0/2] dt-bindings: opp/cpufreq: Convert ti-cpufreq to json schema Date: Tue, 8 Aug 2023 21:30:43 -0500 Message-ID: <20230809023045.1870410-1-nm@ti.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi, Convert the long pending free-form text bindings of ti-cpufreq and omap5-opp-supply bindings to json-schema. Changes from V2: * Fixed up minor typo in commit message, picked up Dhruva's review V2: https://lore.kernel.org/all/20230801233341.1416552-1-nm@ti.com/ V1: https://lore.kernel.org/all/20230724153911.1376830-1-nm@ti.com/ Nishanth Menon (2): dt-bindings: opp: Convert ti-omap5-opp-supply to json schema dt-bindings: cpufreq: Convert ti-cpufreq to json schema .../bindings/cpufreq/ti-cpufreq.txt | 132 ------------------ .../opp/operating-points-v2-ti-cpu.yaml | 88 ++++++++++++ .../bindings/opp/ti,omap-opp-supply.yaml | 103 ++++++++++++++ .../bindings/opp/ti-omap5-opp-supply.txt | 63 --------- 4 files changed, 191 insertions(+), 195 deletions(-) delete mode 100644 Documentation/devicetree/bindings/cpufreq/ti-cpufreq.txt create mode 100644 Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml create mode 100644 Documentation/devicetree/bindings/opp/ti,omap-opp-supply.yaml delete mode 100644 Documentation/devicetree/bindings/opp/ti-omap5-opp-supply.txt