Hi,
I’m working on our carrier board for tx2i with R32.7.5
and also made some changes for enabling displayport.
diff --git a/sources/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3489-1000-a00-00-base.dts b/sources/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3489-1000-a00-00-base.dts
index 5d76217ba..5b6a7ca0c 100644
--- a/sources/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3489-1000-a00-00-base.dts
+++ b/sources/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3489-1000-a00-00-base.dts
@@ -278,9 +278,15 @@
};
sor {
- status = "disabled";
+//
+// status = "disabled";
+ status = "okay";
+////
dp-display {
- status = "disabled";
+//
+// status = "disabled";
+ status = "okay";
+////
};
hdmi-display {
status = "disabled";
@@ -294,7 +300,10 @@
};
dpaux@155c0000 {
- status = "disabled";
+//
+// status = "disabled";
+ status = "okay";
+////
};
sor1 {
@@ -311,8 +320,22 @@
status = "disabled";
};
+//
+ nvdisplay@15210000 {
+ status = "okay";
+ nvidia,fb-win = <2>;
+ win-mask = <0xC>;
+ };
+////
+
+
nvdisplay@15220000 {
- status = "disabled";
+//
+// status = "disabled";
+ status = "okay";
+ nvidia,fb-win = <4>;
+ win-mask = <0x30>;
+////
};
};
But it will show red screen about 2 seconds on both hdmi and displayport monitor after nvidia logo when I power on.
You can see the red screen at14~16 second in the attachment.
It only happens when I connect both monitor, if I only connect hdmi or displayport, it won’t show the red screen.
This problem won’t happen on TX2 module with the same carrier board.
Is there anything wrong with my changes for enabling display port?
Any suggestions would be greatly appreciated.
Thx
Yen