Hi Nvidia team,
Based on
Jetson_AGX_Orin_Series_Tuning_Compliance_Guide_DA-11040-001_v0.7(1).pdf (1.8 MB),
I follow to set up based on this document,but I still can’t get compliance mode.
So can you help me to suppot it? Thanks a lot.
Are you sure you apply the patch mentioned here correctly?
Hi,
Sorry that the patch is wrong. Need to use below one instead.
diff --git a/drivers/pci/controller/dwc/pcie-tegra194.c b/drivers/pci/controller/dwc/pcie-tegra194.c
index d1160c2..d0b6b7a 100644
--- a/drivers/pci/controller/dwc/pcie-tegra194.c
+++ b/drivers/pci/controller/dwc/pcie-tegra194.c
@@ -2625,6 +2625,7 @@
pcie->disable_power_down =
of_property_read_bool(np, "nvidia,disable-power-down");
+ pcie->disable_power_down = true;
if (pcie->mode == DW_PCIE_RC_TYPE)
flags = GPIOD_IN;
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.