Commit e6bbf390 authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Bjorn Andersson

arm64: dts: qcom: sc8280xp: Add PCIe bridge node

On Qcom SoCs, the PCIe host bridge is connected to a single PCIe bridge
for each controller instance. Hence, add a node to represent the bridge.

While at it, let's remove the bridge properties from board dts as they are
now redundant.
Signed-off-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240321-pcie-qcom-bridge-dts-v2-9-1eb790c53e43@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 3c3abb94
...@@ -733,22 +733,14 @@ &pcie4 { ...@@ -733,22 +733,14 @@ &pcie4 {
pinctrl-0 = <&pcie4_default>; pinctrl-0 = <&pcie4_default>;
status = "okay"; status = "okay";
};
pcie@0 { &pcie4_port0 {
device_type = "pci"; wifi@0 {
reg = <0x0 0x0 0x0 0x0 0x0>; compatible = "pci17cb,1103";
#address-cells = <3>; reg = <0x10000 0x0 0x0 0x0 0x0>;
#size-cells = <2>;
ranges;
bus-range = <0x01 0xff>;
wifi@0 {
compatible = "pci17cb,1103";
reg = <0x10000 0x0 0x0 0x0 0x0>;
qcom,ath11k-calibration-variant = "LE_X13S"; qcom,ath11k-calibration-variant = "LE_X13S";
};
}; };
}; };
......
...@@ -1803,6 +1803,16 @@ pcie4: pcie@1c00000 { ...@@ -1803,6 +1803,16 @@ pcie4: pcie@1c00000 {
phy-names = "pciephy"; phy-names = "pciephy";
status = "disabled"; status = "disabled";
pcie4_port0: pcie@0 {
device_type = "pci";
reg = <0x0 0x0 0x0 0x0 0x0>;
bus-range = <0x01 0xff>;
#address-cells = <3>;
#size-cells = <2>;
ranges;
};
}; };
pcie4_phy: phy@1c06000 { pcie4_phy: phy@1c06000 {
...@@ -1904,6 +1914,16 @@ pcie3b: pcie@1c08000 { ...@@ -1904,6 +1914,16 @@ pcie3b: pcie@1c08000 {
phy-names = "pciephy"; phy-names = "pciephy";
status = "disabled"; status = "disabled";
pcie3b_port0: pcie@0 {
device_type = "pci";
reg = <0x0 0x0 0x0 0x0 0x0>;
bus-range = <0x01 0xff>;
#address-cells = <3>;
#size-cells = <2>;
ranges;
};
}; };
pcie3b_phy: phy@1c0e000 { pcie3b_phy: phy@1c0e000 {
...@@ -2005,6 +2025,16 @@ pcie3a: pcie@1c10000 { ...@@ -2005,6 +2025,16 @@ pcie3a: pcie@1c10000 {
phy-names = "pciephy"; phy-names = "pciephy";
status = "disabled"; status = "disabled";
pcie3a_port0: pcie@0 {
device_type = "pci";
reg = <0x0 0x0 0x0 0x0 0x0>;
bus-range = <0x01 0xff>;
#address-cells = <3>;
#size-cells = <2>;
ranges;
};
}; };
pcie3a_phy: phy@1c14000 { pcie3a_phy: phy@1c14000 {
...@@ -2109,6 +2139,16 @@ pcie2b: pcie@1c18000 { ...@@ -2109,6 +2139,16 @@ pcie2b: pcie@1c18000 {
phy-names = "pciephy"; phy-names = "pciephy";
status = "disabled"; status = "disabled";
pcie2b_port0: pcie@0 {
device_type = "pci";
reg = <0x0 0x0 0x0 0x0 0x0>;
bus-range = <0x01 0xff>;
#address-cells = <3>;
#size-cells = <2>;
ranges;
};
}; };
pcie2b_phy: phy@1c1e000 { pcie2b_phy: phy@1c1e000 {
...@@ -2210,6 +2250,16 @@ pcie2a: pcie@1c20000 { ...@@ -2210,6 +2250,16 @@ pcie2a: pcie@1c20000 {
phy-names = "pciephy"; phy-names = "pciephy";
status = "disabled"; status = "disabled";
pcie2a_port0: pcie@0 {
device_type = "pci";
reg = <0x0 0x0 0x0 0x0 0x0>;
bus-range = <0x01 0xff>;
#address-cells = <3>;
#size-cells = <2>;
ranges;
};
}; };
pcie2a_phy: phy@1c24000 { pcie2a_phy: phy@1c24000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment