NXP imx8mp android11.0 1920x1080 lvds调试

这篇博客详细介绍了NXP i.MX8MP平台在Android 11.0系统下配置1920x1080分辨率LVDS显示的调试步骤。涉及到屏显参数配置、电源管理、背光控制以及LVDS通道设置等关键环节。
摘要由CSDN通过智能技术生成

lvds基本调试流程:

nxp屏显参数是在c文件进行配置

+++ b/vendor/nxp-opensource/kernel_imx/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
@@ -84,6 +84,39 @@
                        compatible = "android,trusty-log-v1";
                };
        };
+       lvds0_panel_pwr: regulator-lvds-pwr {
+               compatible = "regulator-fixed";
+               regulator-name = "lvds-pwr";
+               pinctrl-0 = <&pinctrl_lvds>;
+               regulator-min-microvolt = <5000000>;
+               regulator-max-microvolt = <5000000>;
+               gpio = <&gpio4 20 GPIO_ACTIVE_HIGH>;
+               enable-active-high;
+               regulator-always-on;
+       };
+
+       bl_lvds_pwr: regulator-bl-lvds {
+               compatible = "regulator-fixed";
+               regulator-name = "bl-lvds";
+               pinctrl-0 = <&pinctrl_bl_lvds>;
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+               gpio = <&gpio5 5 GPIO_ACTIVE_HIGH>;
+               enable-active-high;

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值