From patchwork Sat Jun 18 03:16:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 12886196 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 04288C433EF for ; Sat, 18 Jun 2022 03:16:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id BCC68C3411C; Sat, 18 Jun 2022 03:16:32 +0000 (UTC) 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 smtp.kernel.org (Postfix) with ESMTPS id 9E325C3411B; Sat, 18 Jun 2022 03:16:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 9E325C3411B 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 fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 25I3GSln015032; Fri, 17 Jun 2022 22:16:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1655522188; bh=zTdIw9iN79bljgaLtUEHHav7RH26oRtCIOTmQsJUuTU=; h=Date:From:To:CC:Subject; b=jDZYPLbwU/ohWcg/TGJ3wVR84PFtMNoNmsrLpqx1oAyUFL/civaieV0vC3B3bChgL 9NSZXc6fAevsIaylSnYmdyPoXbV2eXv0TLkjakl2zoUIfL+KwjtEvyWL99zPT+Bc+7 CUn0ZpaZzvzaHN6G+XK+DfzJbWQbXR8+wceuCxnk= Received: from DLEE102.ent.ti.com (dlee102.ent.ti.com [157.170.170.32]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 25I3GSS2045807 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 17 Jun 2022 22:16:28 -0500 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Fri, 17 Jun 2022 22:16:27 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) 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.2308.14 via Frontend Transport; Fri, 17 Jun 2022 22:16:28 -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 25I3GRUa046331; Fri, 17 Jun 2022 22:16:28 -0500 Date: Fri, 17 Jun 2022 22:16:27 -0500 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.19 Message-ID: <20220618031627.xxvscc22c6doaa3t@kahuna> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi ARM SoC maintainers, Please pull the following for 5.19 cycle as these fixup critical boot failures noticed on 5.19-rc1 testing. The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) 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.19 for you to fetch changes up to 0c0af88f3f318e73237f7fadd02d0bf2b6c996bb: arm64: dts: ti: k3-am64-main: Remove support for HS400 speed mode (2022-06-17 20:24:01 -0500) ---------------------------------------------------------------- Devicetree fixes for TI K3 platforms for v5.19 Critical fixes for the following: * Boot failure on J721s2 (overlap GIC memory map) * AM64 boot fails on highspeed cards (SoC characterization updates) ---------------------------------------------------------------- Aswath Govindraju (1): arm64: dts: ti: k3-am64-main: Remove support for HS400 speed mode Matt Ranostay (1): arm64: dts: ti: k3-j721s2: Fix overlapping GICD memory region arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 2 -- arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-)