From patchwork Fri Feb 4 13:07:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 12735050 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 83812C433F5 for ; Fri, 4 Feb 2022 13:07:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 50048C340EF; Fri, 4 Feb 2022 13:07:21 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 3153CC004E1; Fri, 4 Feb 2022 13:07:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 3153CC004E1 Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=ti.com Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 214D7Hmp025937; Fri, 4 Feb 2022 07:07:17 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1643980037; bh=5/8eElrg7h584eB+6f9UCi3BdtD9S6GuBldvdO8lgos=; h=Date:From:To:CC:Subject; b=murMdH+vh1P5MrBPahLaO+Di8oYXegTfghg2Yrig9Dbm4HeHUDKqKQ6EDnfPcScgI hNUuSbTQ1AzjeQTa5j9yZHHCzgs6ZfywZyQvskEXnrFO7KhQvmq8oTQVMzqiuFNayQ WXL/XkCphVrJeKJ6i8nKsRQM/kdJ3SDsXt5EvJes= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 214D7HZ3070983 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 4 Feb 2022 07:07:17 -0600 Received: from DFLE113.ent.ti.com (10.64.6.34) 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.2308.14; Fri, 4 Feb 2022 07:07:16 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Fri, 4 Feb 2022 07:07:17 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 214D7G1E073425; Fri, 4 Feb 2022 07:07:16 -0600 Date: Fri, 4 Feb 2022 07:07:16 -0600 From: Nishanth Menon List-Id: To: Olof Johansson , Arnd Bergmann , , CC: Tero Kristo , , , Vignesh Raghavendra , Nishanth Menon Subject: [GIT PULL] arm64: dts: TI K3 fixes for v5.17 Message-ID: <20220204130716.fjlm4vvcbtzcwlwx@chalice> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi Arnd, Olof, ARM SoC Maintainers, This PR is a retry of previous attempt at fixing up aliases way late in 5.17 merge cycle for J721S2[1]. The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-k3-dt-fixes-for-v5.17 for you to fetch changes up to aee744a37aaf277e74557e683cc524fbe6daeef7: arm64: dts: ti: k3-j721s2-common-proc-board: Alias console uart to serial2 (2022-01-24 13:40:32 -0600) ---------------------------------------------------------------- Device Tree fixes for TI K3 platform for v5.17 merge window * Update J721S2 platform to switch serial aliases to ttyS2. ---------------------------------------------------------------- Aswath Govindraju (2): arm64: dts: ti: k3-j721s2: Move aliases to board dts arm64: dts: ti: k3-j721s2-common-proc-board: Alias console uart to serial2 .../boot/dts/ti/k3-j721s2-common-proc-board.dts | 14 ++++++++++++-- arch/arm64/boot/dts/ti/k3-j721s2.dtsi | 22 ---------------------- 2 files changed, 12 insertions(+), 24 deletions(-) [1] https://lore.kernel.org/lkml/60e9a3ef-f717-bd2a-b722-01942e184fd0@ti.com/