From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D3637235358; Sat, 12 Sep 2026 07:33:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789198424; cv=none; b=ukt6Lg6QIqn6wLBATkPvhQo6Q+HQ0DUeuuRAjk5RUaStYViIJUudYJWfUrthaM1uS/lE7ayE/6wKzBvuaUVmgyF9IJ9ulpN9OUt/ohzbtByp1yc75ntUaOVD+xm3UB+fAA6fZGgnf2wJGYTkVxnmLjF1AdFZa991rO35EIgHKlI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789198424; c=relaxed/simple; bh=G7g82JyRNV//SN1qAsmZLykUSybN5LwYGOAHU3EeuZk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=I+YWzCgvkTkTqKBMczI2QNhF2zeJbnRsQxyzlRNwp0lzqnsi7ypMqQzaCpbvnA0JyzFSi+jRma5NPGTtze7omKVOdAagCb3uwdtaDhpVK1Q3NliS4yAB1SFbSG9E9Ikx19XDGWixmrAsHRg5fNmwAhrJDb2fB9WWucwkaGkiV2o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=mgsfQqK8; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="mgsfQqK8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4834B1F000FF; Sat, 12 Sep 2026 07:33:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1789198423; bh=CTiwRXjCETjIOv3SUZaObgrDXGMc9M0LSsQB/p06KKw=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=mgsfQqK87/sgMlFblQOQ9J7GDrC+2wG+gJU0vFWy0wmlZMkYyLz+TPzIHDQ+5Blk8 nskYiKyhJlWjCVI9aY6eX1zlNZZYnX3xFDcSaYssY3MeBc2m2xG4sGl1jfV6rKICPs e8dW3JI5kP4Pniv57Rxc+WgPXGYDeB7187Luer5s= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Lad Prabhakar , Geert Uytterhoeven , Sasha Levin Subject: [PATCH 7.2 0378/1815] arm64: dts: renesas: r9a09g056: Fix PCIe dma-ranges memory space code Date: Sat, 12 Sep 2026 08:35:28 +0200 Message-ID: <20260912065657.774791911@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260912065648.999753832@linuxfoundation.org> References: <20260912065648.999753832@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 7.2-stable review patch. If anyone has any objections, please let me know. ------------------ From: Lad Prabhakar [ Upstream commit 3e7259fb8a31c8b784628cfc417998447b0e5629 ] The RZ/V2N SoC supports up to 8 GiB of memory. Update the PCIe dma-ranges property to use the 64-bit prefetchable memory space code. Fixes: 4c443296ff17 ("arm64: dts: renesas: r9a09g056: Add PCIe node") Signed-off-by: Lad Prabhakar Reviewed-by: Geert Uytterhoeven Link: https://patch.msgid.link/20260708172849.227915-2-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/renesas/r9a09g056.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/r9a09g056.dtsi b/arch/arm64/boot/dts/renesas/r9a09g056.dtsi index d6c8c39df2a4d..5a3a6f72029a2 100644 --- a/arch/arm64/boot/dts/renesas/r9a09g056.dtsi +++ b/arch/arm64/boot/dts/renesas/r9a09g056.dtsi @@ -1049,7 +1049,7 @@ pcie: pcie@13400000 { reg = <0 0x13400000 0 0x10000>; ranges = <0x02000000 0 0x30000000 0 0x30000000 0 0x8000000>, <0x43000000 4 0x40000000 4 0x40000000 6 0x00000000>; - dma-ranges = <0x42000000 0 0x40000000 0 0x40000000 2 0x00000000>; + dma-ranges = <0x43000000 0 0x40000000 0 0x40000000 2 0x00000000>; bus-range = <0x0 0xff>; interrupts = , , -- 2.53.0