Browse Source

arm64: dts: NS2: Add PCI PHYs

PCI PHYs are missing from the Northstar2 DT entries for the 2 PCI buses.
Add them so that PCI devices can be discovered.

Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Jon Mason 8 years ago
parent
commit
7af371a701
1 changed files with 6 additions and 0 deletions
  1. 6 0
      arch/arm64/boot/dts/broadcom/ns2.dtsi

+ 6 - 0
arch/arm64/boot/dts/broadcom/ns2.dtsi

@@ -133,6 +133,9 @@
 
 
 		status = "disabled";
 		status = "disabled";
 
 
+		phys = <&pci_phy0>;
+		phy-names = "pcie-phy";
+
 		msi-parent = <&msi0>;
 		msi-parent = <&msi0>;
 		msi0: msi@20020000 {
 		msi0: msi@20020000 {
 			compatible = "brcm,iproc-msi";
 			compatible = "brcm,iproc-msi";
@@ -171,6 +174,9 @@
 
 
 		status = "disabled";
 		status = "disabled";
 
 
+		phys = <&pci_phy1>;
+		phy-names = "pcie-phy";
+
 		msi-parent = <&msi4>;
 		msi-parent = <&msi4>;
 		msi4: msi@50020000 {
 		msi4: msi@50020000 {
 			compatible = "brcm,iproc-msi";
 			compatible = "brcm,iproc-msi";