Skip to content

Commit

Permalink
cbt: add full hd timing for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdump0815 committed Nov 11, 2021
1 parent c341628 commit 68f2080
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions misc.cbt/full-hd-timing.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
diff --git a/arch/arm/dts/tegra124-nyan-big.dts b/arch/arm/dts/tegra124-nyan-big.dts
index f1c97052a8..c940992acc 100644
--- a/arch/arm/dts/tegra124-nyan-big.dts
+++ b/arch/arm/dts/tegra124-nyan-big.dts
@@ -33,15 +33,24 @@
dc@54200000 {
display-timings {
timing@0 {
- clock-frequency = <69500000>;
- hactive = <1366>;
- vactive = <768>;
- hsync-len = <32>;
- hfront-porch = <48>;
- hback-porch = <20>;
- vfront-porch = <3>;
- vback-porch = <13>;
- vsync-len = <6>;
+// clock-frequency = <69500000>;
+// hactive = <1366>;
+// vactive = <768>;
+// hsync-len = <32>;
+// hfront-porch = <48>;
+// hback-porch = <20>;
+// vfront-porch = <3>;
+// vback-porch = <13>;
+// vsync-len = <6>;
+ clock-frequency = <142000000>;
+ hactive = <1920>;
+ vactive = <1080>;
+ hsync-len = <48>;
+ hfront-porch = <108>;
+ hback-porch = <24>;
+ vfront-porch = <10>;
+ vback-porch = <26>;
+ vsync-len = <10>;
};
};
};

0 comments on commit 68f2080

Please sign in to comment.