Commit 7f123cea4685b5f9e3251a399da671f611dfbc8b
1 parent
6e673aab0d
Exists in
master
and in
2 other branches
kernel lcd 포팅
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
bootloader/u-boot_2015_04/board/falinux/mx6s_cmf/.mx6s_cmf.c.swp
No preview for this file type
bootloader/u-boot_2015_04/include/configs/mx6s_prime_oven.h
@@ -193,9 +193,9 @@ | @@ -193,9 +193,9 @@ | ||
193 | "netmask=255.255.0.0\0" \ | 193 | "netmask=255.255.0.0\0" \ |
194 | "gatewayip=192.168.10.1\0" \ | 194 | "gatewayip=192.168.10.1\0" \ |
195 | "ip_dyn=yes\0" \ | 195 | "ip_dyn=yes\0" \ |
196 | - "video_lvds=video=mxcfb0:dev=ldb,LDB-LP133WD2,if=RGB24 ldb=spl0 ldb=spl0\0" \" \ | 196 | + "video_lvds=video=mxcfb0:dev=ldb,LDB-LP133WD2,if=RGB666 ldb=spl0 ldb=spl0\0" \" \ |
197 | "video_vmalloc=fbmem=192M vmalloc=400M\0" \ | 197 | "video_vmalloc=fbmem=192M vmalloc=400M\0" \ |
198 | - "arg_option=loglevel=7\0" \" \ | 198 | + "arg_option=fec.disable_giga=1\0" \" \ |
199 | "mmcdev=0\0" \ | 199 | "mmcdev=0\0" \ |
200 | "tftpbase=prime-oven\0" \ | 200 | "tftpbase=prime-oven\0" \ |
201 | "uboot_file=u-boot.imx\0" \ | 201 | "uboot_file=u-boot.imx\0" \ |
kernel/linux-imx6_3.14.28/arch/arm/boot/dts/imx6qdl-prime-oven.dtsi
@@ -410,7 +410,7 @@ | @@ -410,7 +410,7 @@ | ||
410 | display-timings { | 410 | display-timings { |
411 | native-mode = <&timing0>; | 411 | native-mode = <&timing0>; |
412 | timing0: LDB-LP133WD2 { | 412 | timing0: LDB-LP133WD2 { |
413 | - clock-frequency = <48870000>; | 413 | + clock-frequency = <96870000>; /* 48870000 */ |
414 | hactive = <1600>; | 414 | hactive = <1600>; |
415 | vactive = <900>; | 415 | vactive = <900>; |
416 | hback-porch = <44>; | 416 | hback-porch = <44>; |