diff options
author | Sean Anderson <[email protected]> | 2024-05-31 12:13:37 -0400 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2024-08-30 10:48:36 -0500 |
commit | 0b93267adb34f39ca5b1574cf3766ee5fe3d44b6 (patch) | |
tree | da294fb441698bd7fd5dd81dddddfa0d5e91ad59 | |
parent | 308a40fb8fd9cfb1aa7d44f79980dfaef1a6c72f (diff) |
arm64: zynqmp: Add PCIe phys property for ZCU102
Add PCIe phy bindings for the ZCU102.
Link: https://lore.kernel.org/r/[email protected]
Tested-by: Thippeswamy Havalige <[email protected]>
Signed-off-by: Sean Anderson <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Acked-by: Michal Simek <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts index ad8f23a0ec67..d2175f3dd099 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts +++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts @@ -941,6 +941,7 @@ &pcie { status = "okay"; + phys = <&psgtr 0 PHY_TYPE_PCIE 0 0>; }; &psgtr { |