summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--overlays/verdin-imx8mp_mezzanine-lvds-single-channel_overlay.dts21
1 files changed, 18 insertions, 3 deletions
diff --git a/overlays/verdin-imx8mp_mezzanine-lvds-single-channel_overlay.dts b/overlays/verdin-imx8mp_mezzanine-lvds-single-channel_overlay.dts
index 0afad14..0e9d34d 100644
--- a/overlays/verdin-imx8mp_mezzanine-lvds-single-channel_overlay.dts
+++ b/overlays/verdin-imx8mp_mezzanine-lvds-single-channel_overlay.dts
@@ -44,11 +44,26 @@
status = "okay";
};
-&panel_lvds {
- backlight = <&backlight_mezzanine>;
+&panel_lvds_mez {
+ height-mm = <136>;
+ width-mm = <217>;
status = "okay";
+
+ panel-timing {
+ clock-frequency = <68900000 71100000 73400000>;
+ de-active = <1>;
+ hactive = <1280 1280 1280>;
+ hback-porch = <23 60 71>;
+ hfront-porch = <23 60 71>;
+ hsync-len = <15 40 47>;
+ pixelclk-active = <1>; /* positive edge */
+ vactive = <800 800 800>;
+ vback-porch = <5 7 10>;
+ vfront-porch = <5 7 10>;
+ vsync-len = <6 9 12>;
+ };
};
&pwm2 {
status = "okay";
-}; \ No newline at end of file
+};