diff options
author | Jon Mason <jon.mason@broadcom.com> | 2016-11-17 18:25:03 -0500 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-11-21 11:27:07 -0800 |
commit | 7af371a70139d2e18350365d8685d4fc1cc67973 (patch) | |
tree | abda0b58ab5a1315abc3c5304d496ec1fa1d9cc8 /arch/arm64/boot/dts/broadcom/ns2.dtsi | |
parent | ebcc47ab81d85de33e1cb8d719a3f359c68415bc (diff) | |
download | linux-7af371a70139d2e18350365d8685d4fc1cc67973.tar.gz linux-7af371a70139d2e18350365d8685d4fc1cc67973.tar.bz2 linux-7af371a70139d2e18350365d8685d4fc1cc67973.zip |
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>
Diffstat (limited to 'arch/arm64/boot/dts/broadcom/ns2.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/broadcom/ns2.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/broadcom/ns2.dtsi b/arch/arm64/boot/dts/broadcom/ns2.dtsi index cb09981c132c..863503d78f57 100644 --- a/arch/arm64/boot/dts/broadcom/ns2.dtsi +++ b/arch/arm64/boot/dts/broadcom/ns2.dtsi @@ -133,6 +133,9 @@ status = "disabled"; + phys = <&pci_phy0>; + phy-names = "pcie-phy"; + msi-parent = <&msi0>; msi0: msi@20020000 { compatible = "brcm,iproc-msi"; @@ -171,6 +174,9 @@ status = "disabled"; + phys = <&pci_phy1>; + phy-names = "pcie-phy"; + msi-parent = <&msi4>; msi4: msi@50020000 { compatible = "brcm,iproc-msi"; |