From patchwork Mon Sep 21 12:54:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 11789713 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 711E06CB for ; Mon, 21 Sep 2020 12:54:13 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 6B70621789; Mon, 21 Sep 2020 12:54:13 +0000 (UTC) Delivered-To: soc@kernel.org Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1C66520874; Mon, 21 Sep 2020 12:54:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="y+qoS+kE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1C66520874 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=tempfail smtp.mailfrom=nm@ti.com Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 08LCs3rg104245; Mon, 21 Sep 2020 07:54:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1600692843; bh=qFpjHmcHk59IcPNluAVxwXpj8uIrlUPZIWnbDd1Te4Q=; h=Date:From:To:CC:Subject; b=y+qoS+kEz1snkJcbo3LrOxH1LEW2yCxUUntr5kU+vt0RAuJB34D+kuXI/VaTw2vI4 MZ8uEEln75MnNLHrFV3bH4rrjWU9oVhGYoLO3+v7n8a7F25Kbv1C4KY4p4qXo20YhM mcOtOHdjnxizf8h4dfyQ1BVpNSbVaV28MMF7QnEA= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 08LCs29C109519 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 21 Sep 2020 07:54:03 -0500 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Mon, 21 Sep 2020 07:54:03 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Mon, 21 Sep 2020 07:54:03 -0500 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 08LCs2Ui118354; Mon, 21 Sep 2020 07:54:02 -0500 Date: Mon, 21 Sep 2020 07:54:02 -0500 From: Nishanth Menon List-Id: To: Olof Johansson , Arnd Bergmann , , CC: , Roger Quadros , , , , , Subject: [GIT PULL] arm64: dts: ti k3 fixes for v5.9 Message-ID: <20200921125402.mtwypblhb45a6ssh@akan> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi, This is a single patch PR with for 5.9 to fix dts include introduced during 5.9-rc1. I had to base on 5.9-rc3 given the changes that took place post 5.9-rc1. The following changes since commit f75aef392f869018f78cfedf3c320a6b3fcfda6b: Linux 5.9-rc3 (2020-08-30 16:01:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git tags/ti-k3-dt-fixes-for-v5.9 for you to fetch changes up to c65176fd49f45bd5a5ffaa1790109745d1fa462c: arm64: dts: ti: k3-j721e: Rename mux header and update macro names (2020-09-21 07:17:20 -0500) ---------------------------------------------------------------- Tag fix up for TI serdes mux definition introduced in 5.9 ---------------------------------------------------------------- Roger Quadros (1): arm64: dts: ti: k3-j721e: Rename mux header and update macro names .../boot/dts/ti/k3-j721e-common-proc-board.dts | 11 ++-- arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 13 ++-- include/dt-bindings/mux/mux-j721e-wiz.h | 53 ---------------- include/dt-bindings/mux/ti-serdes.h | 71 ++++++++++++++++++++++ 4 files changed, 84 insertions(+), 64 deletions(-) delete mode 100644 include/dt-bindings/mux/mux-j721e-wiz.h create mode 100644 include/dt-bindings/mux/ti-serdes.h