Commit e3e8a472 authored by Baruch Siach's avatar Baruch Siach Committed by Bjorn Andersson

arm64: dts: qcom: ipq6018: add pcie max-link-speed

Add the generic 'max-link-speed' property to describe the IPQ6018 PCIe
link generation limit. This allows the generic dwc code to configure the
link speed correctly.
Signed-off-by: default avatarBaruch Siach <baruch.siach@siklu.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/fcf41277cf8529437374a5c10b2b1fcad30cd7c2.1640587131.git.baruch@tkos.co.il
parent 52f6fa2d
...@@ -425,6 +425,7 @@ pcie0: pci@20000000 { ...@@ -425,6 +425,7 @@ pcie0: pci@20000000 {
linux,pci-domain = <0>; linux,pci-domain = <0>;
bus-range = <0x00 0xff>; bus-range = <0x00 0xff>;
num-lanes = <1>; num-lanes = <1>;
max-link-speed = <3>;
#address-cells = <3>; #address-cells = <3>;
#size-cells = <2>; #size-cells = <2>;
......
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