summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-08-31 14:26:43 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-09-01 18:22:07 +0200
commitfac17419ebf5fa4a11a6f7ef098d91d2e2b57c69 (patch)
treeab99f99ecd4609efd4df778930da595b347acb3e
parent000053a5c133dc5a65d8b643cf811ca99f17289d (diff)
verdin-imx8mp_mezzanine-lvds-single-channel_overlay: update against toradex_5.15-2.0.x-imx
Related-to: ELB-4599, ELB-4645 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-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
+};