Created
May 31, 2021 08:13
-
-
Save Micrified/fb13ed95d4b644e223451cc76146c194 to your computer and use it in GitHub Desktop.
Patch file for the concerto board display
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- imx6ul-imx6ull-var-som-concerto-board.dtsi 2021-05-31 09:51:50.000000000 +0200 | |
+++ imx6ul-imx6ull-var-som-concerto-board.dtsi.patch 2021-05-31 10:08:44.000000000 +0200 | |
@@ -254,21 +254,21 @@ | |
status = "okay"; | |
display0: display { | |
- bits-per-pixel = <16>; | |
+ bits-per-pixel = <24>; | |
bus-width = <24>; | |
display-timings { | |
native-mode = <&timing0>; | |
timing0: timing0 { | |
- clock-frequency =<35000000>; | |
- hactive = <800>; | |
- vactive = <480>; | |
- hfront-porch = <40>; | |
- hback-porch = <40>; | |
- hsync-len = <48>; | |
- vback-porch = <29>; | |
- vfront-porch = <13>; | |
- vsync-len = <3>; | |
+ clock-frequency =<65000000>; | |
+ hactive = <1280>; | |
+ vactive = <800>; | |
+ hfront-porch = <8>; | |
+ hback-porch = <10>; | |
+ hsync-len = <32>; | |
+ vback-porch = <3>; | |
+ vfront-porch = <3>; | |
+ vsync-len = <6>; | |
hsync-active = <0>; | |
vsync-active = <0>; | |
de-active = <1>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment