From patchwork Mon Jul 24 15:39:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 707426 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 DC846C41513 for ; Mon, 24 Jul 2023 15:39:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231424AbjGXPjd (ORCPT ); Mon, 24 Jul 2023 11:39:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54328 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231422AbjGXPjb (ORCPT ); Mon, 24 Jul 2023 11:39:31 -0400 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A1DF6E5A; Mon, 24 Jul 2023 08:39:25 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 36OFdDEr105741; Mon, 24 Jul 2023 10:39:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1690213153; bh=jHf1+YHcvRTgeIgRDILeKSMz+Sy3wzGvBzTKbbw5fto=; h=From:To:CC:Subject:Date; b=rDPsJaY6dowhP8j9yxBL6a+karBkPKJ24xhNVzzsR8hi9MRvtOfTNBd/CLXrk3+6w GYLNrPoEHOUeW8DmXcVCET2kcd/YxlC8ti+xDLolemqrE+3xSuAY2OStvj/GkQJJpM jXKi2y+mAxmR4Z2+5t1aPCvffoh1WNEI/SAt1fiU= Received: from DFLE106.ent.ti.com (dfle106.ent.ti.com [10.64.6.27]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 36OFdDUc018401 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 24 Jul 2023 10:39:13 -0500 Received: from DFLE100.ent.ti.com (10.64.6.21) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 24 Jul 2023 10:39:13 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE100.ent.ti.com (10.64.6.21) 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; Mon, 24 Jul 2023 10:39:13 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 36OFdDsj126997; Mon, 24 Jul 2023 10:39:13 -0500 From: Nishanth Menon To: Tony Lindgren , =?utf-8?q?Beno=C3=AEt_Cousson?= , Stephen Boyd , Nishanth Menon , Conor Dooley , Krzysztof Kozlowski , Rob Herring , Viresh Kumar , "Rafael J. Wysocki" CC: Vibhore Vardhan , Dhruva Gole , , , , , Subject: [PATCH 0/5] dt-bindings: opp/cpufreq: Convert ti-cpufreq to Date: Mon, 24 Jul 2023 10:39:06 -0500 Message-ID: <20230724153911.1376830-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-omap@vger.kernel.org Hi, Patches 1-3 are probably meant for omap tree via Tony and cleansup the existing tree while the patches 4-5 convert the exiting txt bindings to yaml. This series also fixes up a bunch of dtbs_check warnings introduced into the arm64/boot/dts/ti tree as well. Nishanth Menon (5): arm: dts: ti: omap: omap36xx: Rename opp_supply nodename arm: dts: ti: omap: am5729-beagleboneai: Drop the OPP arm: dts: ti: omap: Fix OPP table node names dt-bindings: opp: Convert ti-omap5-opp-supply.txt to yaml binding dt-bindings: cpufreq: Convert ti-cpufreq.txt to yaml binding .../bindings/cpufreq/ti-cpufreq.txt | 132 ------------------ .../bindings/opp/opp-v2-ti-cpu.yaml | 88 ++++++++++++ .../bindings/opp/ti,omap-opp-supply.yaml | 108 ++++++++++++++ .../bindings/opp/ti-omap5-opp-supply.txt | 63 --------- .../arm/boot/dts/ti/omap/am335x-boneblack.dts | 3 +- .../dts/ti/omap/am335x-osd335x-common.dtsi | 3 +- arch/arm/boot/dts/ti/omap/am33xx.dtsi | 30 ++-- arch/arm/boot/dts/ti/omap/am3517.dtsi | 6 +- arch/arm/boot/dts/ti/omap/am4372.dtsi | 15 +- arch/arm/boot/dts/ti/omap/am437x-idk-evm.dts | 6 +- .../boot/dts/ti/omap/am5729-beagleboneai.dts | 6 - arch/arm/boot/dts/ti/omap/dra7.dtsi | 9 +- arch/arm/boot/dts/ti/omap/dra76x.dtsi | 3 +- arch/arm/boot/dts/ti/omap/omap34xx.dtsi | 12 +- arch/arm/boot/dts/ti/omap/omap36xx.dtsi | 14 +- 15 files changed, 261 insertions(+), 237 deletions(-) delete mode 100644 Documentation/devicetree/bindings/cpufreq/ti-cpufreq.txt create mode 100644 Documentation/devicetree/bindings/opp/opp-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