From mboxrd@z Thu Jan 1 00:00:00 1970 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.subspace.kernel.org (Postfix) with ESMTPS id 2218E4C6C; Wed, 13 Nov 2024 14:17:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731507459; cv=none; b=PvM5inZXmRIf+EQz9OzcJuL5q+H7P7bEeiGEW15yOE7GSjXVjXE0Zox/0OgsRsyamWEfi7WwnTVQq9B9GPlg5pX7Nw4NOOYEg5NNTZHfWiGZuYyjjVxYEsoBO0E1s563NJ6BksAQf801Kxu4BnCwqaZodXQEJoehk76ys5lpIrY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731507459; c=relaxed/simple; bh=mDMjXI3W4m6+Xk2V+ULJrYz1UHiu20HxGy4Dx/jvYG4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jDaeNGgqwE3Oo9ryZGt75LSgWytoJl7gxgbOpihFuw/0hiMF0y/VHjBDPc1nq0g51VnUEpXSVX6oNlGU6c7DYuoXdCItxMJFksrLfLKeUlCfGsFaFQLoGhbPRCHniztp+LFWRS0whWMLy2NE11u4tde3wN4LZELrpLGrdPP1MFo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ebhhgj2w; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Ebhhgj2w" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9ABD3C4CEC3; Wed, 13 Nov 2024 14:17:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1731507457; bh=mDMjXI3W4m6+Xk2V+ULJrYz1UHiu20HxGy4Dx/jvYG4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ebhhgj2wmCM7kmz5sqG/9Nv0Zu/8md/UxwrUJ8y12tUA1KMavgt4+8ehJdG7f196O dOV1pA7K85D27NB8TsX64KPRN4lQ6PAKWmNc85vKDnY1PG7nEbr/bHujdSXQ2OpW5H 6GhUo4twTiQbqoIR1/AzZPJthU3C8o4k+piR3+XqFH5YkS4/q6AeSTmNsHEhF19ZlE hbU8YIRT9w0zyD9ttB8ZgsVUFcQky5AI4RR+LbiKGhSXMhjgGlakO6rl8NDFM1f61J Qfdr5gl/RCH1h3/IPm3vwYpi1QgYd3TIs6b8Ve+9ZQyIhVMyA+uHfbkXFc1TrLaFDQ szpBnRASqlKgQ== Received: from johan by xi.lan with local (Exim 4.97.1) (envelope-from ) id 1tBEBX-000000001iL-18cc; Wed, 13 Nov 2024 15:17:32 +0100 Date: Wed, 13 Nov 2024 15:17:31 +0100 From: Johan Hovold To: Qiang Yu Cc: andersson@kernel.org, konradybcio@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, quic_cang@quicinc.com, quic_mrana@quicinc.com, stable@vger.kernel.org Subject: Re: [PATCH 1/1] arm64: dts: qcom: x1e80100: Fix up BAR space size for PCIe6a Message-ID: References: <20241113080508.3458849-1-quic_qianyu@quicinc.com> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241113080508.3458849-1-quic_qianyu@quicinc.com> On Wed, Nov 13, 2024 at 12:05:08AM -0800, Qiang Yu wrote: > As per memory map table, the region for PCIe6a is 64MByte. Hence, set the > size of 32 bit non-prefetchable memory region beginning on address > 0x70300000 as 0x3d00000 so that BAR space assigned to BAR registers can be > allocated from 0x70300000 to 0x74000000. > > Fixes: 7af141850012 ("arm64: dts: qcom: x1e80100: Fix up BAR spaces") > Cc: stable@vger.kernel.org > Signed-off-by: Qiang Yu Thanks for the fix. Reviewed-by: Johan Hovold