filsif

patch_lvds_param.patch

Jan 11th, 2021
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. --- a/arch/arm64/boot/dts/freescale/imx8qxp-colibri-eval-v3.dtsi 2021-01-11 09:56:23.437495646 +0100
  2. +++ b/arch/arm64/boot/dts/freescale/imx8qxp-colibri-eval-v3.dtsi 2021-01-11 09:56:36.117415014 +0100
  3. @@ -33,33 +33,33 @@
  4. * logictechno,lt170410-2whc: Cap. Touch Display 10.1" LVDS
  5. * tpk,f07a-0102: Capacitive Multi-Touch Display Fusion 7"
  6. * tpk,f10a-0102: Capacitive Multi-Touch Display Fusion 10"
  7. */
  8. compatible = "panel-dpi";
  9. backlight = <&backlight>;
  10. power-supply = <&reg_3v3>;
  11.  
  12. - width-mm = <217>;
  13. - height-mm = <136>;
  14. + width-mm = <558>;
  15. + height-mm = <930>;
  16.  
  17. data-mapping = "bgr666";
  18. status = "disabled";
  19.  
  20. panel-timing {
  21. /* Default VESA VGA display timings */
  22. - clock-frequency = <25175000>;
  23. - hactive = <640>;
  24. - hback-porch = <48>;
  25. - hfront-porch = <16>;
  26. - hsync-len = <96>;
  27. - vactive = <480>;
  28. - vback-porch = <31>;
  29. - vfront-porch = <11>;
  30. - vsync-len = <2>;
  31. + clock-frequency = <25000000>;
  32. + hactive = <480>;
  33. + hback-porch = <15>;
  34. + hfront-porch = <10>;
  35. + hsync-len = <10>;
  36. + vactive = <800>;
  37. + vback-porch = <3>;
  38. + vfront-porch = <3>;
  39. + vsync-len = <3>;
  40. pixelclk-active = <0>;
  41. };
  42. };
  43.  
  44. reg_3v3: regulator-3v3 {
  45. compatible = "regulator-fixed";
  46. regulator-name = "3.3V";
  47. regulator-min-microvolt = <3300000>;
  48.  
Advertisement
Add Comment
Please, Sign In to add comment