Commit 7f123cea4685b5f9e3251a399da671f611dfbc8b

Authored by 장형기
1 parent 6e673aab0d
Exists in master and in 2 other branches fhd, fhd-demo

kernel lcd 포팅

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 193 "netmask=255.255.0.0\0" \
194 194 "gatewayip=192.168.10.1\0" \
195 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 197 "video_vmalloc=fbmem=192M vmalloc=400M\0" \
198   - "arg_option=loglevel=7\0" \" \
  198 + "arg_option=fec.disable_giga=1\0" \" \
199 199 "mmcdev=0\0" \
200 200 "tftpbase=prime-oven\0" \
201 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 410 display-timings {
411 411 native-mode = <&timing0>;
412 412 timing0: LDB-LP133WD2 {
413   - clock-frequency = <48870000>;
  413 + clock-frequency = <96870000>; /* 48870000 */
414 414 hactive = <1600>;
415 415 vactive = <900>;
416 416 hback-porch = <44>;
... ...