Skip to content

Commit 435c364

Browse files
krishnachaitanya-linuxandersson
authored andcommitted
arm64: dts: qcom: x1e80100: Add PCIe lane equalization preset properties
Add PCIe lane equalization preset properties for 8 GT/s and 16 GT/s data rates used in lane equalization procedure. Signed-off-by: Krishna Chaitanya Chundru <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent ea172f6 commit 435c364

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/arm64/boot/dts/qcom/x1e80100.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3225,6 +3225,10 @@
32253225
phys = <&pcie3_phy>;
32263226
phy-names = "pciephy";
32273227

3228+
eq-presets-8gts = /bits/ 16 <0x5555 0x5555 0x5555 0x5555
3229+
0x5555 0x5555 0x5555 0x5555>;
3230+
eq-presets-16gts = /bits/ 8 <0x55 0x55 0x55 0x55 0x55 0x55 0x55 0x55>;
3231+
32283232
operating-points-v2 = <&pcie3_opp_table>;
32293233

32303234
status = "disabled";
@@ -3427,6 +3431,9 @@
34273431
phys = <&pcie6a_phy>;
34283432
phy-names = "pciephy";
34293433

3434+
eq-presets-8gts = /bits/ 16 <0x5555 0x5555 0x5555 0x5555>;
3435+
eq-presets-16gts = /bits/ 8 <0x55 0x55 0x55 0x55>;
3436+
34303437
status = "disabled";
34313438
};
34323439

@@ -3554,6 +3561,8 @@
35543561
phys = <&pcie5_phy>;
35553562
phy-names = "pciephy";
35563563

3564+
eq-presets-8gts = /bits/ 16 <0x5555 0x5555>;
3565+
35573566
status = "disabled";
35583567
};
35593568

@@ -3680,6 +3689,8 @@
36803689
phys = <&pcie4_phy>;
36813690
phy-names = "pciephy";
36823691

3692+
eq-presets-8gts = /bits/ 16 <0x5555 0x5555>;
3693+
36833694
status = "disabled";
36843695

36853696
pcie4_port0: pcie@0 {

0 commit comments

Comments
 (0)