Commit 228b9cae authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Andy Gross

arm64: dts: qcom: rename qcom,pcie devices to pcie

The node name for a PCIe host bridge must be "pcie" as required by
the binging. dtc now warns about it:

arch/arm64/boot/dts/qcom/apq8096-db820c.dtb: Warning (pci_bridge): /soc/agnoc@0/qcom,pcie@610000: node name is not "pci" or "pcie"
arch/arm64/boot/dts/qcom/apq8096-db820c.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge'
arch/arm64/boot/dts/qcom/msm8996-mtp.dtb: Warning (pci_bridge): /soc/agnoc@0/qcom,pcie@610000: node name is not "pci" or "pcie"
arch/arm64/boot/dts/qcom/msm8996-mtp.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge'

This renames the nodes as appropriate.
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 0295d4df
...@@ -140,16 +140,16 @@ usb2_id: usb2-id { ...@@ -140,16 +140,16 @@ usb2_id: usb2-id {
}; };
agnoc@0 { agnoc@0 {
qcom,pcie@600000 { pcie@600000 {
perst-gpio = <&msmgpio 35 GPIO_ACTIVE_LOW>; perst-gpio = <&msmgpio 35 GPIO_ACTIVE_LOW>;
}; };
qcom,pcie@608000 { pcie@608000 {
status = "okay"; status = "okay";
perst-gpio = <&msmgpio 130 GPIO_ACTIVE_LOW>; perst-gpio = <&msmgpio 130 GPIO_ACTIVE_LOW>;
}; };
qcom,pcie@610000 { pcie@610000 {
status = "okay"; status = "okay";
perst-gpio = <&msmgpio 114 GPIO_ACTIVE_LOW>; perst-gpio = <&msmgpio 114 GPIO_ACTIVE_LOW>;
}; };
......
...@@ -851,7 +851,7 @@ agnoc@0 { ...@@ -851,7 +851,7 @@ agnoc@0 {
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;
pcie0: qcom,pcie@600000 { pcie0: pcie@600000 {
compatible = "qcom,pcie-msm8996", "snps,dw-pcie"; compatible = "qcom,pcie-msm8996", "snps,dw-pcie";
status = "disabled"; status = "disabled";
power-domains = <&gcc PCIE0_GDSC>; power-domains = <&gcc PCIE0_GDSC>;
...@@ -904,7 +904,7 @@ pcie0: qcom,pcie@600000 { ...@@ -904,7 +904,7 @@ pcie0: qcom,pcie@600000 {
}; };
pcie1: qcom,pcie@608000 { pcie1: pcie@608000 {
compatible = "qcom,pcie-msm8996", "snps,dw-pcie"; compatible = "qcom,pcie-msm8996", "snps,dw-pcie";
power-domains = <&gcc PCIE1_GDSC>; power-domains = <&gcc PCIE1_GDSC>;
bus-range = <0x00 0xff>; bus-range = <0x00 0xff>;
...@@ -957,7 +957,7 @@ pcie1: qcom,pcie@608000 { ...@@ -957,7 +957,7 @@ pcie1: qcom,pcie@608000 {
"bus_slave"; "bus_slave";
}; };
pcie2: qcom,pcie@610000 { pcie2: pcie@610000 {
compatible = "qcom,pcie-msm8996", "snps,dw-pcie"; compatible = "qcom,pcie-msm8996", "snps,dw-pcie";
power-domains = <&gcc PCIE2_GDSC>; power-domains = <&gcc PCIE2_GDSC>;
bus-range = <0x00 0xff>; bus-range = <0x00 0xff>;
......
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