From patchwork Mon Feb 14 14:26:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 12745665 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 73443C433F5 for ; Mon, 14 Feb 2022 14:27:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=ajZu4r3XhsB1BzQSpoYNPiJBsBGQj/oMJoXj5U5VB4M=; b=nhSIKIX5OPzCzO J4Cn5J+mHzL7LXqkGRi4xu/BhsNm+gnj+6XypFvLgWDxKvECOhYoncpyVlr5z0dJQeXg/4FViukzs YpNdgHAke5kzG167waJwja1/5g5qz3wZ1o3350GER2hMd8mFX4rDi++wdENV2YSqy5+4VWOKIEL7y 7b0onI3rZwrIOWV9EAov2grYn8xPwFYVoTPV+gwhSJ+do37ErhmVi7TUm8/W9jPptyvGgrC/mcZvS +fmSSZQGP2xfRuvQH0Y52O/R++C3iuzH9S+D5tvILYOFqceFV6+gBwrsXB3X0MATqbTulkAeONPVn 0zcQkcpG8lECocVQ/gXw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nJcJF-00FfHx-R7; Mon, 14 Feb 2022 14:26:33 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nJcJA-00FfGc-HM for linux-arm-kernel@lists.infradead.org; Mon, 14 Feb 2022 14:26:31 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 27C671063; Mon, 14 Feb 2022 06:26:27 -0800 (PST) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 10B653F70D; Mon, 14 Feb 2022 06:26:25 -0800 (PST) From: Sudeep Holla To: ARM SoC Team , SoC Team , ALKML Cc: Sudeep Holla , Arnd Bergmann , Lorenzo Pieralisi , Liviu Dudau , Olof Johansson Subject: [GIT PULL] arm64: dts: juno: Fix for v5.17 Date: Mon, 14 Feb 2022 14:26:15 +0000 Message-Id: <20220214142615.2375269-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220214_062628_641438_4C63EB7B X-CRM114-Status: UNSURE ( 7.13 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi ARM SoC Team, Please pull ! Regards, Sudeep -->8 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/sudeep.holla/linux.git tags/juno-fix-5.17 for you to fetch changes up to 31eeb6b09f4053f32a30ce9fbcdfca31f713028d: arm64: dts: juno: Remove GICv2m dma-range (2022-01-26 10:23:04 +0000) ---------------------------------------------------------------- Arm Juno fix for v5.17 Just a single fix to address coherency issue reported[1] by removing the GICv2m address from the DMA ranges as it loose coherency if mapped as cacheable at the SMMU due to the attribute combining rules. The GICv2m range is normally programmed for Device memory attributes. [1] https://lore.kernel.org/stable/0a1d437d-9ea0-de83-3c19-e07f560ad37c@arm.com/ ---------------------------------------------------------------- Robin Murphy (1): arm64: dts: juno: Remove GICv2m dma-range arch/arm64/boot/dts/arm/juno-base.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)