From patchwork Tue Aug 30 16:05:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 601630 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 38C81ECAAD1 for ; Tue, 30 Aug 2022 16:05:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229774AbiH3QFR (ORCPT ); Tue, 30 Aug 2022 12:05:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229616AbiH3QFQ (ORCPT ); Tue, 30 Aug 2022 12:05:16 -0400 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B8ADD659CB; Tue, 30 Aug 2022 09:05:14 -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 27UG59tl059525; Tue, 30 Aug 2022 11:05:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1661875509; bh=7Ulh+in2ikAB2eGHvmIGW5UOONU6ag2Ah0945GJ8JGg=; h=From:To:CC:Subject:Date; b=VEbs/laYSxErW+MtfMEhip//p3OV75uSsidKp/eRbT788fFWiNqvqKj43s2OhBGO9 uSwJGXQpBWi9gnLskoJS1dpSebRstG12FgAe6/VWAglqaOx4pFf0ohbfIvpm0HLboJ T3PRAOzH2BYlzzWvuQ+Y2Nkh0J5xZCU8d/UswxVg= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 27UG59nj009872 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 30 Aug 2022 11:05:09 -0500 Received: from DLEE106.ent.ti.com (157.170.170.36) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6; Tue, 30 Aug 2022 11:05:08 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6 via Frontend Transport; Tue, 30 Aug 2022 11:05:08 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 27UG58N1028795; Tue, 30 Aug 2022 11:05:08 -0500 From: Nishanth Menon To: Krzysztof Kozlowski , Rob Herring , Vignesh Raghavendra CC: Tero Kristo , Nishanth Menon , Daniel Thompson , , , Subject: [PATCH 0/2] dt-bindings: arm: ti: k3: Sort alphabetically Date: Tue, 30 Aug 2022 11:05:05 -0500 Message-ID: <20220830160507.7726-1-nm@ti.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Inspired by the discussion in [1] - sort the yaml to keep things clean for the new SoCs and boards that are getting added in. [1] https://lore.kernel.org/all/d7303503-70ef-7307-8cc0-1bc334c9e6af@linaro.org/ Nishanth Menon (2): dt-bindings: arm: ti: k3: Sort the am654 board enums dt-bindings: arm: ti: k3: Sort the SoC definitions alphabetically .../devicetree/bindings/arm/ti/k3.yaml | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-)