[PATCH] arm64: dts: qcom: ipq9574: use 'pcie' as node name for 'pcie0'

Gabor Juhos posted 1 patch 3 months, 3 weeks ago
arch/arm64/boot/dts/qcom/ipq9574.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: qcom: ipq9574: use 'pcie' as node name for 'pcie0'
Posted by Gabor Juhos 3 months, 3 weeks ago
The PCI controller at address 28000000 supports PCIe only, so use 'pcie'
as node name for that. This ensures that all PCIe controller instance
nodes are using the same name.

Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
---
 arch/arm64/boot/dts/qcom/ipq9574.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/ipq9574.dtsi b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
index 815b5f9540b80e91e81e02a97b20c0426f40b003..8ae4b165c315394532006665235592add112d266 100644
--- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
@@ -1161,7 +1161,7 @@ pcie2: pcie@20000000 {
 			status = "disabled";
 		};
 
-		pcie0: pci@28000000 {
+		pcie0: pcie@28000000 {
 			compatible = "qcom,pcie-ipq9574";
 			reg = <0x28000000 0xf1d>,
 			      <0x28000f20 0xa8>,

---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250603-ipq9574-pcie0-name-c9fbf251406a

Best regards,
-- 
Gabor Juhos <j4g8y7@gmail.com>
Re: [PATCH] arm64: dts: qcom: ipq9574: use 'pcie' as node name for 'pcie0'
Posted by Bjorn Andersson 1 month, 2 weeks ago
On Wed, 18 Jun 2025 22:14:09 +0200, Gabor Juhos wrote:
> The PCI controller at address 28000000 supports PCIe only, so use 'pcie'
> as node name for that. This ensures that all PCIe controller instance
> nodes are using the same name.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: ipq9574: use 'pcie' as node name for 'pcie0'
      commit: c6fa3429cf3ccd806a4059706ebd0f2221b5b965

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] arm64: dts: qcom: ipq9574: use 'pcie' as node name for 'pcie0'
Posted by Konrad Dybcio 3 months, 3 weeks ago
On 6/18/25 10:14 PM, Gabor Juhos wrote:
> The PCI controller at address 28000000 supports PCIe only, so use 'pcie'
> as node name for that. This ensures that all PCIe controller instance
> nodes are using the same name.
> 
> Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad