rk3288 Android5.1 lvds

timing https://www.cnblogs.com/chorm590/p/11325516.html

/*

  • RockChip. LCD_B101ew05

*/

/ {

backlight {
	compatible = "pwm-backlight";
	pwms = <&pwm1 0 25000>;
	rockchip,pwm_id= <1>;
    polarity = <1>;
	brightness-levels = </*255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200*/ 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0>;
	default-brightness-level = <150>;
	enable-gpios = <&gpio7 GPIO_A1 GPIO_ACTIVE_HIGH>;
};

disp_timings: display-timings {
                native-mode = <&timing0>;
                timing0: timing0 {
		screen-type = <SCREEN_LVDS>;
		lvds-format = <LVDS_8BIT_1>;
		out-face    = <OUT_P888>;
		color-mode = <COLOR_RGB>;
		clock-frequency = <60000000>; //像素时钟
		hactive = <800>;// 横像素点数
		vactive = <1280>;//竖像素点数
		hback-porch = <24>;//水平后沿 在每行或每列的象素数据开始输出时要插入的象素时钟周期数
		hfront-porch = <72>;//水平前沿 在每行或每列的象素结束到LCD 行时钟输出脉冲之间的象素时钟数
		vback-porch = <10>;//垂直后沿 在垂直同步周期之后帧开头时的无效行数
		vfront-porch = <12>;//垂直前沿 本帧数据输出结束到下一帧垂直同步周期开始之前的无效行数
		hsync-len = <24>;//行同步脉宽 单位:像素时钟周期 
		vsync-len = <2>;//垂直同步脉宽 单位:显示一行的时间th
		hsync-active = <0>;
		vsync-active = <0>;
		de-active = <0>;
		pixelclk-active = <0>;
		swap-rb = <0>;
		swap-rg = <0>;
		swap-gb = <0>;
             	};
       };

};

&disp_timings {
native-mode = <&timing0>;
};

&rk_screen {
display-timings = <&disp_timings>;
};

/lcdc0 as PRMRY(HDMI)/
&lcdc0 {
status = “okay”;
rockchip,iommu-enabled = <1>;
rockchip,prop = ;
power_ctr: power_ctr {
rockchip,debug = <1>;
power_enable = <1>;
lcd_en:lcd_en {
rockchip,power_type = ;
gpios = <&gpio1 GPIO_D2 GPIO_ACTIVE_HIGH>;
rockchip,delay = <10>;
};

    disp_en:disp_en {
             rockchip,power_type = <GPIO>;
             gpios = <&gpio8 GPIO_A7 GPIO_ACTIVE_HIGH>;
             rockchip,delay = <10>;
     };

   /*
     lcd_cs:lcd_cs {
             rockchip,power_type = <GPIO>;
             gpios = <&gpio7 GPIO_A4 GPIO_ACTIVE_HIGH>;
             rockchip,delay = <10>;
     };
   
     lcd_rst:lcd_rst {
             rockchip,power_type = <GPIO>;
             gpios = <&gpio5 GPIO_C1 GPIO_ACTIVE_HIGH>;
             rockchip,delay = <0>;
     };
     */
};

};
&pwm1 {
status=“okay”;
};

参数 分析

		screen-type = <SCREEN_LVDS>;
		
		lvds-format = <LVDS_8BIT_1>;
		out-face    = <OUT_P888>;
		color-mode = <COLOR_RGB>;
		clock-frequency = <60000000>;
		https://blog.csdn.net/a617996505/article/details/82386952

结果分析
在这里插入图片描述

通过参看分辨率:
root@xxx:/sys/class/graphics/fb0 # cat screen_info
cat screen_info
xres:1920
yres:1080
fps:52

发现屏幕分辨率不是自己所设置。

调试半天,发现VGA与次有冲突,在make menuconfig中关闭VGA选项,就ok了。

make menuconfig
Device Drivers
graphics support
Firefly VGA Out/In support 去掉

在这里插入图片描述

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值