CPU:RK3288html
系統:Android 5.1spa
一、修改kernel/arch/arm/configs/rockchip_defconfig,打開mipi屏開關code
# CONFIG_LCD_GENERAL is not set CONFIG_LCD_MIPI=y CONFIG_RK_TRSM=y # CONFIG_RK32_LVDS is not set # CONFIG_RK32_DP is not set # CONFIG_RK_VGA is not set CONFIG_MIPI_DSI=y CONFIG_RK32_MIPI_DSI=y
二、修改kernel/arch/arm/boot/dts/rk3288-tb_8846.dts,包含屏參頭文件,使能dishost0htm
#include "lcd_mipi_jd9365_800x1280.dtsi" &dsihost0{ status = "okay"; };
三、添加屏參dtsi文件blog
mipi屏配置參考:https://www.cnblogs.com/lialong1st/p/8534728.htmlip