From patchwork Mon Jul 22 09:42:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 814248 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 CAEBE16D4EF; Mon, 22 Jul 2024 09:43:45 +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=1721641425; cv=none; b=snSSY8i+DU5MrIxZ1Na+MI7U6CTjoWjz0lfe6xQs3lWmnuxpw2drmClcrI2VF3Bv4uXOiNMgGNyyZhQ1tiylixTfXyx/R9I7t8JcG4aoOrcUxGh9YrQt3lMNkgVnMdGrgAsw6D50dcbvw2Sm3cD48rwlmZslFzarMvhWwy2+9wI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721641425; c=relaxed/simple; bh=rbCdFrpUVOqWgTpBFACmBQDW9GDjMmTwAnryiL78IxM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=iRTOiBByxoEzt10eunpBxNOL3EnPvhh8Oa0X2VFsyP2IzQi5il4oFK6kpGhweIu1uDHZEk24GtUPq2zuwY38J56c4KOBY77tMNHkZiRVDA2T3S6D9LjvxXxN4vcPX6s0kuipuu1Zizs41g3dpqejCiayqDju29i/Q/SYXGjr6DI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=j2hYAFdp; 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="j2hYAFdp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 76091C116B1; Mon, 22 Jul 2024 09:43:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721641425; bh=rbCdFrpUVOqWgTpBFACmBQDW9GDjMmTwAnryiL78IxM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=j2hYAFdpX9JxPaj6t/4uWqzvhaGEWcTJ0PKcBrKqk/BetW9RzR7lgRbqRLPWyo8+t C2m3nfQv7Dl/GKBFeAl1KyQuX54ba9VqXgaA7oSyED+pxxRcgquVTT3Wf1SlNAoovC UgQHhZ35AHq6tAdqPfoBFkvdkkqvtyQvvtdYNLoHqwVzeEJ/oXAIQVySO26CmG5qpC oP73wtdCdFWedHwf17pb7bdig4kvvs09UwyhhmGlvqO4jhl/L1LDY1E3sd6y+tyYUg rBnKhIt07EHRGHY7OaNzqhjELL5/wRfy/E4veqMymm6OHd5aMXHeaXKvaVID19xfVT zqUMBUT8Jb3kg== Received: from johan by xi.lan with local (Exim 4.97.1) (envelope-from ) id 1sVpa4-000000006uH-1cIK; Mon, 22 Jul 2024 11:43:44 +0200 From: Johan Hovold To: Bjorn Andersson , Konrad Dybcio Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sibi Sankar , Abel Vesa , Rajendra Nayak , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold , stable@vger.kernel.org Subject: [PATCH v2 2/8] arm64: dts: qcom: x1e80100: fix PCIe domain numbers Date: Mon, 22 Jul 2024 11:42:43 +0200 Message-ID: <20240722094249.26471-3-johan+linaro@kernel.org> X-Mailer: git-send-email 2.44.2 In-Reply-To: <20240722094249.26471-1-johan+linaro@kernel.org> References: <20240722094249.26471-1-johan+linaro@kernel.org> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The current PCIe domain numbers are off by one and do not match the numbers that the UEFI firmware (and Windows) uses. Fixes: 5eb83fc10289 ("arm64: dts: qcom: x1e80100: Add PCIe nodes") Cc: stable@vger.kernel.org # 6.9 Reviewed-by: Konrad Dybcio Signed-off-by: Johan Hovold --- arch/arm64/boot/dts/qcom/x1e80100.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi index c7aec564a318..07e00f1d1768 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi +++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi @@ -2916,7 +2916,7 @@ pcie6a: pci@1bf8000 { dma-coherent; - linux,pci-domain = <7>; + linux,pci-domain = <6>; num-lanes = <2>; interrupts = , @@ -3037,7 +3037,7 @@ pcie4: pci@1c08000 { dma-coherent; - linux,pci-domain = <5>; + linux,pci-domain = <4>; num-lanes = <2>; interrupts = ,