mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
arm64: dts: qcom: lemans: Add PCIe lane equalization preset properties
Add PCIe lane equalization preset properties with all values set to 5 for 8.0 GT/s and 16.0 GT/s data rates to enhance link stability. Co-developed-by: Qiang Yu <qiang.yu@oss.qualcomm.com> Signed-off-by: Qiang Yu <qiang.yu@oss.qualcomm.com> Signed-off-by: Ziyue Zhang <ziyue.zhang@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Acked-by: Manivannan Sadhasivam <mani@kernel.org> Link: https://lore.kernel.org/r/20250904065225.1762793-4-ziyue.zhang@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
520f9fec5d
commit
b4f745f1d8
|
|
@ -8327,6 +8327,9 @@ pcie0: pcie@1c00000 {
|
|||
phys = <&pcie0_phy>;
|
||||
phy-names = "pciephy";
|
||||
|
||||
eq-presets-8gts = /bits/ 16 <0x5555 0x5555>;
|
||||
eq-presets-16gts = /bits/ 8 <0x55 0x55>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
pcieport0: pcie@0 {
|
||||
|
|
@ -8497,6 +8500,9 @@ pcie1: pcie@1c10000 {
|
|||
phys = <&pcie1_phy>;
|
||||
phy-names = "pciephy";
|
||||
|
||||
eq-presets-8gts = /bits/ 16 <0x5555 0x5555 0x5555 0x5555>;
|
||||
eq-presets-16gts = /bits/ 8 <0x55 0x55 0x55 0x55>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
pcie@0 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user