From patchwork Tue Apr 18 21:37:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 675305 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 500E2C77B76 for ; Tue, 18 Apr 2023 21:38:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233041AbjDRVh7 (ORCPT ); Tue, 18 Apr 2023 17:37:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233026AbjDRVh5 (ORCPT ); Tue, 18 Apr 2023 17:37:57 -0400 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB82CCE; Tue, 18 Apr 2023 14:37:56 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 33ILbjFl036038; Tue, 18 Apr 2023 16:37:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1681853865; bh=+5T1cgVD+6vlVdPmFZXeko/SbvSRaJlD1F3nvltuPx8=; h=From:To:CC:Subject:Date; b=v4yTvmm+V89iXocAL3OKXrC0OKJIegEsWfWYBNtVcRFfrEX6RVmU4xLmQnRqaUM2t YXWr3UUxlcBNofTdL5xJMopms1fANCQcpbzPuEyLiVPUG/2MEaf2G02OdT0l+A+yYQ i1x2xCU0zAOD/c4LgfXRThAV+7yJRBqaQ8Mcv9fQ= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 33ILbjCN019355 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 18 Apr 2023 16:37:45 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) 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.2507.16; Tue, 18 Apr 2023 16:37:45 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Tue, 18 Apr 2023 16:37:45 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 33ILbjec041274; Tue, 18 Apr 2023 16:37:45 -0500 From: Nishanth Menon To: Krzysztof Kozlowski , Rob Herring , Vignesh Raghavendra CC: , , , Tero Kristo , Nishanth Menon Subject: [PATCH 0/4] arm64: dts: ti: k3-am62x-sk-common: Cleanups and minor additions Date: Tue, 18 Apr 2023 16:37:36 -0500 Message-ID: <20230418213740.153519-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: devicetree@vger.kernel.org Hi, This is a result of looking to cleanup u-boot and realizing there are pieces missing in kernel that need to be pushed out. So, minor cleanups and adding a few missing pieces. Bootlog: https://gist.github.com/nmenon/5e18c8d02c13cf00db649b6f01971d99 Nishanth Menon (4): arm64: dts: ti: k3-am62x-sk-common: Drop extra EoL arm64: dts: ti: k3-am62x-sk-common: Describe main_uart1 and wkup_uart arm64: dts: ti: k3-am62x-sk-common: Add eeprom arm64: dts: ti: k3-am62x-sk-common: Improve documentation of mcasp1_pins .../arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 39 ++++++++++++++++--- 1 file changed, 34 insertions(+), 5 deletions(-)