Firefly开源社区

标题: 为何我的单mipi没有信号输出 [打印本页]

作者: oldoffice    时间: 2015-5-4 19:40
标题: 为何我的单mipi没有信号输出
我用3288的板子没有mipi信号输出,请帮忙,急!
下面是我的mipi设置:(.config文件)
# CONFIG_DUAL_LCDC_DUAL_DISP_IN_KERNEL is not set
# CONFIG_ONE_LCDC_DUAL_OUTPUT_INF is not set
CONFIG_NO_DUAL_DISP=y
# CONFIG_FB_ROTATE is not set
CONFIG_THREE_FB_BUFFER=y
# CONFIG_LCDC_RK3188 is not set
CONFIG_LCDC_RK3288=y
# CONFIG_LCDC_RK3036 is not set
# CONFIG_LCDC_RK312X is not set
# CONFIG_LCD_GENERAL is not set
CONFIG_LCD_MIPI=y
CONFIG_RK_TRSM=y
# CONFIG_RK32_LVDS is not set
# CONFIG_RK31XX_LVDS is not set
# CONFIG_DP_ANX6345 is not set
# CONFIG_DP501 is not set
# CONFIG_RK32_DP is not set
CONFIG_RK_VGA=y
CONFIG_MIPI_DSI=y
# CONFIG_TC358768_RGB2MIPI is not set
# CONFIG_SSD2828_RGB2MIPI is not set
CONFIG_RK32_MIPI_DSI=y
CONFIG_RK_HDMI=y
# CONFIG_HDMI_CAT66121 is not set
CONFIG_HDMI_RK3036=y
# CONFIG_HDCP_RK3036 is not set
# CONFIG_CEC_RK3036 is not set
CONFIG_HDMI_SOURCE_LCDC0=y

下面是mipi的dtsi文件设置:



/ {
                /* about mipi */
                disp_mipi_init: mipi_dsi_init{
                                        compatible = "rockchip,mipi_dsi_init";
                                        rockchip,screen_init        = <1>;
                                        rockchip,dsi_lane                = <4>;
                                        rockchip,dsi_hs_clk                = <500>;
                                        rockchip,mipi_dsi_num        = <1>;
                };
                disp_mipi_power_ctr: mipi_power_ctr {
                                        compatible = "rockchip,mipi_power_ctr";
                                        mipi_lcd_rst:mipi_lcd_rst{
                                                compatible = "rockchip,lcd_rst";
                                                        rockchip,gpios = <&gpio7 GPIO_A4 GPIO_ACTIVE_LOW>;//default:GPIO_ACTIVE_HIGH
                                                        rockchip,delay = <10>;
                                        };
                                        mipi_lcd_en:mipi_lcd_en {
                                                compatible = "rockchip,lcd_en";
                                                        rockchip,gpios = <&gpio7 GPIO_A3 GPIO_ACTIVE_HIGH>;
                                                        rockchip,delay = <10>;
                                        };  
                                        /*lcd_cs:lcd_cs {

                                                 rockchip,power_type = <GPIO>;
                                                 gpios = <&gpio7 GPIO_A4 GPIO_ACTIVE_HIGH>;
                                                 rockchip,delay = <10>;

                                        };*/


                };
                disp_mipi_init_cmds: screen-on-cmds {
                                        rockchip,cmd_debug = <0>;
                                        compatible = "rockchip,screen-on-cmds";
                                        rockchip,on-cmds1 {
                                                        compatible = "rockchip,on-cmds";//Page0
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xE0 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                       
                                        rockchip,on-cmds2 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xE1 0x93>; //PASSWORD
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds3 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xE2 0x65>; //PASSWORD
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds4 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xE3 0xF8>; //PASSWORD
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds5 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xE0 0x00>; //Page0
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds6 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x70 0x02>; //Sequence Ctrl,DC0,DC1
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds7 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x71 0x23 >; //Sequence Ctrl,DC2,DC3
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds8 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x72 0x06 >; // //Sequence Ctrl,DC7
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds9 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xE0 0x01 >; //Page1
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds10 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0x00 >; //Set VCOM
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds11 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x01 0xA0 >; //Set VCOM
                                                        rockchip,cmd_delay = <0>;
                                        };

                                        rockchip,on-cmds12 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x03 0x00>; //Set VCOM_Reverse
                                                        rockchip,cmd_delay = <0>;
                                        };                       
                                        rockchip,on-cmds13 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x04 0xA0>; //Set VCOM_Reverse
                                                        rockchip,cmd_delay = <120>;
                                        };

                                        rockchip,on-cmds14 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x17 0x00>; //Set Gamma Power,VGMP,VGMN,VGSP,VGSN
                                                        rockchip,cmd_delay = <0>;
                                        };
                               
                                        rockchip,on-cmds15 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x18 0xB1>; //Set Gamma Power,VGMP,VGMN,VGSP,VGSN
                                                        rockchip,cmd_delay = <0>;
                                        };
                                                               
                                        rockchip,on-cmds16 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x19 0x00 >; //Set Gamma Power,VGMP,VGMN,VGSP,VGSN
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds17 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x1A 0x00 >; //Set Gamma Power,VGMP,VGMN,VGSP,VGSN
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds18 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x1B 0xB1 >; //Set Gamma Power,VGMP,VGMN,VGSP,VGSN
                                                        rockchip,cmd_delay = <0>;
                                        };

                                        rockchip,on-cmds19 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x1C 0x00>; //Set Gamma Power,VGMP,VGMN,VGSP,VGSN
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds20 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x1F 0x48>; //Set Gate Power
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds21 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x20 0x23>; //Set Gate Power
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds22 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x21 0x23>; //Set Gate Power
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds23 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x22 0x0E>; //Set Gate Power
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds24 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x23 0x00>; //Set Gate Power
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds25 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x24 0x38>; //Set Gate Power
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds26 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x26 0xD3>; //Set Gate Power
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds27 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x37 0x59>; //SETPANEL
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds28 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x38 0x15>; //SET RGBCYC
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds29 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x15 0x08>; //SET RGBCYC
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds30 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x3A 0x12>; //SET RGBCYC
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds31 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x3C 0x78>; //SET RGBCYC
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds32 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x3E 0x80>; //SET RGBCYC
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds33 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x3F 0x80>; //SET RGBCYC
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds34 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x40 0x06>; //Set TCON
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds35 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x41 0xA0>; //Set TCON
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds36 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x4A 0x35>; //BIST
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds37 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x55 0x0F>; //power voltage
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds38 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x56 0x01>; //power voltage
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds39 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x57 0x85>; //power voltage
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds40 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x58 0x0A>; //power voltage
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds41 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x59 0x0A>; //power voltage
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds42 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x5A 0x32>; //power voltage
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds43 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x5B 0x0F>; //power voltage
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds44 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x5D 0x7C>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds45 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x5E 0x62>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds46 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x5F 0x50>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds47 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x60 0x42>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds48 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x61 0x3D>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds49 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x62 0x2D>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds50 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x63 0x30>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds51 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x64 0x19>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds52 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x65 0x30>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds53 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x66 0x2E>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds54 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x67 0x2D>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds55 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x68 0x4A>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds56 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x69 0x3A>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds57 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x6A 0x43>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds58 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x6B 0x37>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds59 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x6C 0x37>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds60 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x6D 0x2D>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds61 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x6E 0x1F>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds62 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x6F 0x00>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds63 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x70 0x7C>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds64 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x71 0x62>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds65 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x72 0x50>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds66 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x73 0x42>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds67 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x74 0x3D>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds68 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x75 0x2D>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds69 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x76 0x30>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds70 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x77 0x19>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds71 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x78 0x30>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds72 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x79 0x2E>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds73 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x7A 0x2D>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds74 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x7B 0x4A>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds75 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x7C 0x3A>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds76 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x7D 0x43>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds77 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x7E 0x37>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds78 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x7F 0x37>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds79 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x80 0x2D>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds80 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x81 0x1F>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds81 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x82 0x00>; //Gamma
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds82 {
                                                        compatible = "rockchip,on-cmds"; //Page2,for GIP
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xE0 0x02>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds83 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds84 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x01 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds85 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x02 0x13>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds86 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x03 0x11>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds87 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x04 0x0B>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds88 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x15 0x0B>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds89 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x06 0x09>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds90 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x07 0x09>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds91 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x08 0x07>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds92 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x09 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds93 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x0A 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds94 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x0B 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds95 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x0C 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds96 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x0D 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds97 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x0E 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds98 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x0F 0x07>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds99 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x10 0x15>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds100 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x11 0x15>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds101 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x12 0x01>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds102 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x13 0x03>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds103 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x14 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds104 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x15 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds105 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x16 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds106 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x17 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds107 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x18 0x12>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds108 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x19 0x10>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds109 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x1A 0x0A>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds110 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x1B 0x0A>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds111 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x1C 0x08>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds112 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x1D 0x08>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds113 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x1E 0x06>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds114 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x1F 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds115 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x20 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds116 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x21 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds117 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x22 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds118 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x23 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds119 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x24 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds120 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x25 0x06>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds121 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x26 0x04>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds122 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x27 0x04>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds123 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x28 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds124 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x29 0x02>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds125 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x2A 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds126 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x2B 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds127 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x2C 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds128 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x2D 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds129 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x2E 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds130 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x2F 0x02>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds131 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x30 0x08>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds132 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x31 0x08>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds133 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x32 0x0A>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds134 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x33 0x0A>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds135 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x34 0x04>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds136 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x35 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds137 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x36 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds138 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x37 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds139 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x38 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds140 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x15 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds141 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x3A 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds142 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x3B 0x04>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds143 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x3C 0x06>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds144 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x3D 0x06>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds145 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x3E 0x12>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds146 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x3F 0x10>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds147 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x40 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds148 {
                                                        compatible = "rockchip,on-cmds"; //GIP_L_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x41 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds149 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x42 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds150 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x43 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds151 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x44 0x01>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds152 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x45 0x03>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds153 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x46 0x09>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds154 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x47 0x09>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds155 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x48 0x0B>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds156 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x49 0x0B>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds157 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x4A 0x15>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds158 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x4B 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds159 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x4C 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds160 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x4D 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds161 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x4E 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds162 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x4F 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds163 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x50 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds164 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x51 0x15>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds165 {
                                                        compatible = "rockchip,on-cmds"; //GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x52 0x07>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds166 {
                                                        compatible = "rockchip,on-cmds";//GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x53 0x07>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds167 {
                                                        compatible = "rockchip,on-cmds";//GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x54 0x13>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds168 {
                                                        compatible = "rockchip,on-cmds";//GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x55 0x11>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds169 {
                                                        compatible = "rockchip,on-cmds";//GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x56 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds170 {
                                                        compatible = "rockchip,on-cmds";//GIP_R_GS Pin mapping
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x57 0x1F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds171 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x58 0x40>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds172 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x59 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds173 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x5A 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds174 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x5B 0x30>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds175 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x5C 0x02>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds176 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x5D 0x30>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds177 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x5E 0x01>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds178 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x5F 0x02>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds179 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x60 0x30>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds180 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x61 0x01>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds181 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x62 0x02>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds182 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x63 0x03>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds183 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x64 0x6B>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds184 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x65 0x75>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds185 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x66 0x08>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds186 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x67 0x73>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds187 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x68 0x02>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds188 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x69 0x03>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds189 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x6A 0x6B>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds190 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x6B 0x07>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds191 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x6C 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds192 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x6D 0x04>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds193 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x6E 0x04>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds194 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x6F 0x88>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds195 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x70 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds196 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x71 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds197 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x72 0x06>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds198 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x73 0x7B>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds199 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x74 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds200 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x75 0x3C>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds201 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x76 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds202 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x77 0x0D>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds203 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x78 0x2C>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds204 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x79 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds205 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x7A 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds206 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x7B 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds207 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x7C 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds208 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x7D 0x03>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds209 {
                                                        compatible = "rockchip,on-cmds";//GIP Timing
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x7E 0x7B>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds210 {
                                                        compatible = "rockchip,on-cmds";//Page1
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xE0 0x01>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds211 {
                                                        compatible = "rockchip,on-cmds";//Page1
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x0E 0x01>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds212 {
                                                        compatible = "rockchip,on-cmds";//Page3
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xE0 0x03>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds213 {
                                                        compatible = "rockchip,on-cmds";//Page3
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x98 0x2F>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds214 {
                                                        compatible = "rockchip,on-cmds";//Page0
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15  0xE0 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds215 {
                                                        compatible = "rockchip,on-cmds";//SLP OUT
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x05 0x11>;
                                                        rockchip,cmd_delay = <120>;
                                        };
                                        rockchip,on-cmds216 {
                                                        compatible = "rockchip,on-cmds";//DISP ON
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x05 0x29>;
                                                        rockchip,cmd_delay = <5>;
                                        };
                                        rockchip,on-cmds217 {
                                                        compatible = "rockchip,on-cmds";//TE
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15  0x35 0x00>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                };

                disp_timings: display-timings {
                        native-mode = <&timing0>;
                        compatible = "rockchip,display-timings";
                        timing0: timing0 {
                                screen-type = <SCREEN_MIPI>;
                                lvds-format = <LVDS_8BIT_2>;
                                out-face    = <OUT_P888>;
                                clock-frequency = <40000000>;
                                hactive = <800>;
                                vactive = <1280>;
                               
                                hsync-len = <18>;//19
                                hback-porch = <40>;//40
                                hfront-porch = <12>;//123
                               
                                vsync-len = <4>;
                                vback-porch = <44>;
                                vfront-porch = <12>;
                               
                                hsync-active = <0>;
                                vsync-active = <0>;
                                de-active = <0>;
                                pixelclk-active = <0>;
                                swap-rb = <0>;
                                swap-rg = <0>;
                                swap-gb = <0>;
                             };
               };
};
下面是RK3288_DTSI文件设置:
dsihost0: mipi@ff960000{
                compatible = "rockchip,rk32-dsi";
                rockchip,prop = <0>;
                reg = <0xff960000 0x4000>;
                interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&clk_gates5 15>, <&clk_gates16 4> , <&pd_mipidsi>;
                clock-names = "clk_mipi_24m", "pclk_mipi_dsi", "pd_mipi_dsi";
                status = "okay";//default:disabled
        };

        dsihost1: mipi@ff964000{
                compatible = "rockchip,rk32-dsi";
                rockchip,prop = <1>;
                reg = <0xff964000 0x4000>;
                interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&clk_gates5 15>, <&clk_gates16 5>, <&pd_mipidsi>;
                clock-names = "clk_mipi_24m", "pclk_mipi_dsi", "pd_mipi_dsi";
                status = "disabled";
        };
下面是串口输出信息:
DDR Version 1.00 20140404
In
Channel a: DDR3 300MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
Channel b: DDR3 300MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
Memory OK
Memory OK
OUT


U-Boot 2014.01-00643-g77f8e4c-dirty (Apr 21 2014 - 15:36:44)

CPU:            RK32xx
arm pll:        1008000000
general pll:    594000000
codec pll:      594000000
ddr pll:        300000000
new pll:        24000000
Board:          RK32xx platform Board
DRAM:           128 MiB
arch_interrupt_init
storage init OK!
Using default environment

In:    serial
Out:   serial
Err:   serial
In:    serial
Out:   serial
Err:   serial
board_late_init
PowerKeyInit start
PowerKeyInit end
charger_init, charger_type = 1, dc_is_charging= 0
pmic_charger_setting charger_type = 1
i2c_set_bus_num: I2C bus = 0
rk_i2c_init: I2C bus = 0
i2c->regs_addr = ff650000,set clk(I2C_CLKDIV: 0x003f003f)
pmic_charger_setting charge ic id = 0xff
GetParam
check parameter success
Unknow param: MACHINE_MODEL:rk30sdk!
Unknow param: MACHINE_ID:007!
Unknow param: MANUFACTURER:RK30SDK!
Unknow param: PWR_HLD: 0,0,A,0,1!
partition(uboot): offset=0x00002000, size=0x00002000
partition(misc): offset=0x00004000, size=0x00002000
partition(resource): offset=0x00006000, size=0x00008000
partition(kernel): offset=0x0000E000, size=0x00008000
partition(boot): offset=0x00016000, size=0x00010000
partition(recovery): offset=0x00026000, size=0x00010000
partition(backup): offset=0x00036000, size=0x0001A000
partition(cache): offset=0x00050000, size=0x00040000
partition(kpanic): offset=0x00090000, size=0x00002000
partition(system): offset=0x00092000, size=0x00180000
partition(metadata): offset=0x00212000, size=0x00002000
partition(userdata): offset=0x00214000, size=0x00200000
partition(linuxroot): offset=0x00414000, size=0x00620000
partition(user): offset=0x00A34000, size=0xFFFFFFFF
sn:100611000000002F
checkKey
vbus = 1
Loaded dtb file:rk-kernel.dtb,load_addr = 0x54df4b8 size:137442
node:87736 read logo_on switch from dts [0]
rkclk_soft_reset
fix ramdisk_addr:05bf0000
fix kernel_addr:02000000
SecureBootCheckOK:0
rk_bootm_start
booti: do_bootm_linux...
   Loading Ramdisk to 052ec000, end 0540efc1 ... OK
   Loading Device Tree to 052c7000, end 052eb8e1 ... OK

Starting kernel ...

<hit enter to activate fiq debugger>
[    0.000000] Booting Linux on physical CPU 0x500
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0 (root@ubuntu) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #18 SMP PREEMPT Mon May 4 17:56:42 CST 2015
[    0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Rockchip RK3288 (Flattened Device Tree), model: rockchip,rk3288
[    0.000000] rockchip_ion_reserve
[    0.000000] ion heap(cma): base(40000000) size(28000000) align(0)
[    0.000000] ion heap(vmalloc): base(0) size(0) align(0)
[    0.000000] cma: CMA: reserved 640 MiB at 40000000
[    0.000000] ion_reserve: cma reserved base 40000000 size 671088640
[    0.000000] cma: CMA: reserved 16 MiB at 1f000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] PERCPU: Embedded 9 pages/cpu @c1de1000 s14016 r8192 d14656 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 523264
[    0.000000] Kernel command line: console=ttyFIQ0 androidboot.hardware=rk30board androidboot.console=ttyFIQ0 board.ap_has_alsa=0 root=/dev/block/mtd/by-name/linuxroot rw rootfstype=ext4 init=/sbin/init  mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(misc),0x00008000@0x00006000(resource),0x00008000@0x0000e000(kernel),0x00010000@0x00016000(boot),0x00010000@0x00026000(recovery),0x0001a000@0x00036000(backup),0x00040000@0x00050000(cache),0x00002000@0x00090000(kpanic),0x00180000@0x00092000(system),0x00002000@0x00212000(metadata),0x00200000@0x00214000(userdata),0x00620000@0x00414000(linuxroot),-@0x00a34000(user) androidboot.bootloader=fastboot androidboot.serialno=100611000000002F vmalloc=496M
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] allocated 4194304 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 2048MB = 2048MB total
[    0.000000] Memory: 1388828k/1388828k available, 708324k reserved, 917504K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0adcfbc   (11092 kB)
[    0.000000]       .init : 0xc0add000 - 0xc0b716c0   ( 594 kB)
[    0.000000]       .data : 0xc0b72000 - 0xc0c793b8   (1053 kB)
[    0.000000]        .bss : 0xc0c793b8 - 0xc0d979c4   (1146 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] rk_clk_tree_init start! cru base = 0xfed00000
[    0.000000] rk_get_uboot_display_flag: uboot_logo_on = 0
[    0.000000] rkclk_init_clks: cnt_parent = 7
[    0.000000] rkclk_init_clks: cnt_rate = 31
[    0.000000] rk3288 set GPLL BW 20 for HDMI!
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns
[    0.000000] process version: 0
[    0.000000] channel:0, lkg:28
[    0.000000] target-temp:80
[    0.000000] channel:2, lkg:0
[    0.000000] target-temp:80
[    0.000000] channel:0, lkg:28
[    0.000000] target-temp:80
[    0.000000] channel:1, lkg:22
[    0.000000] target-temp:80
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
[    0.229518] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.229533] pid_max: default: 32768 minimum: 301
[    0.229631] Security Framework initialized
[    0.229646] SELinux:  Initializing.
[    0.229713] Mount-cache hash table entries: 512
[    0.230316] Initializing cgroup subsys debug
[    0.230329] Initializing cgroup subsys memory
[    0.230353] Initializing cgroup subsys freezer
[    0.230381] CPU: Testing write buffer coherency: ok
[    0.230645] /cpus/cpu@0 missing clock-frequency property
[    0.230658] /cpus/cpu@1 missing clock-frequency property
[    0.230667] /cpus/cpu@2 missing clock-frequency property
[    0.230676] /cpus/cpu@3 missing clock-frequency property
[    0.230746] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
[    0.230788] Setting up static identity map for 0xc07cfcd0 - 0xc07cfd28
[    0.232947] last_log: 0x1e900000 map to 0xe0804000 and copy to 0xe0886000, size 0x80000 early 0x16d4 (version 3.0)
[    0.307131] CPU1: Booted secondary processor
[    0.307160] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
[    0.326819] CPU2: Booted secondary processor
[    0.326841] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
[    0.346531] CPU3: Booted secondary processor
[    0.346554] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
[    0.346654] Brought up 4 CPUs
[    0.346681] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.346690] CPU: All CPU(s) started in SVC mode.
[    0.347364] devtmpfs: initialized
[    0.352387] pinctrl core: initialized pinctrl subsystem
[    0.352616] regulator-dummy: no parameters
[    0.362623] NET: Registered protocol family 16
[    0.364349] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.364605] ion_snapshot: 0x1e9b0000 map to 0xe0907000 and copy to 0xc0d72fc4 (version 0.1)
[    0.364837] Registered FIQ tty driver
[    0.366069] console [ttyFIQ0] enabled
[    0.366264] Registered fiq debugger ttyFIQ0
[    0.366893] rockchip_get_bank_data:name=base start=0xff750000,end=0xff7500ff
[    0.366916] rockchip_get_bank_data:name=mux_bank0 start=0xff730084,end=0xff73008f
[    0.366936] rockchip_get_bank_data:name=pull_bank0 start=0xff730064,end=0xff73006f
[    0.366955] rockchip_get_bank_data:name=drv_bank0 start=0xff730070,end=0xff73007b
[    0.367042] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio1@ff780000 start=0xff780000,end=0xff7800ff
[    0.367109] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio2@ff790000 start=0xff790000,end=0xff7900ff
[    0.367172] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio3@ff7a0000 start=0xff7a0000,end=0xff7a00ff
[    0.367235] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio4@ff7b0000 start=0xff7b0000,end=0xff7b00ff
[    0.367299] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio5@ff7c0000 start=0xff7c0000,end=0xff7c00ff
[    0.367363] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio6@ff7d0000 start=0xff7d0000,end=0xff7d00ff
[    0.367431] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio7@ff7e0000 start=0xff7e0000,end=0xff7e00ff
[    0.367497] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio8@ff7f0000 start=0xff7f0000,end=0xff7f00ff
[    0.367567] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio15@ff7f2000 start=0xff7f2000,end=0xff7f20ff
[    0.367633] rockchip_pinctrl_probe:name=RK3288-GPIO,type=3
[    0.367649] rockchip_pinctrl_probe:name=base start=0xff770000,end=0xff77013f
[    0.367663] rockchip_pinctrl_probe:name=pull start=0xff770140,end=0xff7701bf
[    0.367677] rockchip_pinctrl_probe:name=drv start=0xff7701c0,end=0xff77023f
[    0.368183] rockchip_interrupts_register:bank_num=7
[    0.370056] rockchip_pinctrl_probe:init ok
[    0.376041] rk_iommu ff900800.iep_mmu: (iep) Enter
[    0.376114] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.376130] rk_iommu ff900800.iep_mmu: (iep) Initialized
[    0.376296] rk_iommu ff950800.vip_mmu: (vip) Enter
[    0.376359] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.376374] rk_iommu ff950800.vip_mmu: (vip) Initialized
[    0.376531] rk_iommu ff930300.vopb_mmu: (vopb) Enter
[    0.376593] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.376608] rk_iommu ff930300.vopb_mmu: (vopb) Initialized
[    0.376768] rk_iommu ff940300.vopl_mmu: (vopl) Enter
[    0.376831] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.376846] rk_iommu ff940300.vopl_mmu: (vopl) Initialized
[    0.377009] rk_iommu ff9c0440.hevc_mmu: (hevc) Enter
[    0.377073] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.377088] rk_iommu ff9c0440.hevc_mmu: (hevc) Initialized
[    0.377267] rk_iommu ff9a0800.vpu_mmu: (vpu) Enter
[    0.377329] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.377345] rk_iommu ff9a0800.vpu_mmu: (vpu) Initialized
[    0.377510] rk_iommu ff914000.isp_mmu: (isp_mmu) Enter
[    0.377571] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.377586] rk_iommu ff914000.isp_mmu: (isp_mmu) Initialized
[    0.379414] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.379430] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.379627] DDR DEBUG: version 1.00 20140603
[    0.379656] DDR DEBUG: Channel a:
[    0.379666] DDR DEBUG: DDR3 Device
[    0.379681] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Total Capability=1024MB
[    0.379693] DDR DEBUG: Channel b:
[    0.379702] DDR DEBUG: DDR3 Device
[    0.379715] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Total Capability=1024MB
[    0.379728] DDR DEBUG: addr=0xc81000
[    0.379739] DDR DEBUG: stride=9, size=256, halfcap=40000000
[    0.379750] DDR DEBUG: socAddr[0]=0xc81000, socAddr[1]=0xc81100
[    0.379761] DDR DEBUG: chAddr[0]=0xc81000, chAddr[1]=0xc81000
[    0.379775] DDR DEBUG: dtar[0]=0x10190000, dtar[1]=0x10190000
[    0.379829] DDR DEBUG: init success!!! freq=300MHz
[    0.379838] DDR DEBUG: Channel a:
[    0.379852] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=3,0, DGSL=1,0 extra clock, DGPS=90,270
[    0.379869] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=3,0, DGSL=1,0 extra clock, DGPS=90,270
[    0.379885] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=0,0 extra clock, DGPS=360,270
[    0.379901] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=0,0 extra clock, DGPS=360,270
[    0.379916] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0
[    0.379928] DDR DEBUG: DRV Pull-Up=0x19, DRV Pull-Dwn=0x19
[    0.379939] DDR DEBUG: ODT Pull-Up=0x2, ODT Pull-Dwn=0x2
[    0.379949] DDR DEBUG: Channel b:
[    0.379961] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=0,0 extra clock, DGPS=360,270
[    0.379977] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=0,0 extra clock, DGPS=360,270
[    0.379993] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=0,0 extra clock, DGPS=360,270
[    0.380010] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=0,0 extra clock, DGPS=360,270
[    0.380025] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0
[    0.380036] DDR DEBUG: DRV Pull-Up=0x19, DRV Pull-Dwn=0x19
[    0.380047] DDR DEBUG: ODT Pull-Up=0x2, ODT Pull-Dwn=0x2
[    0.402363] bio: create slab <bio-0> at 0
[    0.403229] SCSI subsystem initialized
[    0.403376] usbcore: registered new interface driver usbfs
[    0.403422] usbcore: registered new interface driver hub
[    0.403503] usbcore: registered new device driver usb
[    0.404881] rockchip_i2c ff650000.i2c: i2c-0: Rockchip I2C adapter
[    0.407125] rockchip_i2c ff140000.i2c: i2c-1: Rockchip I2C adapter
[    0.408643] rockchip_i2c ff660000.i2c: i2c-2: Rockchip I2C adapter
[    0.409605] rockchip_i2c ff150000.i2c: i2c-3: Rockchip I2C adapter
[    0.409853] rockchip_i2c ff160000.i2c: i2c-4: Rockchip I2C adapter
[    0.410356] media: Linux media interface: v0.10
[    0.410399] Linux video capture interface: v2.00
[    0.410446] pps_core: LinuxPPS API ver. 1 registered
[    0.410458] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.410481] PTP clock support registered
[    0.410961] Rockchip ion module is successfully loaded (v1.0)
[    0.411125] Advanced Linux Sound Architecture Driver Initialized.
[    0.411500] Bluetooth: Core ver 2.16
[    0.411538] NET: Registered protocol family 31
[    0.411550] Bluetooth: HCI device and connection manager initialized
[    0.411568] Bluetooth: HCI socket layer initialized
[    0.411583] Bluetooth: L2CAP socket layer initialized
[    0.411610] Bluetooth: SCO socket layer initialized
[    0.411842] cfg80211: Calling CRDA to update world regulatory domain
[    0.413651] act8846_i2c_probe,line=898
[    0.414640] act8846_parse_dt,line=746
[    0.415860] act8846_i2c_probe: act8846_pmic_hold=1
[    0.415883] act8846_i2c_probe: act8846_pmic_sleep=1
[    0.415900] act8846_i2c_probe: act8846_pmic_cpu_det_gpio=1
[    0.415917] act8846_i2c_probe: act8846_pmic_usb_hub_reset_gpio=1
[    0.417780] act_dcdc1: 1200 mV
[    0.420503] vccio: 3300 mV
[    0.422371] vdd_logic: 700 <--> 1500 mV at 1100 mV
[    0.425091] act_dcdc4: 2000 mV
[    0.426346] vccio_sd: 1800 <--> 3300 mV at 3300 mV
[    0.428417] act_ldo2: 1000 mV
[    0.430513] act_ldo3: 3300 mV
[    0.432576] act_ldo4: 3300 mV
[    0.434636] act_ldo5: 3300 mV
[    0.436725] act_ldo6: 1000 mV
[    0.438812] vcc_18: 1800 mV
[    0.440889] act_ldo8: 1800 mV
[    0.445706] vdd_arm: 712 <--> 1500 mV at 1000 mV
[    0.450448] vdd_gpu: 712 <--> 1500 mV at 1000 mV
[    0.451326] Switching to clocksource arch_sys_counter
[    0.471105] rk-fb rockchip-fb: rk fb ion client create success!
[    0.471123] rk-fb rockchip-fb: rockchip framebuffer driver probe
[    0.471570] rk-screen rk_screen.9: rockchip screen probe success
[    0.471745] rk32-dsi
[    0.471885] dsi->host.irq =51
[    0.471904] load mipi dsi chip:rk_mipi_dsi.0 id:3133302a
[    0.471915] mipi_dsi v1.3 2014-04-17
[    0.471939] rk32-mipi ff960000.mipi: rk mipi_dsi probe success!
[    0.471954] rk32-mipi ff960000.mipi: rockchip mipi_dsi v1.1 2014-06-17
[    0.472325] enter function:rk_fb_register,added by scottxiang
[    0.472385] rk3288-lcdc lcdc0: request lcd_en gpio fail:-16
[    0.472420] rk3288-lcdc lcdc0: request lcd_cs gpio fail:-16
[    0.472675] graphics fb0: rockchip framebuffer registerd:fb0
[    0.473029] graphics fb1: rockchip framebuffer registerd:fb1
[    0.473198] graphics fb2: rockchip framebuffer registerd:fb2
[    0.473354] graphics fb3: rockchip framebuffer registerd:fb3
[    0.493754] rk3288-lcdc lcdc0: lcdc0: dclk:40000000>>fps:34
[    0.493773] dsi->phy.sys_clk =24000000
[    0.502896] rk_battery_charger_detect_cb , battery_charger_detect 1
[    4.928594] rk3288-lcdc lcdc0: wakeup from standby!
[    4.941176] alloc_buffer:ion_phy_addr=0x40000000
[    4.947312] fb0:phy:40000000>>vir:e0971000>>len:0xc00000
[    4.950843] out of function:rk_fb_register,added by scottxiang
[    4.950864] rk3288-lcdc lcdc0: lcdc0 probe ok, iommu disabled
[    4.951011] enter function:rk_fb_register,added by scottxiang
[    4.951036] rk3288-lcdc lcdc1: can't find power_ctr node for lcdc1
[    4.951049] rk_fb_trsm_ops_get:un supported transmitter:0!
[    4.951265] graphics fb4: rockchip framebuffer registerd:fb4
[    4.951589] graphics fb5: rockchip framebuffer registerd:fb5
[    4.951756] graphics fb6: rockchip framebuffer registerd:fb6
[    4.951915] graphics fb7: rockchip framebuffer registerd:fb7
[    4.951932] fb0:phy:40000000>>vir:e0971000>>len:0xc00000
[    4.951943] out of function:rk_fb_register,added by scottxiang
[    4.951958] rk3288-lcdc lcdc1: lcdc1 probe ok, iommu disabled
[    4.952313] rockchip_set_mux:warning ignore bank num 15
[    4.952435] rockchip_set_mux:warning ignore bank num 15
[    4.952541] rockchip_set_mux:warning ignore bank num 15
[    4.952666] rockchip_set_mux:warning ignore bank num 15
[    4.952772] rockchip_set_mux:warning ignore bank num 15
[    4.952883] rockchip_set_mux:warning ignore bank num 15
[    4.953450] rockchip_set_mux:warning ignore bank num 15
[    4.953601] rockchip_set_mux:warning ignore bank num 15
[    4.954151] rockchip_set_mux:warning ignore bank num 15
[    4.954288] rockchip_set_mux:warning ignore bank num 15
[    4.954830] rockchip_set_mux:warning ignore bank num 15
[    4.954974] rockchip_set_mux:warning ignore bank num 15
[    4.955518] rockchip_set_mux:warning ignore bank num 15
[    4.955659] rockchip_set_mux:warning ignore bank num 15
[    4.957013] NET: Registered protocol family 2
[    4.957470] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    4.957552] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    4.957628] TCP: Hash tables configured (established 4096 bind 4096)
[    4.957677] TCP: reno registered
[    4.957692] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    4.957718] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    4.957909] NET: Registered protocol family 1
[    4.958125] Unpacking initramfs...
[    5.021008] Freeing initrd memory: 1160K (c52ec000 - c540e000)
[    5.021682] hw perfevents: enabled with ARMv7 Cortex-A12 PMU driver, 7 counters available
[    5.022174] probe device ff9a0000.vpu_service
[    5.022356] vpu_service: power on
[    5.023416] checking hw id 4831
[    5.023797] vpu_service set to auto frequency mode
[    5.023834] vpu_service: power off...
[    5.023872] done
[    5.023881] init success
[    5.023935] probe device ff9c0000.hevc_service
[    5.024144] hevc_service: power on
[    5.025181] checking hw id 6867
[    5.025415] hevc_service: power off...
[    5.025453] done
[    5.025462] init success
[    5.025577] rknandbase v1.0 2014-03-31
[    5.025674] rknand ff400000.nandc0: no irq resource?
[    5.025798] rknand_driver:ret = 0
[    5.026575] audit: initializing netlink socket (disabled)
[    5.026622] type=2000 audit(4.860:1): initialized
[    5.027398] bounce pool size: 64 pages
[    5.031812] fuse init (API version 7.22)
[    5.032179] msgmni has been set to 954
[    5.033953] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    5.033971] io scheduler noop registered
[    5.033982] io scheduler deadline registered
[    5.034073] io scheduler cfq registered (default)
[    5.037420] rga2 ff920000.rga: rga ion client create success!
[    5.037562] rga: Driver loaded succesfully
[    5.038189] IEP Driver loaded succesfully
[    5.038284] Module initialized.
[    5.038994] dma-pl330 ffb20000.pdma: Loaded driver for PL330 DMAC-2364208
[    5.039014] dma-pl330 ffb20000.pdma:         DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
[    5.040289] dma-pl330 ff250000.pdma: Loaded driver for PL330 DMAC-2364208
[    5.040310] dma-pl330 ff250000.pdma:         DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    5.040674] vdd_logic: 925 <--> 1400 mV at 1000 mV
[    5.040725] vdd_logic: Failed to create debugfs directory
[    5.041146] rk_serial.c v1.8 2014-03-04
[    5.041359] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 87) is a rk29_serial.0
[    5.041552] serial ff180000.serial: membase e1594000
[    5.044215] loop: module loaded
[    5.044781] SCSI Media Changer driver v0.25
[    5.045088] tun: Universal TUN/TAP device driver, 1.6
[    5.045102] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    5.045217] vmac_init.
[    5.045726] stmmac_probe_config_dt: Can not read property: pmu_regulator.
[    5.045743] stmmac_probe_config_dt: Can not read property: pmu_enable_level.
[    5.045757] stmmac_probe_config_dt: clock input or output? (input).
[    5.045770] stmmac_probe_config_dt: TX delay(0x30).
[    5.045782] stmmac_probe_config_dt: RX delay(0x10).
[    5.045828] stmmac_probe_config_dt: is rockchip,rk3288-gmac
[    5.045839] stmmc_pltfr_init:
[    5.045860] stmmc_pltfr_init: init for RGMII
[    5.045873] tx delay=0x30
[    5.045873] rx delay=0x10
[    5.046306] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    5.046317]  Normal descriptors
[    5.046326]  Ring mode enabled
[    5.046336]  DMA HW capability register supported
[    5.046348]  RX Checksum Offload Engine supported (type 2)
[    5.046359]  TX Checksum insertion supported
[    5.046368]  Wake-Up On Lan supported
[    5.046404]  Enable RX Mitigation via HW Watchdog Timer
[    5.046848] PPP generic driver version 2.4.2
[    5.047013] PPP BSD Compression module registered
[    5.047027] PPP Deflate Compression module registered
[    5.047048] PPP MPPE Compression module registered
[    5.047061] NET: Registered protocol family 24
[    5.047093] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[    5.047107] CSLIP: code copyright 1989 Regents of the University of California.
[    5.047120] Rockchip WiFi SYS interface (V1.00) ...
[    5.047152] esp_mem_init enter date Apr 25 2015 21:24:32
[    5.047196] esp_mem_init complete
[    5.047263] usbcore: registered new interface driver catc
[    5.047314] usbcore: registered new interface driver kaweth
[    5.047327] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    5.047367] usbcore: registered new interface driver pegasus
[    5.047404] usbcore: registered new interface driver rtl8150
[    5.047446] usbcore: registered new interface driver r8152
[    5.047458] hso: drivers/net/usb/hso.c: Option Wireless
[    5.047522] usbcore: registered new interface driver hso
[    5.047566] usbcore: registered new interface driver asix
[    5.047605] usbcore: registered new interface driver ax88179_178a
[    5.047642] usbcore: registered new interface driver cdc_ether
[    5.047680] usbcore: registered new interface driver cdc_eem
[    5.047723] usbcore: registered new interface driver dm9601
[    5.047762] usbcore: registered new interface driver dm9620
[    5.047808] usbcore: registered new interface driver smsc75xx
[    5.047854] usbcore: registered new interface driver smsc95xx
[    5.047892] usbcore: registered new interface driver gl620a
[    5.047929] usbcore: registered new interface driver net1080
[    5.047972] usbcore: registered new interface driver plusb
[    5.048013] usbcore: registered new interface driver rndis_host
[    5.048051] usbcore: registered new interface driver cdc_subset
[    5.048088] usbcore: registered new interface driver zaurus
[    5.048128] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    5.048186] usbcore: registered new interface driver int51x1
[    5.048226] usbcore: registered new interface driver kalmia
[    5.048264] usbcore: registered new interface driver ipheth
[    5.048311] usbcore: registered new interface driver sierra_net
[    5.048353] usbcore: registered new interface driver cx82310_eth
[    5.048400] usbcore: registered new interface driver cdc_ncm
[    5.048440] usbcore: registered new interface driver qmi_wwan
[    5.048479] usbcore: registered new interface driver cdc_mbim
[    5.048491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.050879] ehci_rk_probe e1600000 e1600010
[    5.050896] rockchip_ehci_host ff500000.usb: Rockchip On-Chip EHCI Host Controller
[    5.050930] rockchip_ehci_host ff500000.usb: new USB bus registered, assigned bus number 1
[    5.051240] rockchip_ehci_host ff500000.usb: irq 56, io mem 0xff500000
[    5.066361] rockchip_ehci_host ff500000.usb: USB 0.0 started, EHCI 1.00
[    5.066436] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.066453] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.066467] usb usb1: Product: Rockchip On-Chip EHCI Host Controller
[    5.066481] usb usb1: Manufacturer: Linux 3.10.0 ehci_hcd
[    5.066495] usb usb1: SerialNumber: ff500000.usb
[    5.066920] hub 1-0:1.0: USB hub found
[    5.066945] hub 1-0:1.0: 1 port detected
[    5.095871] ehci_rk_probe ok
[    5.096018] usbcore: registered new interface driver cdc_acm
[    5.096031] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    5.096094] usbcore: registered new interface driver usblp
[    5.096137] usbcore: registered new interface driver cdc_wdm
[    5.096199] usbcore: registered new interface driver usb-storage
[    5.096239] usbcore: registered new interface driver ums-alauda
[    5.096279] usbcore: registered new interface driver ums-cypress
[    5.096319] usbcore: registered new interface driver ums-datafab
[    5.096357] usbcore: registered new interface driver ums_eneub6250
[    5.096395] usbcore: registered new interface driver ums-freecom
[    5.096454] usbcore: registered new interface driver ums-isd200
[    5.096496] usbcore: registered new interface driver ums-jumpshot
[    5.096534] usbcore: registered new interface driver ums-karma
[    5.096575] usbcore: registered new interface driver ums-onetouch
[    5.096612] usbcore: registered new interface driver ums-sddr09
[    5.096649] usbcore: registered new interface driver ums-sddr55
[    5.096686] usbcore: registered new interface driver ums-usbat
[    5.096768] usbcore: registered new interface driver usbserial
[    5.096811] usbcore: registered new interface driver usbserial_generic
[    5.096843] usbserial: USB Serial support registered for generic
[    5.096882] usbcore: registered new interface driver option
[    5.096911] usbserial: USB Serial support registered for GSM modem (1-port)
[    5.096978] usbcore: registered new interface driver trancevibrator
[    5.096991] usb20_otg: version 3.10a 21-DEC-2012
[    5.097386] e1680040
[    5.097401] Core Release: 3.10a
[    5.097413] Setting default values for core params
[    5.097535] Using Buffer DMA mode
[    5.097548] Periodic Transfer Interrupt Enhancement - disabled
[    5.097559] Multiprocessor Interrupt Enhancement - disabled
[    5.097572] OTG VER PARAM: 0, OTG VER FLAG: 0
[    5.097582] ^^^^^^^^^^^^^^^^^Device Mode
[    5.097597] Dedicated Tx FIFOs mode
[    5.097614] pcd_init otg_dev = dde88a00
[    5.097754] usb20_otg ff580000.usb: DWC OTG Controller
[    5.097781] usb20_otg ff580000.usb: new USB bus registered, assigned bus number 2
[    5.097812] usb20_otg ff580000.usb: irq 55, io mem 0x00000000
[    5.097869] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    5.097886] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.097901] usb usb2: Product: DWC OTG Controller
[    5.097914] usb usb2: Manufacturer: Linux 3.10.0 dwc_otg_hcd
[    5.097927] usb usb2: SerialNumber: ff580000.usb
[    5.098298] hub 2-0:1.0: USB hub found
[    5.098321] hub 2-0:1.0: 1 port detected
[    5.098621] usb20_host: version 3.10a 21-DEC-2012
[    5.101091] e1700040
[    5.101106] Core Release: 3.10a
[    5.101117] Setting default values for core params
[    5.101214] Using Buffer DMA mode
[    5.101226] Periodic Transfer Interrupt Enhancement - disabled
[    5.101237] Multiprocessor Interrupt Enhancement - disabled
[    5.101248] OTG VER PARAM: 0, OTG VER FLAG: 0
[    5.101258] ^^^^^^^^^^^^^^^^^^Host Mode
[    5.101282] usb20_host ff540000.usb: DWC OTG Controller
[    5.101307] usb20_host ff540000.usb: new USB bus registered, assigned bus number 3
[    5.101336] usb20_host ff540000.usb: irq 57, io mem 0x00000000
[    5.101429] Init: Power Port (0)
[    5.101501] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    5.101518] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.101532] usb usb3: Product: DWC OTG Controller
[    5.101545] usb usb3: Manufacturer: Linux 3.10.0 dwc_otg_hcd
[    5.101558] usb usb3: SerialNumber: ff540000.usb
[    5.101942] hub 3-0:1.0: USB hub found
[    5.101966] hub 3-0:1.0: 1 port detected
[    5.102507] .. rk pwm remotectl v1.0 init
[    5.102592] remotectl probe j=0x0
[    5.102737] input: ff680000.pwm as /devices/ff680000.pwm/input/input0
[    5.102934] pwm enable val=0x646205
[    5.103201] usbcore: registered new interface driver xpad
[    5.103252] usbcore: registered new interface driver usb_acecad
[    5.103298] usbcore: registered new interface driver aiptek
[    5.103342] usbcore: registered new interface driver gtco
[    5.103386] usbcore: registered new interface driver hanwang
[    5.103435] usbcore: registered new interface driver kbtab
[    5.103488] usbcore: registered new interface driver wacom
[    5.103500] ==gsl_ts_init==
[    5.103569] GSLX680 Enter gsl_ts_probe
[    5.103580] ==kzalloc success=
[    5.103590] gsl_ts_probe-1292
[    5.103628] gslX680 1-0041: reset pin invalid
[    5.103639] [GSLX680] Enter gslX680_ts_init
[    5.103879] input: gslX680 as /devices/ff140000.i2c/i2c-1/1-0041/input/input1
[    5.104004] gsl_ts_probe-1318
[    5.104016] org chip_type=36
[    5.155629] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[    5.194321] dwc_otg_hcd_suspend, usb device mode
[    5.214633] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[    5.214648] chip_type=88, reg=0
[    5.272990] test_i2c-394: Enter
[    5.273675] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[    5.313011] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[    5.313024] test_i2c-413: Exit
[    5.313033] ------gslX680 test_i2c error------
[    5.352377] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[    5.352392] #########check mem read 0xb0 = 0 0 0 0 #########
[    5.410747] test_i2c-394: Enter
[    5.411430] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[    5.450772] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[    5.450785] test_i2c-413: Exit
[    5.450794] ------gslX680 test_i2c error------
[    5.450980] gsl_ts_probe () : queue gsl_monitor_workqueue
[    5.451063] [GSLX680] End gsl_ts_probe
[    5.451135] ret=0
[    5.456034] rtc_hym8563 0-0051: rtc core: registered hym8563 as rtc0
[    5.456093] i2c /dev entries driver
[    5.456770] IR NEC protocol handler initialized
[    5.456784] IR RC5(x) protocol handler initialized
[    5.456795] IR RC6 protocol handler initialized
[    5.456805] IR JVC protocol handler initialized
[    5.456814] IR Sony protocol handler initialized
[    5.456825] IR RC5 (streamzap) protocol handler initialized
[    5.456835] IR SANYO protocol handler initialized
[    5.456845] IR MCE Keyboard/mouse protocol handler initialized
[    5.456987] usbcore: registered new interface driver uvcvideo
[    5.456999] USB Video Class driver (1.1.1)
[    5.457923] rockchip_temp_probe,line=362
[    5.509152] tsadc ff280000.tsadc: initialized
[    5.509526] device-mapper: uevent: version 1.0.3
[    5.509771] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    5.510064] Bluetooth: HCI UART driver ver 2.2
[    5.510080] Bluetooth: HCI H4 protocol initialized
[    5.510092] Bluetooth: HCILL protocol initialized
[    5.512648] cpufreq version 1.0, suspend freq 1200 MHz
[    5.512829] cpuidle: using governor ladder
[    5.512842] cpuidle: using governor menu
[    5.512876] Synopsys Designware Multimedia Card Interface Driver
[    5.513114] dwmmc_rockchip ff0f0000.rksdmmc: Version ID is 270a
[    5.513386] dwmmc_rockchip ff0f0000.rksdmmc: Using internal DMA controller.
[    5.513550] 3379..dw_mci_init_slot: fmin=400000, fmax=100000000 [mmc0]
[    5.513565] mmc0 : Rockchip specific MHSC: Ver 1.13 2014-09-05
[    5.513677] 1390..dw_mci_set_ios:  no card. [mmc0]
[    5.528850] 1390..dw_mci_set_ios:  no card. [mmc0]
[    5.548555] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc0]
[    5.548590] dwmmc_rockchip ff0f0000.rksdmmc: DW MMC controller at irq 67, 32 bit host data width, 256 deep fifo
[    5.548610] dwmmc_rockchip ff0f0000.rksdmmc: 1 slots initialized
[    5.548870] dwmmc_rockchip ff0c0000.rksdmmc: Version ID is 270a
[    5.549697] dwmmc_rockchip ff0c0000.rksdmmc: Using internal DMA controller.
[    5.549905] 3379..dw_mci_init_slot: fmin=400000, fmax=50000000 [mmc1]
[    5.549942] mmc1 : Rockchip specific MHSC: Ver 1.13 2014-09-05
[    5.550008] mmc1: no vmmc regulator found
[    5.550103] dwmmc_rockchip ff0c0000.rksdmmc: mmc1: No udbg pinctrl found!
[    5.550164] 1390..dw_mci_set_ios:  no card. [mmc1]
[    5.568198] 1390..dw_mci_set_ios:  no card. [mmc1]
[    5.580663] mmc0: BKOPS_EN bit is not set
[    5.582555] mmc_host mmc0: Bus speed (slot 0) = 100000000Hz (slot req 52000000Hz, actual 50000000HZ div = 1)
[    5.582580] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc0]
[    5.582632] rk_sdmmc: BOOT Bus speed=50000000Hz,Bus width=8bits.[mmc0]
[    5.582732] mmc0: new high speed MMC card at address 0001
[    5.582966] mmcblk0: mmc0:0001 AWMB3R 14.5 GiB
[    5.583233]      uboot: 0x000400000 -- 0x000800000 (4 MB)
[    5.583245]       misc: 0x000800000 -- 0x000c00000 (4 MB)
[    5.583254]   resource: 0x000c00000 -- 0x001c00000 (16 MB)
[    5.583263]     kernel: 0x001c00000 -- 0x002c00000 (16 MB)
[    5.583271]       boot: 0x002c00000 -- 0x004c00000 (32 MB)
[    5.583280]   recovery: 0x004c00000 -- 0x006c00000 (32 MB)
[    5.583288]     backup: 0x006c00000 -- 0x00a000000 (52 MB)
[    5.583297]      cache: 0x00a000000 -- 0x012000000 (128 MB)
[    5.583305]     kpanic: 0x012000000 -- 0x012400000 (4 MB)
[    5.583314]     system: 0x012400000 -- 0x042400000 (768 MB)
[    5.583322]   metadata: 0x042400000 -- 0x042800000 (4 MB)
[    5.583331]   userdata: 0x042800000 -- 0x082800000 (1024 MB)
[    5.583340]  linuxroot: 0x082800000 -- 0x146800000 (3136 MB)
[    5.583349]       user: 0x146800000 -- 0x3a3a00000 (9682 MB)
[    5.583378]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p141390..dw_mci_set_ios:  no card. [mmc1]
[    5.587906] dwmmc_rockchip ff0c0000.rksdmmc: DW MMC controller at irq 64, 32 bit host data width, 256 deep fifo
[    5.587919] dwmmc_rockchip ff0c0000.rksdmmc: 1 slots initialized
[    5.588177] dwmmc_rockchip ff0d0000.rksdmmc: Version ID is 270a
[    5.588370] dwmmc_rockchip ff0d0000.rksdmmc: Using internal DMA controller.
[    5.588487] 3379..dw_mci_init_slot: fmin=200000, fmax=50000000 [mmc2]
[    5.588497] mmc2 : Rockchip specific MHSC: Ver 1.13 2014-09-05
[    5.588748] 1390..dw_mci_set_ios:  no card. [mmc2]
[    5.607550] 1390..dw_mci_set_ios:  no card. [mmc2]
[    5.627237] 1390..dw_mci_set_ios:  no card. [mmc2]
[    5.627254] dwmmc_rockchip ff0d0000.rksdmmc: DW MMC controller at irq 65, 32 bit host data width, 256 deep fifo
[    5.627267] dwmmc_rockchip ff0d0000.rksdmmc: 1 slots initialized
[    5.627498] leds-gpio leds.37: pins are not configured from the driver
[    5.627702] hidraw: raw HID events driver (C) Jiri Kosina
[    5.629094] usbcore: registered new interface driver usbhid
[    5.629103] usbhid: USB HID core driver
[    5.629375] zram: Created 1 device(s) ...
[    5.629661] ashmem: initialized
[    5.629777] logger: created 256K log 'log_main'
[    5.629868] logger: created 256K log 'log_events'
[    5.629959] logger: created 256K log 'log_radio'
[    5.630050] logger: created 256K log 'log_system'
[    5.631021] input: rk29-keypad as /devices/ff100000.adc/key.39/input/input2
[    5.631787] es8323 probe i2c recv ok
[    5.631864] i2c-core: driver [ES8323] using legacy suspend method
[    5.631873] i2c-core: driver [ES8323] using legacy resume method
[    5.632649] rockchip-hdmi-spdif rockchip-hdmi-spdif.32: ASoC: CPU DAI (null) not registered
[    5.632678] rockchip_hdmi_spdif_audio_probe() register card failed:-517
[    5.632697] platform rockchip-hdmi-spdif.32: Driver rockchip-hdmi-spdif requests probe deferral
[    5.632919] es8323_probe
[    6.267195] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> NULL --> Left Line Mux
[    6.267207] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> NULL -> Left Line Mux
[    6.267218] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> NULL --> Left Line Mux
[    6.267226] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> NULL -> Left Line Mux
[    6.267235] ES8323 2-0010: ASoC: no dapm match for Left PGA Mux --> NULL --> Left Line Mux
[    6.267244] ES8323 2-0010: ASoC: Failed to add route Left PGA Mux -> NULL -> Left Line Mux
[    6.267254] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> NULL --> Right Line Mux
[    6.267262] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> NULL -> Right Line Mux
[    6.267271] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> NULL --> Right Line Mux
[    6.267279] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> NULL -> Right Line Mux
[    6.267288] ES8323 2-0010: ASoC: no dapm match for Right PGA Mux --> NULL --> Right Line Mux
[    6.267296] ES8323 2-0010: ASoC: Failed to add route Right PGA Mux -> NULL -> Right Line Mux
[    6.267305] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Left PGA Mux
[    6.267313] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Left PGA Mux
[    6.267321] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Left PGA Mux
[    6.267329] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Left PGA Mux
[    6.267338] ES8323 2-0010: ASoC: no dapm match for Differential Mux --> LAMP --> Left PGA Mux
[    6.267346] ES8323 2-0010: ASoC: Failed to add route Differential Mux -> LAMP -> Left PGA Mux
[    6.267355] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Right PGA Mux
[    6.267363] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Right PGA Mux
[    6.267372] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Right PGA Mux
[    6.267380] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Right PGA Mux
[    6.267390] ES8323 2-0010: ASoC: no dapm match for Differential Mux --> RAMP --> Right PGA Mux
[    6.267398] ES8323 2-0010: ASoC: Failed to add route Differential Mux -> RAMP -> Right PGA Mux
[    6.267408] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Differential Mux
[    6.267415] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Differential Mux
[    6.267425] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Differential Mux
[    6.267433] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Differential Mux
[    6.267442] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Differential Mux
[    6.267450] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Differential Mux
[    6.267459] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Differential Mux
[    6.267467] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Differential Mux
[    6.267487] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Left Line Mux
[    6.267495] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Left Line Mux
[    6.267504] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Left Line Mux
[    6.267512] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Left Line Mux
[    6.267521] ES8323 2-0010: ASoC: no dapm match for Left PGA Mux --> LAMP --> Left Line Mux
[    6.267529] ES8323 2-0010: ASoC: Failed to add route Left PGA Mux -> LAMP -> Left Line Mux
[    6.267538] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Right Line Mux
[    6.267545] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Right Line Mux
[    6.267554] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Right Line Mux
[    6.267562] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Right Line Mux
[    6.267571] ES8323 2-0010: ASoC: no dapm match for Right PGA Mux --> RAMP --> Right Line Mux
[    6.267578] ES8323 2-0010: ASoC: Failed to add route Right PGA Mux -> RAMP -> Right Line Mux
[    6.267698] ES8323 2-0010: ASoC: mux Right Line Mux has no paths
[    6.267709] ES8323 2-0010: ASoC: mux Left Line Mux has no paths
[    6.267719] ES8323 2-0010: ASoC: mux Right PGA Mux has no paths
[    6.267728] ES8323 2-0010: ASoC: mux Left PGA Mux has no paths
[    6.267756] ES8323 2-0010: ASoC: mux Differential Mux has no paths
[    6.271017] rockchip-es8323 rockchip-es8323.34:  ES8323 HiFi <-> rockchip-i2s.0 mapping ok
[    6.271311] input: RK_ES8323 Headphone Jack as /devices/rockchip-es8323.34/sound/card0/input3
[    6.271978] rockchip-hdmi-i2s rockchip-hdmi-i2s.31:  rk-hdmi-i2s-hifi <-> rockchip-i2s.0 mapping ok
[    6.272289] u32 classifier
[    6.272295]     Actions configured
[    6.272304] Netfilter messages via NETLINK v0.30.
[    6.272346] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    6.272591] ctnetlink v0.93: registering with nfnetlink.
[    6.272641] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    6.272648] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    6.272839] xt_time: kernel timezone is -0000
[    6.272993] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.273092] arp_tables: (C) 2002 David S. Miller
[    6.273120] TCP: cubic registered
[    6.273126] Initializing XFRM netlink socket
[    6.273298] NET: Registered protocol family 10
[    6.273702] mip6: Mobile IPv6
[    6.273725] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    6.273816] sit: IPv6 over IPv4 tunneling driver
[    6.274065] NET: Registered protocol family 17
[    6.274084] NET: Registered protocol family 15
[    6.274125] Bridge firewalling registered
[    6.274133] Ebtables v2.0 registered
[    6.274250] Bluetooth: RFCOMM TTY layer initialized
[    6.274269] Bluetooth: RFCOMM socket layer initialized
[    6.274276] Bluetooth: RFCOMM ver 1.11
[    6.274282] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.274288] Bluetooth: BNEP filters: protocol multicast
[    6.274297] Bluetooth: BNEP socket layer initialized
[    6.274304] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    6.274313] Bluetooth: HIDP socket layer initialized
[    6.274337] l2tp_core: L2TP core driver, V2.0
[    6.274349] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[    6.274355] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    6.274491] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    6.274500] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = bcmwifi
[    6.274507] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    6.274515] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control.
[    6.274522] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    6.274539] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,poweren_gpio = 156, flags = 0.
[    6.274557] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 158, flags = 0.
[    6.274564] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    6.274583] [WLAN_RFKILL]: rockchip_wifi_voltage_select: wifi & sdio reference voltage: 1.8V
[    6.274618] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    6.274654] [BT_RFKILL]: Enter rfkill_rk_init
[    6.274758] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 147.
[    6.274772] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,power_gpio = 155.
[    6.274784] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 157.
[    6.274796] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 154.
[    6.274808] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 159.
[    6.274842] [BT_RFKILL]: Request irq for bt wakeup host
[    6.274914] [BT_RFKILL]: ** disable irq
[    6.274978] [BT_RFKILL]: ap6335 device registered.
[    6.275771] rk3288-hdmi ff980000.hdmi: rk3288 hdmi probe sucess.
[    6.276480] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
[    6.276497] rk3288_init_suspend
[    6.276504] rk3288_suspend_init enter
[    6.276613] rk3288_suspend_init: pm_ctrbits =200007
[    6.276638] gpio_get_dts_info suspend:4
[    6.276688] gpio_get_dts_info resume:4
[    6.276694] rockchip,pmic-suspend_gpios:14007a10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
[    6.276719] rockchip,pmic-resume_gpios:2007a11 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
[    6.276836] clks_gating_suspend_init:clkgt info ok
[    6.276916] Registering SWP/SWPB emulation handler
[    6.277195] ddrfreq: verion 1.2 20140526
[    6.277204] ddrfreq: normal 396MHz video_1080p 240MHz video_4k 396MHz dualview 396MHz idle 0MHz suspend 200MHz reboot 396MHz
[    6.277212] ddrfreq: auto-freq=0
[    6.277217] ddrfreq: auto-freq-table[0] 240MHz
[    6.277223] ddrfreq: auto-freq-table[1] 324MHz
[    6.277228] ddrfreq: auto-freq-table[2] 396MHz
[    6.277233] ddrfreq: auto-freq-table[3] 528MHz
[    6.281896] regulator-dummy: disabling
[    6.282171] rockchip-hdmi-spdif rockchip-hdmi-spdif.32: ASoC: CPU DAI (null) not registered
[    6.282195] rockchip_hdmi_spdif_audio_probe() register card failed:-517
[    6.282209] platform rockchip-hdmi-spdif.32: Driver rockchip-hdmi-spdif requests probe deferral
[    6.282299] pcd_pullup, is_on 0
[    6.282340] file system registered
[    6.282854] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    6.282863] android_usb gadget: Number of LUNs=2
[    6.282870]  lun0: LUN: removable file: (no medium)
[    6.282876]  lun1: LUN: removable file: (no medium)
[    6.282991] android_usb gadget: android_usb ready
[    6.283529] rtc_hym8563 0-0051: setting system clock to 2011-01-01 16:58:37 UTC (1293901117)
[    6.288093] rk_spdif:rk_spdif_init
[    6.288253] rk_spdif:Entered spdif_probe
[    6.288427] rk_spdif:spdif:spdif probe ok!
[    6.288955] usbcore: registered new interface driver snd-usb-audio
[    6.288975] ALSA device list:
[    6.288980]   #0: RK_ES8323
[    6.288985]   #1: RK-HDMI-I2S
[    6.289106] rockchip-hdmi-spdif rockchip-hdmi-spdif.32:  rk-hdmi-spdif-hifi <-> rockchip-spdif mapping ok
[    6.289327] Freeing unused kernel memory: 592K (c0add000 - c0b71000)
[    6.293831] SELinux:  Permission attach_queue in class tun_socket not defined in policy.
[    6.293844] SELinux: the above unknown classes and permissions will be denied
[    6.712655] type=1403 audit(1293901117.930:2): policy loaded auid=4294967295 ses=4294967295
[    6.712757] SELinux: Loaded policy from /sepolicy
[    6.714209] type=1404 audit(1293901117.930:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    7.073695] dwc_otg_hcd_enable, enable host controller
[    7.177057] Using Buffer DMA mode
[    7.177068] Periodic Transfer Interrupt Enhancement - disabled
[    7.177073] Multiprocessor Interrupt Enhancement - disabled
[    7.177080] OTG VER PARAM: 0, OTG VER FLAG: 0
[    7.177085] ^^^^^^^^^^^^^^^^^^Host Mode
[    7.221393] Init: Power Port (0)
[    7.221438] ff540000.usb resume, HPRT0:0x21401
[    7.359121] Indeed it is in host mode hprt0 = 00021501
[    7.546038] usb 3-1: new high-speed USB device number 2 using usb20_host
[    7.546114] Indeed it is in host mode hprt0 = 00001101
[    7.743089] usb 3-1: New USB device found, idVendor=1a40, idProduct=0101
[    7.743109] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    7.743124] usb 3-1: Product: USB 2.0 Hub [MTT]
[    7.743461] hub 3-1:1.0: USB hub found
[    7.743512] hub 3-1:1.0: 4 ports detected
[    7.768238] init: could not import file '/init.usbstorage.rc' from '/init.rc'
[    7.768297] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
[    7.818700] init: /dev/hw_random not found
[    7.818768] keychord: using input dev ff680000.pwm for fevent
[    7.818780] keychord: using input dev rk29-keypad for fevent
[    7.823800] fs_mgr: parse_link_device : path = NULL
[    7.823826] fs_mgr: parse_link_device : path = NULL
[    7.823845] fs_mgr: parse_link_device : path = NULL
[    7.823906] fs_mgr: ---------------resize_fs blk_dev /dev/block/platform/ff0f0000.rksdmmc/by-name/system, type ext4fs_mgr: Running /sbin/resize2fs on /dev/block/platform/ff0f0000.rksdmmc/by-name/system
[    7.824789] resize2fs: resize2fs 1.41.14 (22-Dec-2010)resize2fs: The filesystem is already 196608 blocks long.  Nothing to do!resize2fs:
[    7.834245] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: noauto_da_alloc
[    7.848467] EXT4-fs (mmcblk0p8): recovery complete
[    7.849002] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    7.851064] EXT4-fs (mmcblk0p11): recovery complete
[    7.851075] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    7.860913] ff540000.usb suspend, HPRT0:0x1485
[    7.946102] EXT4-fs (mmcblk0p12): recovery complete
[    7.946711] EXT4-fs (mmcblk0p12): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    7.966939] mali pd enabled
[    7.966966] clk enabled
[    7.968140] MALI_DVFS_STEP=5,div_dvfs=7
[    7.968152] mali_dvfs_infotbl[0].clock=99000,min_threshold=0,max_threshold=70
[    7.968162] mali_dvfs_infotbl[1].clock=179000,min_threshold=66,max_threshold=77
[    7.968171] mali_dvfs_infotbl[2].clock=297000,min_threshold=73,max_threshold=84
[    7.968181] mali_dvfs_infotbl[3].clock=417000,min_threshold=82,max_threshold=91
[    7.968189] mali_dvfs_infotbl[4].clock=480000,min_threshold=94,max_threshold=100
[    7.968290] gpufreq_input_connect
[    7.968301] turn on mali power
[    7.968309] kbase_platform_rk_init,register_reboot_notifier
[    7.968334] mali ffa30000.gpu: GPU identified as 0x0750 r0p0 status 1
[    7.968782] mali ffa30000.gpu: Probed as mali0
[    7.970377] rk29_ipp: version magic '3.0.8+ SMP preempt mod_unload ARMv7 ' should be '3.10.0 SMP preempt mod_unload ARMv7 p2v8 '
[    7.979902] init: /dev/hw_random not found
[    7.986449] init: cannot find '/system/vendor/bin/pvrsrvctl', disabling 'pvrsrvctl'
[    7.987594] binder: 162:162 transaction failed 29189, size 0-0
[    7.989142] init: cannot find '/system/bin/rild3', disabling 'ril-daemon3'
[    8.004249] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[    8.005803] init: cannot find '/system/bin/chrome.sh', disabling 'chrome'
[    8.006820] init: property 'ro.serialno' doesn't exist while expanding '${ro.serialno}'
[    8.006839] init: cannot expand '${ro.serialno}' while writing to '/sys/class/android_usb/android0/iSerial'
[    8.007033] init: using deprecated syntax for specifying property 'ro.product.usbfactory', use ${name} instead
[    8.277524] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'
[    8.277554] init: powerctl: cannot expand '${sys.powerctl}'
[    8.277572] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}'
[    8.277585] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes'
[    8.277602] init: property 'sys.sysctl.tcp_def_init_rwnd' d328n't exist while expanding '${sys.sysctl.tcp_def_init_rwnd}'
[    8.277614] init: cannot expand '${sys.sysctl.tcp_def_init_rwnd}' while writing to '/proc/sys/net/ipv4/tcp_default_init_rwnd'
[    8.278537] android_usb: already disabled
[    8.280452] read descriptors
[    8.280468] read strings
[    8.280500] pcd_pullup, is_on 1
[    8.306049] fs_mgr: parse_link_device : path = NULL
[    8.306087] fs_mgr: parse_link_device : path = NULL
[    8.306114] fs_mgr: parse_link_device : path = NULL
[    9.389690] rk3288-lcdc lcdc0: blank mode:0
[    9.389702] I'am in gsl_ts_resume() start
[    9.484524] ----------3680A---------
[    9.544259] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[    9.544267] #########check mem read 0xb0 = 0 0 0 0 #########
[    9.602595] test_i2c-394: Enter
[    9.603296] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[    9.642657] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[    9.642665] test_i2c-413: Exit
[    9.642669] ------gslX680 test_i2c error------
[    9.642682] gsl_ts_resume () : queue gsl_monitor_work
[    9.642687] ------------[ cut here ]------------
[    9.642701] WARNING: at kernel/irq/manage.c:432 enable_irq+0x50/0x6c()
[    9.642706] Unbalanced enable for IRQ 192
[    9.642713] Modules linked in: mali_kbase
[    9.642720] CPU: 0 PID: 168 Comm: surfaceflinger Not tainted 3.10.0 #18
[    9.642740] [<c0013e24>] (unwind_backtrace+0x0/0xe0) from [<c001172c>] (show_stack+0x10/0x14)
[    9.642751] [<c001172c>] (show_stack+0x10/0x14) from [<c00338d8>] (warn_slowpath_common+0x4c/0x68)
[    9.642760] [<c00338d8>] (warn_slowpath_common+0x4c/0x68) from [<c0033974>] (warn_slowpath_fmt+0x2c/0x3c)
[    9.642770] [<c0033974>] (warn_slowpath_fmt+0x2c/0x3c) from [<c009bc54>] (enable_irq+0x50/0x6c)
[    9.642783] [<c009bc54>] (enable_irq+0x50/0x6c) from [<c04c03f8>] (rk_ts_early_resume+0xd0/0xe4)
[    9.642794] [<c04c03f8>] (rk_ts_early_resume+0xd0/0xe4) from [<c04bf810>] (fb_notifier_callback+0x60/0x9c)
[    9.642807] [<c04bf810>] (fb_notifier_callback+0x60/0x9c) from [<c0057f68>] (notifier_call_chain+0x38/0x68)
[    9.642818] [<c0057f68>] (notifier_call_chain+0x38/0x68) from [<c0058070>] (__blocking_notifier_call_chain+0x44/0x58)
[    9.642827] [<c0058070>] (__blocking_notifier_call_chain+0x44/0x58) from [<c0058098>] (blocking_notifier_call_chain+0x14/0x18)
[    9.642838] [<c0058098>] (blocking_notifier_call_chain+0x14/0x18) from [<c0299960>] (fb_blank+0x7c/0x88)
[    9.642849] [<c0299960>] (fb_blank+0x7c/0x88) from [<c029a6f0>] (do_fb_ioctl+0x518/0x5a0)
[    9.642862] [<c029a6f0>] (do_fb_ioctl+0x518/0x5a0) from [<c01155e0>] (do_vfs_ioctl+0x210/0x240)
[    9.642874] [<c01155e0>] (do_vfs_ioctl+0x210/0x240) from [<c0115660>] (SyS_ioctl+0x50/0x6c)
[    9.642887] [<c0115660>] (SyS_ioctl+0x50/0x6c) from [<c000da00>] (ret_fast_syscall+0x0/0x30)
[    9.642893] ---[ end trace c4638b7137c07fc4 ]---
[    9.656906] init: sys_prop: permission denied uid:1003  name:sys.gmali.version
[   10.753900] rk3288-lcdc lcdc0: win0:new_addr:0x407d0000 cur_addr:0x403e8000--1
[   10.760715] warning: `zygote' uses 32-bit capabilities (legacy support in use)
[   10.783417] rk3288-lcdc lcdc0: win0:new_addr:0x40000000 cur_addr:0x407d0000--1
[   10.812931] rk3288-lcdc lcdc0: win0:new_addr:0x403e8000 cur_addr:0x40000000--1
[   10.891661] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   10.980209] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   11.068771] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   11.236051] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   11.324620] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   11.383663] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   11.472216] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   11.550941] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   11.639510] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   11.728047] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   11.816607] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   11.895329] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   11.954371] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   12.042921] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   12.131492] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   12.210227] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   12.298779] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   12.387358] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   12.475892] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   12.554629] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   12.613646] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   12.702217] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   12.790772] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   12.958053] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   12.987556] ***************vbus detect*****************
[   13.046606] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   13.167153] Using Buffer DMA mode
[   13.167188] Periodic Transfer Interrupt Enhancement - disabled
[   13.167196] Multiprocessor Interrupt Enhancement - disabled
[   13.167205] OTG VER PARAM: 0, OTG VER FLAG: 0
[   13.167213] ^^^^^^^^^^^^^^^^^Device Mode
[   13.167255] *******************soft connect!!!*******************
[   13.213896] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   13.272935] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   13.288155] USB RESET
[   13.361495] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   13.381563] android_work: sent uevent USB_STATE=CONNECTED
[   13.384940] USB RESET
[   13.450057] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   13.617351] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   13.705895] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   13.764934] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   13.932237] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   14.020779] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   14.109327] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   14.276627] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   14.335656] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   14.506955] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[   14.574580] lowmemorykiller: lowmem_shrink: convert oom_adj to oom_score_adj:
[   14.574607] lowmemorykiller: oom_adj 0 => oom_score_adj 0
[   14.574613] lowmemorykiller: oom_adj 1 => oom_score_adj 58
[   14.574619] lowmemorykiller: oom_adj 2 => oom_score_adj 117
[   14.574625] lowmemorykiller: oom_adj 3 => oom_score_adj 176
[   14.574631] lowmemorykiller: oom_adj 9 => oom_score_adj 529
[   14.574637] lowmemorykiller: oom_adj 15 => oom_score_adj 1000
[   14.591491] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   14.680059] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   14.768613] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   14.820211] phy_power_on: enable = 1
[   14.859622] Read the Ethernet MAC address from IDB:6f:93:1c:28:27:45
[   14.859661] eth0: device MAC address da:8f:0e:1c:71:2b
[   14.863764] libphy: stmmac: probed
[   14.863777] eth0: PHY ID 001cc915 at 0 IRQ 0 (stmmac-0:00) active
[   14.863787] eth0: PHY ID 001cc915 at 1 IRQ 0 (stmmac-0:01) active
[   14.935916] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   14.994926] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   15.001800] wifi_driver_write: wifi driver already rmmod
[   15.012207] acc_open
[   15.012238] acc_release
[   15.083493] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   15.172055] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   15.250769] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   15.310494] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   15.311172] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   15.311185] ======int_1st: 0 0 0 0 , int_2nd: 0 0 0 0 ======
[   15.311840] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   15.339331] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   15.368851] test_i2c-394: Enter
[   15.369550] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   15.408983] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   15.409011] test_i2c-413: Exit
[   15.409019] ------gslX680 test_i2c error------
[   15.427935] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   15.501922] FAT-fs (mmcblk0p14): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   15.524125] avc:  denied  { set } for property=sys.vold.hasAsec scontext=u:r:vold:s0 tcontext=u:object_r:system_prop:s0 tclass=property_service
[   15.524164] init: sys_prop: permission denied uid:0  name:sys.vold.hasAsec
[   15.524421] init: no such service 'fuse_internal_sd'
[   15.585835] dwc_otg_hcd_resume, usb device mode
[   15.586003] ff540000.usb resume, HPRT0:0x1485
[   15.586244] dwc_otg_hcd_suspend, usb device mode
[   15.634598] ff540000.usb suspend, HPRT0:0x1485
[   15.651525] ff540000.usb resume, HPRT0:0x1485
[   15.654229] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   15.686390] ff540000.usb suspend, HPRT0:0x1005
[   15.742774] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   15.831357] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   15.910052] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   15.998623] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   16.087182] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   16.146229] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   16.224946] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   16.392901] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   16.392925] ======read 0xb0: 0 0 0 0 ======
[   16.393606] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   16.393620] ======int_1st: 0 0 0 0 , int_2nd: 0 0 0 0 ======
[   16.394286] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   16.402080] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   16.431573] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   16.451265] test_i2c-394: Enter
[   16.451960] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   16.490620] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   16.491295] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   16.491307] test_i2c-413: Exit
[   16.491314] ------gslX680 test_i2c error------
[   16.552181] init: sys_prop: permission denied uid:10029  name:sys.gmali.version
[   16.580691] init: sys_prop: permission denied uid:10007  name:sys.gmali.version
[   16.657920] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   16.716959] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   16.805498] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   16.972789] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   17.061339] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   17.149886] rk3288-lcdc lcdc0: win0:new_addr:0x41000000 cur_addr:0x40c00000--1
[   17.317181] rk3288-lcdc lcdc0: win0:new_addr:0x40c00000 cur_addr:0x41400000--1
[   17.464789] rk3288-lcdc lcdc0: win0:new_addr:0x41400000 cur_addr:0x41000000--1
[   17.475323] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   17.476002] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   17.476014] ======int_1st: 0 0 0 0 , int_2nd: 0 0 0 0 ======
[   17.476684] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   17.512007] init: sys_prop: permission denied uid:1003  name:service.bootanim.exit
[   17.533648] test_i2c-394: Enter
[   17.534331] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   17.573025] rk3288-lcdc lcdc0: win1:new_addr:0x41f00000 cur_addr:0x41b00000--1
[   17.573740] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   17.573751] test_i2c-413: Exit
[   17.573756] ------gslX680 test_i2c error------
[   17.584017] e23a6234,e23a6234,e23a6234
[   17.632079] rk3288-lcdc lcdc0: win2:new_addr:0x41a60000 cur_addr:0x41a40000--1
[   17.976457] rk3288-lcdc lcdc0: win1:new_addr:0x40d00000 cur_addr:0x42b00000--1
[   18.005980] rk3288-lcdc lcdc0: win1:new_addr:0x41f00000 cur_addr:0x40d00000--1
[   18.035497] rk3288-lcdc lcdc0: win1:new_addr:0x42b00000 cur_addr:0x41f00000--1
[   18.065001] rk3288-lcdc lcdc0: win2:new_addr:0x40c00000 cur_addr:0x41a60000--1
[   18.124072] rk3288-lcdc lcdc0: win1:new_addr:0x40d00000 cur_addr:0x42b00000--1
[   18.153607] rk3288-lcdc lcdc0: win1:new_addr:0x41f00000 cur_addr:0x40d00000--1
[   18.183088] rk3288-lcdc lcdc0: win1:new_addr:0x42b00000 cur_addr:0x41f00000--1
[   18.261805] rk3288-lcdc lcdc0: win1:new_addr:0x42b00000 cur_addr:0x41f00000--1
[   18.291353] rk3288-lcdc lcdc0: win1:new_addr:0x40d00000 cur_addr:0x42b00000--1
[   18.320875] rk3288-lcdc lcdc0: win1:new_addr:0x41f00000 cur_addr:0x40d00000--1
[   18.350398] rk3288-lcdc lcdc0: win1:new_addr:0x42b00000 cur_addr:0x41f00000--1
[   18.379896] rk3288-lcdc lcdc0: win1:new_addr:0x40d00000 cur_addr:0x42b00000--1
[   18.409425] rk3288-lcdc lcdc0: win1:new_addr:0x41f00000 cur_addr:0x40d00000--1
[   18.438929] rk3288-lcdc lcdc0: win1:new_addr:0x42b00000 cur_addr:0x41f00000--1
[   18.468445] rk3288-lcdc lcdc0: win1:new_addr:0x40d00000 cur_addr:0x42b00000--1
[   18.497964] rk3288-lcdc lcdc0: win1:new_addr:0x41f00000 cur_addr:0x40d00000--1
[   18.527492] rk3288-lcdc lcdc0: win1:new_addr:0x42b00000 cur_addr:0x41f00000--1
[   18.557694] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   18.557713] ======read 0xb0: 0 0 0 0 ======
[   18.566524] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   18.566538] ======int_1st: 0 0 0 0 , int_2nd: 0 0 0 0 ======
[   18.567201] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   18.606216] rk3288-lcdc lcdc0: win1:new_addr:0x42b00000 cur_addr:0x41f00000--1
[   18.625886] test_i2c-394: Enter
[   18.626562] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   18.665916] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   18.665937] test_i2c-413: Exit
[   18.665943] ------gslX680 test_i2c error------
[   19.650731] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   19.652064] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   19.652165] ======int_1st: 0 0 0 0 , int_2nd: 0 0 0 0 ======
[   19.653372] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   19.708350] test_i2c-394: Enter
[   19.709509] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   19.748376] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   19.748407] test_i2c-413: Exit
[   19.748420] ------gslX680 test_i2c error------
[   20.416974] rk3288-lcdc lcdc0: win2:new_addr:0x41a40000 cur_addr:0x40c00000--1
[   20.446471] rk3288-lcdc lcdc0: win2:new_addr:0x41a60000 cur_addr:0x41a40000--1
[   20.475944] rk3288-lcdc lcdc0: win2:new_addr:0x40c00000 cur_addr:0x41a60000--1
[   20.505500] rk3288-lcdc lcdc0: win2:new_addr:0x41a40000 cur_addr:0x40c00000--1
[   20.643135] rk3288-lcdc lcdc0: win2:new_addr:0x40c00000 cur_addr:0x41a60000--1
[   20.672644] rk3288-lcdc lcdc0: win2:new_addr:0x41a40000 cur_addr:0x40c00000--1
[   20.702199] rk3288-lcdc lcdc0: win2:new_addr:0x41a60000 cur_addr:0x41a40000--1
[   20.731676] rk3288-lcdc lcdc0: win2:new_addr:0x40c00000 cur_addr:0x41a60000--1
[   20.732399] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   20.732423] ======read 0xb0: 0 0 0 0 ======
[   20.733152] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   20.733174] ======int_1st: 0 0 0 0 , int_2nd: 0 0 0 0 ======
[   20.733875] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   20.761201] rk3288-lcdc lcdc0: win2:new_addr:0x41a40000 cur_addr:0x40c00000--1
[   20.790719] test_i2c-394: Enter
[   20.790759] rk3288-lcdc lcdc0: win2:new_addr:0x41a60000 cur_addr:0x41a40000--1
[   20.791714] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   20.820263] rk3288-lcdc lcdc0: win2:new_addr:0x40c00000 cur_addr:0x41a60000--1
[   20.830800] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   20.830836] test_i2c-413: Exit
[   20.830850] ------gslX680 test_i2c error------
[   20.849758] rk3288-lcdc lcdc0: win2:new_addr:0x41a40000 cur_addr:0x40c00000--1
[   21.815512] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   21.816809] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   21.816911] ======int_1st: 0 0 0 0 , int_2nd: 0 0 0 0 ======
[   21.818113] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   21.873308] test_i2c-394: Enter
[   21.874683] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   21.913174] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   21.913205] test_i2c-413: Exit
[   21.913218] ------gslX680 test_i2c error------
[   22.897600] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   22.897709] ======read 0xb0: 0 0 0 0 ======
[   22.898711] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   22.898777] ======int_1st: 0 0 0 0 , int_2nd: 0 0 0 0 ======
[   22.899770] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   22.955521] test_i2c-394: Enter
[   22.956314] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   22.995971] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   22.996105] test_i2c-413: Exit
[   22.996169] ------gslX680 test_i2c error------
[   23.979606] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   23.980353] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   23.980374] ======int_1st: 0 0 0 0 , int_2nd: 0 0 0 0 ======
[   23.981088] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   24.038048] test_i2c-394: Enter
[   24.039406] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   24.078437] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   24.078517] test_i2c-413: Exit
[   24.078552] ------gslX680 test_i2c error------
[   25.062704] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   25.062853] ======read 0xb0: 0 0 0 0 ======
[   25.064053] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   25.064150] ======int_1st: 0 0 0 0 , int_2nd: 0 0 0 0 ======
[   25.065338] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   25.120309] test_i2c-394: Enter
[   25.121064] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   25.160773] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   25.160909] test_i2c-413: Exit
[   25.160976] ------gslX680 test_i2c error------
[   26.145099] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   26.146382] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   26.146482] ======int_1st: 0 0 0 0 , int_2nd: 0 0 0 0 ======
[   26.147666] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   26.203000] test_i2c-394: Enter
[   26.204435] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   26.242853] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   26.242888] test_i2c-413: Exit
[   26.242901] ------gslX680 test_i2c error------
[   27.227447] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   27.227593] ======read 0xb0: 0 0 0 0 ======
[   27.228825] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   27.228924] ======int_1st: 0 0 0 0 , int_2nd: 0 0 0 0 ======
[   27.230136] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   27.285090] test_i2c-394: Enter
[   27.285861] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   27.325826] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   27.325964] test_i2c-413: Exit
[   27.326023] ------gslX680 test_i2c error------
[   28.309878] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   28.311172] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   28.311274] ======int_1st: 0 0 0 0 , int_2nd: 0 0 0 0 ======
[   28.312464] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   28.367607] test_i2c-394: Enter
[   28.368957] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   28.407588] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   28.407618] test_i2c-413: Exit
[   28.407631] ------gslX680 test_i2c error------
[   28.505281] rk3288-lcdc lcdc0: win0:new_addr:0x43da3000 cur_addr:0x407d0000--1
[   28.534794] rk3288-lcdc lcdc0: win1:new_addr:0x42b00000 cur_addr:0x41f00000--1
[   28.564306] rk3288-lcdc lcdc0: win1:new_addr:0x40d00000 cur_addr:0x42b00000--1
[   29.392387] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   29.392538] ======read 0xb0: 0 0 0 0 ======
[   29.393753] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   29.393852] ======int_1st: 0 0 0 0 , int_2nd: 0 0 0 0 ======
[   29.395047] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   29.449908] test_i2c-394: Enter
[   29.450716] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   29.479419] rk3288-lcdc lcdc0: win0:new_addr:0x40000000 cur_addr:0x43da3000--1
[   29.489975] gsl_ts_read set data address fail! ret=-11-0xfffffff5
[   29.489997] test_i2c-413: Exit
[   29.490010] ------gslX680 test_i2c error------
[   29.508967] rk3288-lcdc lcdc0: win0:new_addr:0x403e8000 cur_addr:0x40000000--1
[   29.646960] rk3288-lcdc lcdc0: win0:new_addr:0x407d0000 cur_addr:0x403e8000--1
[   29.676423] rk3288-lcdc lcdc0: win0:new_addr:0x40000000 cur_addr:0x407d0000--1
[   29.705983] rk3288-lcdc lcdc0: win0:new_addr:0x403e8000 cur_addr:0x40000000--1
[   29.735351] rk3288-lcdc lcdc0: win0:new_addr:0x407d0000 cur_addr:0x403e8000--1
[   29.764929] rk3288-lcdc lcdc0: win0:new_addr:0x40000000 cur_addr:0x407d0000--1
[   29.789983] I'am in gsl_ts_suspend() start
[   29.789995] gsl_ts_suspend () : cancel gsl_monitor_work
[   29.794328] rk3288-lcdc lcdc0: win0:new_addr:0x403e8000 cur_addr:0x40000000--1
[   29.823838] rk3288-lcdc lcdc0: win0:new_addr:0x407d0000 cur_addr:0x403e8000--1
[   29.823901] rk3288-hdmi ff980000.hdmi: Removed.
[   30.035405] rk3288-lcdc lcdc0: blank mode:4
[   67.032058] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  126.071451] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  185.111444] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  244.151400] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  303.191454] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  362.231428] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  421.271373] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  480.311435] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  539.351377] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  598.391482] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  657.431343] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  716.471391] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  775.511394] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  834.551384] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  893.591373] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[  952.631504] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 1011.671440] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 1070.711496] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 1129.751434] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 1188.791551] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 1247.831460] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 1306.871380] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 1365.911452] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 1424.951333] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 1483.991355] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 1543.031336] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 1602.071364] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 1661.111366] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[ 1720.151408] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au

作者: zhansb    时间: 2015-5-4 21:03
参考IPS5K0350,直接用pad版最新的更新就可以有MIPI信号,剩下就是上电指令的问题
作者: oldoffice    时间: 2015-5-4 21:18
到哪下载,我还不熟悉网站,谢谢
作者: oldoffice    时间: 2015-5-4 21:28
我买的开发板只能支持单mipi
作者: zhansb    时间: 2015-5-5 09:21
参考wiki:http://wiki.t-firefly.com/index.php/%E9%A6%96%E9%A1%B5
作者: oldoffice    时间: 2015-5-8 17:04
能否告诉我准确的下载更新软件的路径,我没找到,不好意思
作者: lr6410    时间: 2015-5-8 17:13
你的系统是android的还是lubuntu的
作者: oldoffice    时间: 2015-5-8 19:03
我买的是贵司最早的一批支持box的板子,是不是没有mipi功能呀?
作者: oldoffice    时间: 2015-5-8 19:08
我检查了初始化,增加了printk命令,发现DTS解析时,都能正确地解析出来。所以不是lcd_mipi.c文件中cmds空间不够的问题。我把20141211时间点的无论pad版,还是通用版都试过,都没有mipi信号输出。
作者: oldoffice    时间: 2015-5-8 23:05
lr6410 发表于 2015-5-8 17:13
你的系统是android的还是lubuntu的

是ubuntu14.04+android4.4
作者: oldoffice    时间: 2015-5-9 11:24
版主,请帮忙,谢谢
作者: lr6410    时间: 2015-5-9 12:24
oldoffice 发表于 2015-5-8 23:05
是ubuntu14.04+android4.4

你这等于没有回答我的问题,我是问你,你是在哪个系统下用的mipi?
作者: oldoffice    时间: 2015-5-9 13:42
lr6410 发表于 2015-5-9 12:24
你这等于没有回答我的问题,我是问你,你是在哪个系统下用的mipi?

我下载的是firefly-rk3288_android4.4_git_20141211.tar,在windows7里安装VMware 10,在VMware里安装ubuntu12.04作为系统,按照操作说明编译kernel及android,用的uboot是机器里本来就有的,没有更新过。串口输出的信息见最上面。mipi的设置包括rk3288.dtsi,.config,firefly-rk3288.dts文件,也在上面。还有要问的请问,谢谢。
作者: lr6410    时间: 2015-5-9 20:33
那就是说你的目标系统是android4.4,我也需要用mipi,但你似乎是用dsi,我用的是csi的,另外我是在ubuntu下的。帮不上你
作者: zhansb    时间: 2015-5-11 09:04
工程样机和量产机MIPI DSI接口都有,驱动也是一致的。用示波器量过吗?
作者: oldoffice    时间: 2015-8-4 22:00
换了一个板子,就有mipi信号了,屏也点亮了,确实是工程样板的问题。我想问一下楼主,firefly-rk3288.dts里有一个叫gpio0_gpioB5的引脚,用来做TFT屏的复位脚,是在哪个文件里操作的,我没找到,请帮助,谢谢。
作者: zhansb    时间: 2015-8-5 09:30
在arch/arm/boot/dts/中grep一下"gpio0 GPIO_B5",可以搜出来
作者: oldoffice    时间: 2015-8-5 21:27
我指的是:gpio0_gpioB5,与文档中的
/kernel/arch/arm/boot/dts/include/dt-bindings/pinctrl/rockchip-rk3288.h
#define GPIO0_B5 0x0b50 是一个意思吗?
还有,我用的是PAD版的Android,里面有没有gpio0_gpioB5的解析代码?我怕搞重复了,谢谢指教。
作者: zhansb    时间: 2015-8-6 12:05
不是同个意思哦,#define GPIO0_B5 0x0b50是定义GPIO的寄存器地址。
一般使用GPIO,只需要在dts定义,驱动里面用of接口读取gpio的pin num就行
作者: zhansb    时间: 2015-8-6 12:06
可以看看arch/arm/boot/dts/firefly-rk3288.dts里面的power_ctr
作者: xyzhou    时间: 2015-9-7 14:31
mipi单通道同样点不亮,没有信号输出,请问楼主在点凭的过程中有什么特别要注意的?着急
作者: carlinluo    时间: 2015-9-7 14:37
xyzhou 发表于 2015-9-7 14:31
mipi单通道同样点不亮,没有信号输出,请问楼主在点凭的过程中有什么特别要注意的?着急

时序啊,CLK有没有设置对,命令有没有下对
作者: xyzhou    时间: 2015-9-7 14:46
打印log如下:DDR Version 1.00 20141007
In
Channel a: DDR3 200MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
Channel b: DDR3 200MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
Memory OK
Memory OK
OUT


U-Boot 2014.10-RK3288-02 (Nov 26 2014 - 09:28:44)

CPU: rk3288
CPU's clock information:
    arm pll = 600000000HZ
    periph pll = 300000000HZ
    ddr pll = 200000000HZ
    codec pll = 594000000HZ
Board:  Rockchip platform Board
DRAM:  Found dram banks:1
Adding bank:0000000000000000(0000000080000000)
128 MiB
storage init OK!
Using default environment

GetParam
check parameter success
Unknow param: MACHINE_MODEL:rk30sdk!
Unknow param: MACHINE_ID:007!
Unknow param: MANUFACTURER:RK30SDK!
Unknow param: PWR_HLD: 0,0,A,0,1!
failed to prepare fdt from boot!
power key: bank-0 pin-5
pmic:act8846
SecureBootEn = 0, SecureBootLock = 0

#Boot ver: 2014-11-26#2.17
sn:100612000000033E
checkKey
vbus = 1
no fuel gauge found
no fuel gauge found
read logo_on switch from dts [0]
no fuel gauge found
Hit any key to stop autoboot:  0
failed to load fdt from boot!
kernel   @ 0x02000000 (0x0064c3c0)
ramdisk  @ 0x04bf0000 (0x00122fc2)
Secure Boot state: 0
bootrk: do_bootm_linux...
   Loading Device Tree to 04804000, end 04826b74 ... OK
Add bank:0000000000000000, 0000000080000000

Starting kernel ...

<hit enter to activate fiq debugger>
[    0.000000] Booting Linux on physical CPU 0x500
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0 (xyzhou@ubuntu) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #81 SMP PREEMPT Tue Sep 1 15:46:43 CST 2015
[    0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Rockchip RK3288 (Flattened Device Tree), model: rockchip,rk3288
[    0.000000] hdmi init vic is -1
[    0.000000] rockchip_ion_reserve
[    0.000000] ion heap(cma): base(40000000) size(28000000) align(0)
[    0.000000] ion heap(vmalloc): base(0) size(0) align(0)
[    0.000000] cma: CMA: reserved 640 MiB at 40000000
[    0.000000] ion_reserve: cma reserved base 40000000 size 671088640
[    0.000000] cma: CMA: reserved 16 MiB at 2e800000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] PERCPU: Embedded 9 pages/cpu @c1dd7000 s14016 r8192 d14656 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 522768
[    0.000000] Kernel command line: console=ttyFIQ0 androidboot.hardware=rk30board androidboot.console=ttyFIQ0 board.ap_has_alsa=0 init=/init  mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(misc),0x00008000@0x00006000(resource),0x00008000@0x0000e000(kernel),0x00010000@0x00016000(boot),0x00010000@0x00026000(recovery),0x0001a000@0x00036000(backup),0x00040000@0x00050000(cache),0x00002000@0x00090000(kpanic),0x00180000@0x00092000(system),0x00002000@0x00212000(metadata),0x00200000@0x00214000(userdata),0x00020000@0x00414000(radical_update),-@0x00434000(user) storagemedia=emmc loader.timestamp=2014-11-26_09:28:44 hdmi.vic=-1 androidboot.serialno=100612000000033E
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] allocated 4194304 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 2048MB = 2048MB total
[    0.000000] Memory: 1388484k/1388484k available, 708668k reserved, 663552K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0ad6530   (11066 kB)
[    0.000000]       .init : 0xc0ad7000 - 0xc0b6b6c0   ( 594 kB)
[    0.000000]       .data : 0xc0b6c000 - 0xc0c72ef8   (1052 kB)
[    0.000000]        .bss : 0xc0c72ef8 - 0xc0d90704   (1143 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] rk_clk_tree_init start! cru base = 0xfed00000
[    0.000000] rk_get_uboot_display_flag: uboot_logo_on = 0
[    0.000000] rkclk_init_clks: cnt_parent = 7
[    0.000000] rkclk_init_clks: cnt_rate = 31
[    0.000000] rk3288 set GPLL BW 20 for HDMI!
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns
[    0.000000] process version: 1
[    0.000000] channel:0, lkg:37
[    0.000000] target-temp:80
[    0.000000] channel:2, lkg:0
[    0.000000] target-temp:80
[    0.000000] channel:0, lkg:37
[    0.000000] target-temp:80
[    0.000000] channel:1, lkg:29
[    0.000000] target-temp:80
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
[    0.307371] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.307387] pid_max: default: 32768 minimum: 301
[    0.307490] Security Framework initialized
[    0.307508] SELinux:  Initializing.
[    0.307578] Mount-cache hash table entries: 512
[    0.308218] Initializing cgroup subsys debug
[    0.308233] Initializing cgroup subsys memory
[    0.308259] Initializing cgroup subsys freezer
[    0.308288] CPU: Testing write buffer coherency: ok
[    0.308596] /cpus/cpu@0 missing clock-frequency property
[    0.308609] /cpus/cpu@1 missing clock-frequency property
[    0.308618] /cpus/cpu@2 missing clock-frequency property
[    0.308627] /cpus/cpu@3 missing clock-frequency property
[    0.308704] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
[    0.308755] Setting up static identity map for 0xc07da280 - 0xc07da2d8
[    0.311707] last_log: 0x2e100000 map to 0xf0004000 and copy to 0xf0086000, size 0x80000 early 0x16db (version 3.0)
[    0.385178] CPU1: Booted secondary processor
[    0.385212] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
[    0.404865] CPU2: Booted secondary processor
[    0.404889] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
[    0.424577] CPU3: Booted secondary processor
[    0.424600] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
[    0.424700] Brought up 4 CPUs
[    0.424729] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.424738] CPU: All CPU(s) started in SVC mode.
[    0.425458] devtmpfs: initialized
[    0.430529] pinctrl core: initialized pinctrl subsystem
[    0.430774] regulator-dummy: no parameters
[    0.442126] NET: Registered protocol family 16
[    0.443965] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.444330] ion_snapshot: 0x2e248000 map to 0xf0107000 and copy to 0xc0d6bd04 (version 0.1)
[    0.444623] Registered FIQ tty driver
[    0.445958] console [ttyFIQ0] enabled
[    0.446141] Registered fiq debugger ttyFIQ0
[    0.446750] rockchip_get_bank_data:name=base start=0xff750000,end=0xff7500ff
[    0.446775] rockchip_get_bank_data:name=mux_bank0 start=0xff730084,end=0xff73008f
[    0.446795] rockchip_get_bank_data:name=pull_bank0 start=0xff730064,end=0xff73006f
[    0.446815] rockchip_get_bank_data:name=drv_bank0 start=0xff730070,end=0xff73007b
[    0.446912] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio1@ff780000 start=0xff780000,end=0xff7800ff
[    0.446983] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio2@ff790000 start=0xff790000,end=0xff7900ff
[    0.447049] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio3@ff7a0000 start=0xff7a0000,end=0xff7a00ff
[    0.447113] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio4@ff7b0000 start=0xff7b0000,end=0xff7b00ff
[    0.447178] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio5@ff7c0000 start=0xff7c0000,end=0xff7c00ff
[    0.447244] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio6@ff7d0000 start=0xff7d0000,end=0xff7d00ff
[    0.447309] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio7@ff7e0000 start=0xff7e0000,end=0xff7e00ff
[    0.447373] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio8@ff7f0000 start=0xff7f0000,end=0xff7f00ff
[    0.447444] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio15@ff7f2000 start=0xff7f2000,end=0xff7f20ff
[    0.447511] rockchip_pinctrl_probe:name=RK3288-GPIO,type=3
[    0.447527] rockchip_pinctrl_probe:name=base start=0xff770000,end=0xff77013f
[    0.447542] rockchip_pinctrl_probe:name=pull start=0xff770140,end=0xff7701bf
[    0.447557] rockchip_pinctrl_probe:name=drv start=0xff7701c0,end=0xff77023f
[    0.448073] rockchip_interrupts_register:bank_num=7
[    0.449977] rockchip_pinctrl_probe:init ok
[    0.456001] rk_iommu ff900800.iep_mmu: (iep) Enter
[    0.456089] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.456105] rk_iommu ff900800.iep_mmu: (iep) Initialized
[    0.456267] rk_iommu ff950800.vip_mmu: (vip) Enter
[    0.456340] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.456356] rk_iommu ff950800.vip_mmu: (vip) Initialized
[    0.456514] rk_iommu ff930300.vopb_mmu: (vopb) Enter
[    0.456594] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.456609] rk_iommu ff930300.vopb_mmu: (vopb) Initialized
[    0.456766] rk_iommu ff940300.vopl_mmu: (vopl) Enter
[    0.456839] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.456854] rk_iommu ff940300.vopl_mmu: (vopl) Initialized
[    0.457019] rk_iommu ff9c0440.hevc_mmu: (hevc) Enter
[    0.457104] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.457120] rk_iommu ff9c0440.hevc_mmu: (hevc) Initialized
[    0.457294] rk_iommu ff9a0800.vpu_mmu: (vpu) Enter
[    0.457365] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.457381] rk_iommu ff9a0800.vpu_mmu: (vpu) Initialized
[    0.457547] rk_iommu ff914000.isp_mmu: (isp_mmu) Enter
[    0.457634] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.457649] rk_iommu ff914000.isp_mmu: (isp_mmu) Initialized
[    0.459553] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.459571] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.459781] DDR DEBUG: version 1.00 20140603
[    0.459813] DDR DEBUG: Channel a:
[    0.459823] DDR DEBUG: DDR3 Device
[    0.459838] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Total Capability=1024MB
[    0.459850] DDR DEBUG: Channel b:
[    0.459859] DDR DEBUG: DDR3 Device
[    0.459872] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Total Capability=1024MB
[    0.459885] DDR DEBUG: addr=0xc7a000
[    0.459896] DDR DEBUG: stride=9, size=256, halfcap=40000000
[    0.459907] DDR DEBUG: socAddr[0]=0xc7a000, socAddr[1]=0xc7a100
[    0.459919] DDR DEBUG: chAddr[0]=0xc7a000, chAddr[1]=0xc7a000
[    0.459933] DDR DEBUG: dtar[0]=0x2018f000, dtar[1]=0x2018f000
[    0.460177] DDR DEBUG: init success!!! freq=300MHz
[    0.460188] DDR DEBUG: Channel a:
[    0.460201] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270
[    0.460218] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270
[    0.460234] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270
[    0.460250] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270
[    0.460265] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0
[    0.460278] DDR DEBUG: DRV Pull-Up=0x19, DRV Pull-Dwn=0x19
[    0.460289] DDR DEBUG: ODT Pull-Up=0x2, ODT Pull-Dwn=0x2
[    0.460298] DDR DEBUG: Channel b:
[    0.460311] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270
[    0.460327] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270
[    0.460344] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270
[    0.460359] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270
[    0.460374] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0
[    0.460386] DDR DEBUG: DRV Pull-Up=0x19, DRV Pull-Dwn=0x19
[    0.460397] DDR DEBUG: ODT Pull-Up=0x2, ODT Pull-Dwn=0x2
[    0.482240] bio: create slab <bio-0> at 0
[    0.483066] SCSI subsystem initialized
[    0.483216] usbcore: registered new interface driver usbfs
[    0.483261] usbcore: registered new interface driver hub
[    0.483362] usbcore: registered new device driver usb
[    0.484759] rockchip_i2c ff650000.i2c: i2c-0: Rockchip I2C adapter
[    0.486966] rockchip_i2c ff140000.i2c: i2c-1: Rockchip I2C adapter
[    0.488476] rockchip_i2c ff660000.i2c: i2c-2: Rockchip I2C adapter
[    0.489454] rockchip_i2c ff150000.i2c: i2c-3: Rockchip I2C adapter
[    0.489695] rockchip_i2c ff160000.i2c: i2c-4: Rockchip I2C adapter
[    0.490185] media: Linux media interface: v0.10
[    0.490228] Linux video capture interface: v2.00
[    0.490282] pps_core: LinuxPPS API ver. 1 registered
[    0.490295] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.490318] PTP clock support registered
[    0.490818] Rockchip ion module is successfully loaded (v1.0)
[    0.490984] Advanced Linux Sound Architecture Driver Initialized.
[    0.491351] Bluetooth: Core ver 2.16
[    0.491390] NET: Registered protocol family 31
[    0.491402] Bluetooth: HCI device and connection manager initialized
[    0.491419] Bluetooth: HCI socket layer initialized
[    0.491433] Bluetooth: L2CAP socket layer initialized
[    0.491460] Bluetooth: SCO socket layer initialized
[    0.491693] cfg80211: Calling CRDA to update world regulatory domain
[    0.493282] act8846_i2c_probe,line=898
[    0.494249] act8846_parse_dt,line=746
[    0.495265] act8846_i2c_probe: act8846_pmic_hold=1
[    0.495286] act8846_i2c_probe: act8846_pmic_sleep=1
[    0.495304] act8846_i2c_probe: act8846_pmic_cpu_det_gpio=1
[    0.495321] act8846_i2c_probe: act8846_pmic_usb_hub_reset_gpio=1
[    0.497148] act_dcdc1: 1200 mV
[    0.499871] vccio: 3300 mV
[    0.501722] vdd_logic: 700 <--> 1500 mV at 1100 mV
[    0.504458] act_dcdc4: 2000 mV
[    0.505690] vccio_sd: 1800 <--> 3300 mV at 3300 mV
[    0.507784] act_ldo2: 1000 mV
[    0.509848] act_ldo3: 3300 mV
[    0.511917] act_ldo4: 3300 mV
[    0.514021] act_ldo5: 3300 mV
[    0.516106] act_ldo6: 1000 mV
[    0.518184] vcc_18: 1800 mV
[    0.520244] act_ldo8: 1800 mV
[    0.525055] vdd_arm: 712 <--> 1500 mV at 1000 mV
[    0.529779] vdd_gpu: 712 <--> 1500 mV at 1000 mV
[    0.530608] Switching to clocksource arch_sys_counter
[    0.550433] rk-fb rockchip-fb: rk fb ion client create success!
[    0.550451] rk-fb rockchip-fb: rockchip framebuffer driver probe
[    0.550869] rk-screen rk_screen.9: rockchip screen probe success
[    0.551037] rk32-lvds ff96c000.lvds: screen is not lvds/rgb!
[    0.551060] rk32-lvds: probe of ff96c000.lvds failed with error -22
[    0.551387] rk32-edp ff970000.edp: screen is not edp!
[    0.551405] rk32-edp: probe of ff970000.edp failed with error -22
[    0.551566] rk32-dsi
[    0.551707] dsi->host.irq =51
[    0.551727] load mipi dsi chip:rk_mipi_dsi.0 id:3133302a
[    0.551737] mipi_dsi v1.3 2014-04-17
[    0.551765] rk32-mipi ff960000.mipi: rk mipi_dsi probe success!
[    0.551780] rk32-mipi ff960000.mipi: rockchip mipi_dsi v1.1 2014-06-17
[    0.552561] graphics fb0: rockchip framebuffer registerd:fb0
[    0.552900] graphics fb1: rockchip framebuffer registerd:fb1
[    0.553061] graphics fb2: rockchip framebuffer registerd:fb2
[    0.553213] graphics fb3: rockchip framebuffer registerd:fb3
[    0.580220] rk3288-lcdc lcdc0: lcdc0: dclk:65280000>>fps:60
[    0.580237] dsi->phy.sys_clk =24000000
[    0.592022] rk_battery_charger_detect_cb , battery_charger_detect 1
[    2.242837] rk3288-lcdc lcdc0: wakeup from standby!
[    2.254544] alloc_buffer:ion_phy_addr=0x40000000
[    2.260141] fb0:phy:40000000>>vir:f0171000>>len:0xb00000
[    2.263686] rk3288-lcdc lcdc0: lcdc0 probe ok, iommu disabled
[    2.263845] rk3288-lcdc lcdc1: can't find power_ctr node for lcdc1
[    2.263860] rk_fb_trsm_ops_get:un supported transmitter:0!
[    2.264075] graphics fb4: rockchip framebuffer registerd:fb4
[    2.264380] graphics fb5: rockchip framebuffer registerd:fb5
[    2.264543] graphics fb6: rockchip framebuffer registerd:fb6
[    2.264704] graphics fb7: rockchip framebuffer registerd:fb7
[    2.264722] fb0:phy:40000000>>vir:f0171000>>len:0xb00000
[    2.264737] rk3288-lcdc lcdc1: lcdc1 probe ok, iommu disabled
[    2.265375] rockchip_set_mux:warning ignore bank num 15
[    2.265508] rockchip_set_mux:warning ignore bank num 15
[    2.265617] rockchip_set_mux:warning ignore bank num 15
[    2.265731] rockchip_set_mux:warning ignore bank num 15
[    2.265837] rockchip_set_mux:warning ignore bank num 15
[    2.265941] rockchip_set_mux:warning ignore bank num 15
[    2.266500] rockchip_set_mux:warning ignore bank num 15
[    2.266638] rockchip_set_mux:warning ignore bank num 15
[    2.267174] rockchip_set_mux:warning ignore bank num 15
[    2.267310] rockchip_set_mux:warning ignore bank num 15
[    2.267861] rockchip_set_mux:warning ignore bank num 15
[    2.268006] rockchip_set_mux:warning ignore bank num 15
[    2.268540] rockchip_set_mux:warning ignore bank num 15
[    2.268682] rockchip_set_mux:warning ignore bank num 15
[    2.270020] NET: Registered protocol family 2
[    2.270467] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    2.270601] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    2.270738] TCP: Hash tables configured (established 8192 bind 8192)
[    2.270787] TCP: reno registered
[    2.270802] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    2.270839] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    2.271041] NET: Registered protocol family 1
[    2.271214] Unpacking initramfs...
[    2.334332] Freeing initrd memory: 1160K (c4bf0000 - c4d12000)
[    2.334972] hw perfevents: enabled with ARMv7 Cortex-A12 PMU driver, 7 counters available
[    2.335450] probe device ff9a0000.vpu_service
[    2.335629] vpu_service: power on
[    2.336687] checking hw id 4831
[    2.337099] vpu_service set to auto frequency mode
[    2.337137] vpu_service: power off...
[    2.337175] done
[    2.337184] init success
[    2.337235] probe device ff9c0000.hevc_service
[    2.337432] hevc_service: power on
[    2.338468] checking hw id 6867
[    2.338697] hevc_service: power off...
[    2.338735] done
[    2.338745] init success
[    2.338862] rknandbase v1.0 2014-03-31
[    2.338959] rknand ff400000.nandc0: no irq resource?
[    2.339084] rknand_driver:ret = 0
[    2.339858] audit: initializing netlink socket (disabled)
[    2.339898] type=2000 audit(2.050:1): initialized
[    2.340658] bounce pool size: 64 pages
[    2.345066] fuse init (API version 7.22)
[    2.345411] msgmni has been set to 1450
[    2.347150] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    2.347168] io scheduler noop registered
[    2.347180] io scheduler deadline registered
[    2.347288] io scheduler cfq registered (default)
[    2.350421] rga2 ff920000.rga: rga ion client create success!
[    2.350562] rga: Driver loaded succesfully
[    2.351228] IEP Driver loaded succesfully
[    2.351322] Module initialized.
[    2.352202] dma-pl330 ffb20000.pdma: Loaded driver for PL330 DMAC-2364208
[    2.352224] dma-pl330 ffb20000.pdma:         DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
[    2.353494] dma-pl330 ff250000.pdma: Loaded driver for PL330 DMAC-2364208
[    2.353514] dma-pl330 ff250000.pdma:         DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    2.353790] pwm-voltage-regulator pwm_regulator.28: unable to request PWM, trying legacy API
[    2.353809] pwm-voltage-regulator pwm_regulator.28: unable to request legacy PWM
[    2.353821] pwm_regulator_probe:error
[    2.353844] platform pwm_regulator.28: Driver pwm-voltage-regulator requests probe deferral
[    2.354188] rk_serial.c v1.8 2014-03-04
[    2.354393] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 87) is a rk29_serial.0
[    2.354587] serial ff180000.serial: membase f0c92000
[    2.357265] loop: module loaded
[    2.357819] SCSI Media Changer driver v0.25
[    2.358123] tun: Universal TUN/TAP device driver, 1.6
[    2.358136] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.358282] vmac_init.
[    2.358793] stmmac_probe_config_dt: Can not read property: pmu_regulator.
[    2.358809] stmmac_probe_config_dt: Can not read property: pmu_enable_level.
[    2.358823] stmmac_probe_config_dt: clock input or output? (input).
[    2.358836] stmmac_probe_config_dt: TX delay(0x30).
[    2.358847] stmmac_probe_config_dt: RX delay(0x10).
[    2.358893] stmmac_probe_config_dt: is rockchip,rk3288-gmac
[    2.358904] stmmc_pltfr_init:
[    2.358924] stmmc_pltfr_init: init for RGMII
[    2.358936] tx delay=0x30
[    2.358936] rx delay=0x10
[    2.359365] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    2.359377]  Normal descriptors
[    2.359385]  Ring mode enabled
[    2.359395]  DMA HW capability register supported
[    2.359406]  RX Checksum Offload Engine supported (type 2)
[    2.359416]  TX Checksum insertion supported
[    2.359426]  Wake-Up On Lan supported
[    2.359462]  Enable RX Mitigation via HW Watchdog Timer
[    2.359873] PPP generic driver version 2.4.2
[    2.360026] PPP BSD Compression module registered
[    2.360038] PPP Deflate Compression module registered
[    2.360059] PPP MPPE Compression module registered
[    2.360071] NET: Registered protocol family 24
[    2.360104] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[    2.360118] CSLIP: code copyright 1989 Regents of the University of California.
[    2.360131] Rockchip WiFi SYS interface (V1.00) ...
[    2.360163] esp_mem_init enter date Jul 21 2015 10:39:08
[    2.360205] esp_mem_init complete
[    2.360277] usbcore: registered new interface driver catc
[    2.360315] usbcore: registered new interface driver kaweth
[    2.360329] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    2.360366] usbcore: registered new interface driver pegasus
[    2.360416] usbcore: registered new interface driver rtl8150
[    2.360453] usbcore: registered new interface driver r8152
[    2.360465] hso: drivers/net/usb/hso.c: Option Wireless
[    2.360528] usbcore: registered new interface driver hso
[    2.360571] usbcore: registered new interface driver asix
[    2.360609] usbcore: registered new interface driver ax88179_178a
[    2.360647] usbcore: registered new interface driver cdc_ether
[    2.360690] usbcore: registered new interface driver cdc_eem
[    2.360728] usbcore: registered new interface driver dm9601
[    2.360764] usbcore: registered new interface driver dm9620
[    2.360811] usbcore: registered new interface driver smsc75xx
[    2.360857] usbcore: registered new interface driver smsc95xx
[    2.360918] usbcore: registered new interface driver gl620a
[    2.360967] usbcore: registered new interface driver net1080
[    2.361007] usbcore: registered new interface driver plusb
[    2.361045] usbcore: registered new interface driver rndis_host
[    2.361083] usbcore: registered new interface driver cdc_subset
[    2.361119] usbcore: registered new interface driver zaurus
[    2.361158] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    2.361216] usbcore: registered new interface driver int51x1
[    2.361254] usbcore: registered new interface driver kalmia
[    2.361296] usbcore: registered new interface driver ipheth
[    2.361339] usbcore: registered new interface driver sierra_net
[    2.361378] usbcore: registered new interface driver cx82310_eth
[    2.361425] usbcore: registered new interface driver cdc_ncm
[    2.361464] usbcore: registered new interface driver qmi_wwan
[    2.361502] usbcore: registered new interface driver cdc_mbim
[    2.361514] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.363889] ehci_rk_probe f0d00000 f0d00010
[    2.363909] rockchip_ehci_host ff500000.usb: Rockchip On-Chip EHCI Host Controller
[    2.363942] rockchip_ehci_host ff500000.usb: new USB bus registered, assigned bus number 1
[    2.364264] rockchip_ehci_host ff500000.usb: irq 56, io mem 0xff500000
[    2.380595] rockchip_ehci_host ff500000.usb: USB 0.0 started, EHCI 1.00
[    2.380672] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.380690] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.380705] usb usb1: Product: Rockchip On-Chip EHCI Host Controller
[    2.380719] usb usb1: Manufacturer: Linux 3.10.0 ehci_hcd
[    2.380733] usb usb1: SerialNumber: ff500000.usb
[    2.381155] hub 1-0:1.0: USB hub found
[    2.381183] hub 1-0:1.0: 1 port detected
[    2.410110] ehci_rk_probe ok
[    2.410263] usbcore: registered new interface driver cdc_acm
[    2.410276] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.410332] usbcore: registered new interface driver usblp
[    2.410375] usbcore: registered new interface driver cdc_wdm
[    2.410443] usbcore: registered new interface driver usb-storage
[    2.410482] usbcore: registered new interface driver ums-alauda
[    2.410519] usbcore: registered new interface driver ums-cypress
[    2.410555] usbcore: registered new interface driver ums-datafab
[    2.410595] usbcore: registered new interface driver ums_eneub6250
[    2.410631] usbcore: registered new interface driver ums-freecom
[    2.410667] usbcore: registered new interface driver ums-isd200
[    2.410703] usbcore: registered new interface driver ums-jumpshot
[    2.410741] usbcore: registered new interface driver ums-karma
[    2.410777] usbcore: registered new interface driver ums-onetouch
[    2.410814] usbcore: registered new interface driver ums-sddr09
[    2.410850] usbcore: registered new interface driver ums-sddr55
[    2.410886] usbcore: registered new interface driver ums-usbat
[    2.410973] usbcore: registered new interface driver usbserial
[    2.411013] usbcore: registered new interface driver usbserial_generic
[    2.411045] usbserial: USB Serial support registered for generic
[    2.411083] usbcore: registered new interface driver option
[    2.411112] usbserial: USB Serial support registered for GSM modem (1-port)
[    2.411180] usbcore: registered new interface driver trancevibrator
[    2.411192] usb20_otg: version 3.10a 21-DEC-2012
[    2.411580] f0d80040
[    2.411594] Core Release: 3.10a
[    2.411606] Setting default values for core params
[    2.411721] Using Buffer DMA mode
[    2.411733] Periodic Transfer Interrupt Enhancement - disabled
[    2.411744] Multiprocessor Interrupt Enhancement - disabled
[    2.411756] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.411767] ^^^^^^^^^^^^^^^^^Device Mode
[    2.411780] Dedicated Tx FIFOs mode
[    2.411797] pcd_init otg_dev = ed685cc0
[    2.411935] usb20_otg ff580000.usb: DWC OTG Controller
[    2.411966] usb20_otg ff580000.usb: new USB bus registered, assigned bus number 2
[    2.411997] usb20_otg ff580000.usb: irq 55, io mem 0x00000000
[    2.412058] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.412075] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.412090] usb usb2: Product: DWC OTG Controller
[    2.412103] usb usb2: Manufacturer: Linux 3.10.0 dwc_otg_hcd
[    2.412115] usb usb2: SerialNumber: ff580000.usb
[    2.412486] hub 2-0:1.0: USB hub found
[    2.412512] hub 2-0:1.0: 1 port detected
[    2.412819] usb20_host: version 3.10a 21-DEC-2012
[    2.415287] f0e00040
[    2.415300] Core Release: 3.10a
[    2.415311] Setting default values for core params
[    2.415412] Using Buffer DMA mode
[    2.415424] Periodic Transfer Interrupt Enhancement - disabled
[    2.415434] Multiprocessor Interrupt Enhancement - disabled
[    2.415446] OTG VER PARAM: 0, OTG VER FLAG: 0
[    2.415457] ^^^^^^^^^^^^^^^^^^Host Mode
[    2.415481] usb20_host ff540000.usb: DWC OTG Controller
[    2.415507] usb20_host ff540000.usb: new USB bus registered, assigned bus number 3
[    2.415536] usb20_host ff540000.usb: irq 57, io mem 0x00000000
[    2.415627] Init: Power Port (0)
[    2.415681] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.415697] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.415712] usb usb3: Product: DWC OTG Controller
[    2.415725] usb usb3: Manufacturer: Linux 3.10.0 dwc_otg_hcd
[    2.415738] usb usb3: SerialNumber: ff540000.usb
[    2.416092] hub 3-0:1.0: USB hub found
[    2.416115] hub 3-0:1.0: 1 port detected
[    2.416640] .. rk pwm remotectl v1.0 init
[    2.416722] remotectl probe j=0x0
[    2.416862] input: ff680000.pwm as /devices/ff680000.pwm/input/input0
[    2.417042] pwm enable val=0x646205
[    2.417306] usbcore: registered new interface driver xpad
[    2.417358] usbcore: registered new interface driver usb_acecad
[    2.417402] usbcore: registered new interface driver aiptek
[    2.417452] usbcore: registered new interface driver gtco
[    2.417496] usbcore: registered new interface driver hanwang
[    2.417540] usbcore: registered new interface driver kbtab
[    2.417590] usbcore: registered new interface driver wacom
[    2.422528] rtc_hym8563 0-0051: rtc core: registered hym8563 as rtc0
[    2.422599] i2c /dev entries driver
[    2.423276] IR NEC protocol handler initialized
[    2.423290] IR RC5(x) protocol handler initialized
[    2.423300] IR RC6 protocol handler initialized
[    2.423310] IR JVC protocol handler initialized
[    2.423320] IR Sony protocol handler initialized
[    2.423330] IR RC5 (streamzap) protocol handler initialized
[    2.423340] IR SANYO protocol handler initialized
[    2.423350] IR MCE Keyboard/mouse protocol handler initialized
[    2.423499] usbcore: registered new interface driver uvcvideo
[    2.423511] USB Video Class driver (1.1.1)
[    2.424421] rockchip_temp_probe,line=362
[    2.478996] tsadc ff280000.tsadc: initialized
[    2.479385] device-mapper: uevent: version 1.0.3
[    2.479643] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    2.479940] Bluetooth: HCI UART driver ver 2.2
[    2.479956] Bluetooth: HCI H4 protocol initialized
[    2.479967] Bluetooth: HCILL protocol initialized
[    2.483045] cpufreq version 1.0, suspend freq 1200 MHz
[    2.483229] cpuidle: using governor ladder
[    2.483243] cpuidle: using governor menu
[    2.483283] Synopsys Designware Multimedia Card Interface Driver
[    2.483522] dwmmc_rockchip ff0f0000.rksdmmc: Version ID is 270a
[    2.483866] dwmmc_rockchip ff0f0000.rksdmmc: Using internal DMA controller.
[    2.484001] 3379..dw_mci_init_slot: fmin=400000, fmax=100000000 [mmc0]
[    2.484015] mmc0 : Rockchip specific MHSC: Ver 1.13 2014-09-05
[    2.484124] 1390..dw_mci_set_ios:  no card. [mmc0]
[    2.498684] 1390..dw_mci_set_ios:  no card. [mmc0]
[    2.508568] dwc_otg_hcd_suspend, usb device mode
[    2.518390] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc0]
[    2.518430] dwmmc_rockchip ff0f0000.rksdmmc: DW MMC controller at irq 67, 32 bit host data width, 256 deep fifo
[    2.518450] dwmmc_rockchip ff0f0000.rksdmmc: 1 slots initialized
[    2.518728] dwmmc_rockchip ff0c0000.rksdmmc: Version ID is 270a
[    2.519828] dwmmc_rockchip ff0c0000.rksdmmc: Using internal DMA controller.
[    2.519939] 3379..dw_mci_init_slot: fmin=400000, fmax=50000000 [mmc1]
[    2.519949] mmc1 : Rockchip specific MHSC: Ver 1.13 2014-09-05
[    2.520011] mmc1: no vmmc regulator found
[    2.520106] dwmmc_rockchip ff0c0000.rksdmmc: mmc1: No udbg pinctrl found!
[    2.520167] 1390..dw_mci_set_ios:  no card. [mmc1]
[    2.538048] 1390..dw_mci_set_ios:  no card. [mmc1]
[    2.550499] mmc0: BKOPS_EN bit is not set
[    2.552385] mmc_host mmc0: Bus speed (slot 0) = 100000000Hz (slot req 52000000Hz, actual 50000000HZ div = 1)
[    2.552407] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc0]
[    2.552461] rk_sdmmc: BOOT Bus speed=50000000Hz,Bus width=8bits.[mmc0]
[    2.552558] mmc0: new high speed MMC card at address 0001
[    2.552787] mmcblk0: mmc0:0001 AWMB3R 14.5 GiB
[    2.553053]      uboot: 0x000400000 -- 0x000800000 (4 MB)
[    2.553064]       misc: 0x000800000 -- 0x000c00000 (4 MB)
[    2.553073]   resource: 0x000c00000 -- 0x001c00000 (16 MB)
[    2.553082]     kernel: 0x001c00000 -- 0x002c00000 (16 MB)
[    2.553091]       boot: 0x002c00000 -- 0x004c00000 (32 MB)
[    2.553100]   recovery: 0x004c00000 -- 0x006c00000 (32 MB)
[    2.553108]     backup: 0x006c00000 -- 0x00a000000 (52 MB)
[    2.553116]      cache: 0x00a000000 -- 0x012000000 (128 MB)
[    2.553125]     kpanic: 0x012000000 -- 0x012400000 (4 MB)
[    2.553133]     system: 0x012400000 -- 0x042400000 (768 MB)
[    2.553142]   metadata: 0x042400000 -- 0x042800000 (4 MB)
[    2.553150]   userdata: 0x042800000 -- 0x082800000 (1024 MB)
[    2.553159] radical_update: 0x082800000 -- 0x086800000 (64 MB)
[    2.553168]       user: 0x086800000 -- 0x3a3a00000 (12754 MB)
[    2.553198]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p141390..dw_mci_set_ios:  no card. [mmc1]
[    2.557754] dwmmc_rockchip ff0c0000.rksdmmc: DW MMC controller at irq 64, 32 bit host data width, 256 deep fifo
[    2.557767] dwmmc_rockchip ff0c0000.rksdmmc: 1 slots initialized
[    2.558024] dwmmc_rockchip ff0d0000.rksdmmc: Version ID is 270a
[    2.558217] dwmmc_rockchip ff0d0000.rksdmmc: Using internal DMA controller.
[    2.558316] 3379..dw_mci_init_slot: fmin=200000, fmax=50000000 [mmc2]
[    2.558324] mmc2 : Rockchip specific MHSC: Ver 1.13 2014-09-05
[    2.558572] 1390..dw_mci_set_ios:  no card. [mmc2]
[    2.577388] 1390..dw_mci_set_ios:  no card. [mmc2]
[    2.597091] 1390..dw_mci_set_ios:  no card. [mmc2]
[    2.597123] dwmmc_rockchip ff0d0000.rksdmmc: DW MMC controller at irq 65, 32 bit host data width, 256 deep fifo
[    2.597137] dwmmc_rockchip ff0d0000.rksdmmc: 1 slots initialized
[    2.597371] leds-gpio leds.38: pins are not configured from the driver
[    2.597573] hidraw: raw HID events driver (C) Jiri Kosina
[    2.598929] usbcore: registered new interface driver usbhid
[    2.598938] usbhid: USB HID core driver
[    2.599212] zram: Created 1 device(s) ...
[    2.599481] ashmem: initialized
[    2.599580] logger: created 256K log 'log_main'
[    2.599671] logger: created 256K log 'log_events'
[    2.599759] logger: created 256K log 'log_radio'
[    2.599845] logger: created 256K log 'log_system'
[    2.600881] input: rk29-keypad as /devices/ff100000.adc/key.41/input/input1
[    2.601645] es8323 probe i2c recv ok
[    2.601722] i2c-core: driver [ES8323] using legacy suspend method
[    2.601731] i2c-core: driver [ES8323] using legacy resume method
[    2.602507] rockchip-hdmi-spdif rockchip-hdmi-spdif.32: ASoC: CPU DAI (null) not registered
[    2.602536] rockchip_hdmi_spdif_audio_probe() register card failed:-517
[    2.602553] platform rockchip-hdmi-spdif.32: Driver rockchip-hdmi-spdif requests probe deferral
[    2.602784] es8323_probe
[    3.237030] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> NULL --> Left Line Mux
[    3.237043] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> NULL -> Left Line Mux
[    3.237053] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> NULL --> Left Line Mux
[    3.237061] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> NULL -> Left Line Mux
[    3.237070] ES8323 2-0010: ASoC: no dapm match for Left PGA Mux --> NULL --> Left Line Mux
[    3.237078] ES8323 2-0010: ASoC: Failed to add route Left PGA Mux -> NULL -> Left Line Mux
[    3.237088] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> NULL --> Right Line Mux
[    3.237096] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> NULL -> Right Line Mux
[    3.237104] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> NULL --> Right Line Mux
[    3.237112] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> NULL -> Right Line Mux
[    3.237120] ES8323 2-0010: ASoC: no dapm match for Right PGA Mux --> NULL --> Right Line Mux
[    3.237128] ES8323 2-0010: ASoC: Failed to add route Right PGA Mux -> NULL -> Right Line Mux
[    3.237137] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Left PGA Mux
[    3.237145] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Left PGA Mux
[    3.237153] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Left PGA Mux
[    3.237161] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Left PGA Mux
[    3.237169] ES8323 2-0010: ASoC: no dapm match for Differential Mux --> LAMP --> Left PGA Mux
[    3.237177] ES8323 2-0010: ASoC: Failed to add route Differential Mux -> LAMP -> Left PGA Mux
[    3.237186] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Right PGA Mux
[    3.237193] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Right PGA Mux
[    3.237202] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Right PGA Mux
[    3.237209] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Right PGA Mux
[    3.237218] ES8323 2-0010: ASoC: no dapm match for Differential Mux --> RAMP --> Right PGA Mux
[    3.237226] ES8323 2-0010: ASoC: Failed to add route Differential Mux -> RAMP -> Right PGA Mux
[    3.237235] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Differential Mux
[    3.237242] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Differential Mux
[    3.237251] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Differential Mux
[    3.237259] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Differential Mux
[    3.237267] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Differential Mux
[    3.237275] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Differential Mux
[    3.237283] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Differential Mux
[    3.237291] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Differential Mux
[    3.237310] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Left Line Mux
[    3.237318] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Left Line Mux
[    3.237326] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Left Line Mux
[    3.237334] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Left Line Mux
[    3.237342] ES8323 2-0010: ASoC: no dapm match for Left PGA Mux --> LAMP --> Left Line Mux
[    3.237350] ES8323 2-0010: ASoC: Failed to add route Left PGA Mux -> LAMP -> Left Line Mux
[    3.237359] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Right Line Mux
[    3.237366] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Right Line Mux
[    3.237375] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Right Line Mux
[    3.237382] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Right Line Mux
[    3.237391] ES8323 2-0010: ASoC: no dapm match for Right PGA Mux --> RAMP --> Right Line Mux
[    3.237399] ES8323 2-0010: ASoC: Failed to add route Right PGA Mux -> RAMP -> Right Line Mux
[    3.237512] ES8323 2-0010: ASoC: mux Right Line Mux has no paths
[    3.237523] ES8323 2-0010: ASoC: mux Left Line Mux has no paths
[    3.237533] ES8323 2-0010: ASoC: mux Right PGA Mux has no paths
[    3.237542] ES8323 2-0010: ASoC: mux Left PGA Mux has no paths
[    3.237570] ES8323 2-0010: ASoC: mux Differential Mux has no paths
[    3.240817] rockchip-es8323 rockchip-es8323.34:  ES8323 HiFi <-> rockchip-i2s.0 mapping ok
[    3.241146] input: RK_ES8323 Headphone Jack as /devices/rockchip-es8323.34/sound/card0/input2
[    3.241813] rockchip-hdmi-i2s rockchip-hdmi-i2s.31:  rk-hdmi-i2s-hifi <-> rockchip-i2s.0 mapping ok
[    3.242120] u32 classifier
[    3.242126]     Actions configured
[    3.242136] Netfilter messages via NETLINK v0.30.
[    3.242177] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    3.242423] ctnetlink v0.93: registering with nfnetlink.
[    3.242474] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    3.242481] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    3.242677] xt_time: kernel timezone is -0000
[    3.242832] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.242934] arp_tables: (C) 2002 David S. Miller
[    3.242966] TCP: cubic registered
[    3.242971] Initializing XFRM netlink socket
[    3.243137] NET: Registered protocol family 10
[    3.243536] mip6: Mobile IPv6
[    3.243557] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    3.243648] sit: IPv6 over IPv4 tunneling driver
[    3.243898] NET: Registered protocol family 17
[    3.243917] NET: Registered protocol family 15
[    3.243954] Bridge firewalling registered
[    3.243963] Ebtables v2.0 registered
[    3.244077] Bluetooth: RFCOMM TTY layer initialized
[    3.244099] Bluetooth: RFCOMM socket layer initialized
[    3.244106] Bluetooth: RFCOMM ver 1.11
[    3.244112] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.244118] Bluetooth: BNEP filters: protocol multicast
[    3.244126] Bluetooth: BNEP socket layer initialized
[    3.244133] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.244142] Bluetooth: HIDP socket layer initialized
[    3.244162] l2tp_core: L2TP core driver, V2.0
[    3.244174] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[    3.244180] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    3.244315] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    3.244324] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = bcmwifi
[    3.244331] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    3.244339] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control.
[    3.244346] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    3.244362] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,poweren_gpio = 156, flags = 0.
[    3.244380] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 158, flags = 0.
[    3.244386] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    3.244406] [WLAN_RFKILL]: rockchip_wifi_voltage_select: wifi & sdio reference voltage: 1.8V
[    3.244448] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    3.244486] [BT_RFKILL]: Enter rfkill_rk_init
[    3.244586] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 147.
[    3.244600] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,power_gpio = 155.
[    3.244611] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 157.
[    3.244623] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 154.
[    3.244635] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 159.
[    3.244676] [BT_RFKILL]: Request irq for bt wakeup host
[    3.244747] [BT_RFKILL]: ** disable irq
[    3.244810] [BT_RFKILL]: ap6335 device registered.
[    3.245602] rk3288-hdmi ff980000.hdmi: rk3288 hdmi probe sucess.
[    3.246291] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
[    3.246306] rk3288_init_suspend
[    3.246313] rk3288_suspend_init enter
[    3.246422] rk3288_suspend_init: pm_ctrbits =200007
[    3.246447] gpio_get_dts_info suspend:4
[    3.246453] gpio_get_dts_info resume:4
[    3.246458] rockchip,pmic-suspend_gpios:14007a10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
[    3.246482] rockchip,pmic-resume_gpios:2007a11 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
[    3.246669] clks_gating_suspend_init:clkgt info ok
[    3.246749] Registering SWP/SWPB emulation handler
[    3.247026] ddrfreq: verion 1.2 20140526
[    3.247036] ddrfreq: normal 396MHz video_1080p 240MHz video_4k 396MHz dualview 396MHz idle 0MHz suspend 200MHz reboot 396MHz
[    3.247043] ddrfreq: auto-freq=0
[    3.247048] ddrfreq: auto-freq-table[0] 240MHz
[    3.247053] ddrfreq: auto-freq-table[1] 324MHz
[    3.247058] ddrfreq: auto-freq-table[2] 396MHz
[    3.247063] ddrfreq: auto-freq-table[3] 528MHz
[    3.249648] regulator-dummy: disabling
[    3.249954] rockchip-hdmi-spdif rockchip-hdmi-spdif.32: ASoC: CPU DAI (null) not registered
[    3.249976] rockchip_hdmi_spdif_audio_probe() register card failed:-517
[    3.249990] platform rockchip-hdmi-spdif.32: Driver rockchip-hdmi-spdif requests probe deferral
[    3.250082] pcd_pullup, is_on 0
[    3.250119] file system registered
[    3.250637] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    3.250646] android_usb gadget: Number of LUNs=2
[    3.250653]  lun0: LUN: removable file: (no medium)
[    3.250659]  lun1: LUN: removable file: (no medium)
[    3.250774] android_usb gadget: android_usb ready
[    3.251307] rtc_hym8563 0-0051: setting system clock to 2011-01-01 13:08:53 UTC (1293887333)
[    3.255815] rk_spdif:rk_spdif_init
[    3.255969] rk_spdif:Entered spdif_probe
[    3.256151] rk_spdif:spdif:spdif probe ok!
[    3.256663] usbcore: registered new interface driver snd-usb-audio
[    3.256673] ALSA device list:
[    3.256678]   #0: RK_ES8323
[    3.256692]   #1: RK-HDMI-I2S
[    3.256853] rockchip-hdmi-spdif rockchip-hdmi-spdif.32:  rk-hdmi-spdif-hifi <-> rockchip-spdif mapping ok
[    3.257021] Freeing unused kernel memory: 592K (c0ad7000 - c0b6b000)
[    3.261503] SELinux:  Permission attach_queue in class tun_socket not defined in policy.
[    3.261517] SELinux: the above unknown classes and permissions will be denied
[    3.731698] type=1403 audit(1293887333.980:2): policy loaded auid=4294967295 ses=4294967295
[    3.731803] SELinux: Loaded policy from /sepolicy
[    3.733250] type=1404 audit(1293887333.980:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    4.387951] dwc_otg_hcd_enable, enable host controller
[    4.491494] Using Buffer DMA mode
[    4.491506] Periodic Transfer Interrupt Enhancement - disabled
[    4.491512] Multiprocessor Interrupt Enhancement - disabled
[    4.491519] OTG VER PARAM: 0, OTG VER FLAG: 0
[    4.491524] ^^^^^^^^^^^^^^^^^^Host Mode
[    4.535622] Init: Power Port (0)
[    4.535657] ff540000.usb resume, HPRT0:0x21401
[    4.673363] Indeed it is in host mode hprt0 = 00021501
[    4.737897] init: could not import file '/init.usbstorage.rc' from '/init.rc'
[    4.737959] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
[    4.788398] init: /dev/hw_random not found
[    4.788459] keychord: using input dev ff680000.pwm for fevent
[    4.788467] keychord: using input dev rk29-keypad for fevent
[    4.793450] fs_mgr: parse_link_device : path = NULL
[    4.793472] fs_mgr: parse_link_device : path = NULL
[    4.793491] fs_mgr: parse_link_device : path = NULL
[    4.793545] fs_mgr: ---------------resize_fs blk_dev /dev/block/platform/ff0f0000.rksdmmc/by-name/system, type ext4fs_mgr: Running /sbin/resize2fs on /dev/block/platform/ff0f0000.rksdmmc/by-name/system
[    4.794368] resize2fs: resize2fs 1.41.14 (22-Dec-2010)resize2fs: The filesystem is already 196608 blocks long.  Nothing to do!resize2fs:
[    4.803974] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: noauto_da_alloc
[    4.816011] EXT4-fs (mmcblk0p8): warning: maximal mount count reached, running e2fsck is recommended
[    4.818156] EXT4-fs (mmcblk0p8): recovery complete
[    4.818685] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    4.819995] EXT4-fs (mmcblk0p11): warning: mounting unchecked fs, running e2fsck is recommended
[    4.820558] EXT4-fs (mmcblk0p11): mounted filesystem without journal. Opts: noauto_da_alloc,discard
[    4.850444] usb 3-1: new high-speed USB device number 2 using usb20_host
[    4.850515] Indeed it is in host mode hprt0 = 00001101
[    4.999759] EXT4-fs (mmcblk0p12): warning: maximal mount count reached, running e2fsck is recommended
[    5.003362] EXT4-fs (mmcblk0p12): 2 orphan inodes deleted
[    5.003371] EXT4-fs (mmcblk0p12): recovery complete
[    5.009734] EXT4-fs (mmcblk0p12): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    5.025326] mali pd enabled
[    5.025341] clk enabled
[    5.026462] MALI_DVFS_STEP=5,div_dvfs=7
[    5.026471] mali_dvfs_infotbl[0].clock=99000,min_threshold=0,max_threshold=70
[    5.026480] mali_dvfs_infotbl[1].clock=179000,min_threshold=66,max_threshold=77
[    5.026487] mali_dvfs_infotbl[2].clock=297000,min_threshold=73,max_threshold=84
[    5.026494] mali_dvfs_infotbl[3].clock=417000,min_threshold=82,max_threshold=91
[    5.026501] mali_dvfs_infotbl[4].clock=480000,min_threshold=94,max_threshold=100
[    5.026580] turn on mali power
[    5.026589] kbase_platform_rk_init,register_reboot_notifier
[    5.026609] mali ffa30000.gpu: GPU identified as 0x0750 r0p0 status 1
[    5.026972] mali ffa30000.gpu: Probed as mali0
[    5.029597] rk29_ipp: version magic '3.0.8+ SMP preempt mod_unload ARMv7 ' should be '3.10.0 SMP preempt mod_unload ARMv7 p2v8 '
[    5.039602] init: /dev/hw_random not found
[    5.046651] binder: 158:158 transaction failed 29189, size 0-0
[    5.047496] usb 3-1: New USB device found, idVendor=1a40, idProduct=0101
[    5.047506] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    5.047514] usb 3-1: Product: USB 2.0 Hub [MTT]
[    5.047882] hub 3-1:1.0: USB hub found
[    5.047943] hub 3-1:1.0: 4 ports detected
[    5.048175] init: cannot find '/system/vendor/bin/pvrsrvctl', disabling 'pvrsrvctl'
[    5.050284] init: cannot find '/system/bin/rild3', disabling 'ril-daemon3'
[    5.071628] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[    5.072882] init: cannot find '/system/bin/chrome.sh', disabling 'chrome'
[    5.073666] init: property 'ro.serialno' doesn't exist while expanding '${ro.serialno}'
[    5.073679] init: cannot expand '${ro.serialno}' while writing to '/sys/class/android_usb/android0/iSerial'
[    5.073817] init: using deprecated syntax for specifying property 'ro.product.usbfactory', use ${name} instead
[    5.165342] ff540000.usb suspend, HPRT0:0x1485
[    5.254297] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'
[    5.254324] init: powerctl: cannot expand '${sys.powerctl}'
[    5.254341] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}'
[    5.254357] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes'
[    5.254376] init: property 'sys.sysctl.tcp_def_init_rwnd'shelsn't 288:/ while expanding '${sys.sysctl.tcp_def_init_rwnd}'
[    5.254391] init: cannot expand '${sys.sysctl.tcp_def_init_rwnd}' while writing to '/proc/sys/net/ipv4/tcp_default_init_rwnd'
[    5.255382] android_usb: already disabled
[    5.258405] read descriptors
[    5.258421] read strings
[    5.258453] pcd_pullup, is_on 1
[    5.339239] fs_mgr: parse_link_device : path = NULL
[    5.339288] fs_mgr: parse_link_device : path = NULL
[    5.339314] fs_mgr: parse_link_device : path = NULL
[    6.564442] rk3288-lcdc lcdc0: blank mode:0
[    6.652802] init: sys_prop: permission denied uid:1003  name:sys.gmali.version
[    7.790403] warning: `zygote' uses 32-bit capabilities (legacy support in use)
[   10.311649] ***************vbus detect*****************
[   10.491154] Using Buffer DMA mode
[   10.491176] Periodic Transfer Interrupt Enhancement - disabled
[   10.491184] Multiprocessor Interrupt Enhancement - disabled
[   10.491191] OTG VER PARAM: 0, OTG VER FLAG: 0
[   10.491197] ^^^^^^^^^^^^^^^^^Device Mode
[   10.491238] *******************soft connect!!!*******************
[   10.610472] USB RESET
[   10.685359] android_work: sent uevent USB_STATE=CONNECTED
[   10.689259] USB RESET
[   10.774381] android_usb gadget: high-speed config #1: android
[   10.774517] android_work: sent uevent USB_STATE=CONFIGURED
[   13.780740] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au
[   13.872407] lowmemorykiller: lowmem_shrink: convert oom_adj to oom_score_adj:
[   13.872436] lowmemorykiller: oom_adj 0 => oom_score_adj 0
[   13.872444] lowmemorykiller: oom_adj 1 => oom_score_adj 58
[   13.872452] lowmemorykiller: oom_adj 2 => oom_score_adj 117
[   13.872460] lowmemorykiller: oom_adj 3 => oom_score_adj 176
[   13.872467] lowmemorykiller: oom_adj 9 => oom_score_adj 529
[   13.872475] lowmemorykiller: oom_adj 15 => oom_score_adj 1000
[   14.099522] phy_power_on: enable = 1
[   14.138931] Read the Ethernet MAC address from IDB:00:00:00:00:00:00
[   14.138971] eth0: device MAC address ca:8c:3b:93:58:a9
[   14.143164] libphy: stmmac: probed
[   14.143178] eth0: PHY ID 001cc915 at 0 IRQ 0 (stmmac-0:00) active
[   14.143187] eth0: PHY ID 001cc915 at 1 IRQ 0 (stmmac-0:01) active
[   14.281297] wifi_driver_write: wifi driver already rmmod
[   14.293277] acc_open
[   14.293306] acc_release
[   14.694332] dwc_otg_hcd_resume, usb device mode
[   14.694423] dwc_otg_hcd_suspend, usb device mode
[   14.694509] ff540000.usb resume, HPRT0:0x1485
[   14.739688] ff540000.usb suspend, HPRT0:0x1485
[   14.744731] ff540000.usb resume, HPRT0:0x1485
[   14.776163] ff540000.usb suspend, HPRT0:0x1005
[   15.468742] FAT-fs (mmcblk0p14): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   15.705000] avc:  denied  { set } for property=sys.vold.hasAsec scontext=u:r:vold:s0 tcontext=u:object_r:system_prop:s0 tclass=property_service
[   15.705034] init: sys_prop: permission denied uid:0  name:sys.vold.hasAsec
[   15.705301] init: no such service 'fuse_internal_sd'
[   16.093901] init: sys_prop: permission denied uid:10012  name:sys.gmali.version
[   16.128844] init: sys_prop: permission denied uid:10037  name:sys.gmali.version
[   17.192475] init: sys_prop: permission denied uid:1003  name:service.bootanim.exit
[   17.345205] f1aa3234,f1aa3234,f1aa3234
[   19.546727] type=1400 audit(1293887350.050:4): avc:  denied  { getattr } for  pid=1339 comm="om.qihoo.daemon" path="/data/app" dev="mmcblk0p12" ino=24578 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:apk_data_file:s0 tclass=dir permissive=1
[   23.259528] type=1400 audit(1293887353.820:5): avc:  denied  { getattr } for  pid=1361 comm="Timer-0" path="/proc/1" dev="proc" ino=3121 scontext=u:r:untrusted_app:s0 tcontext=u:r:init:s0 tclass=dir permissive=1
[   23.259946] type=1400 audit(1293887353.820:6): avc:  denied  { search } for  pid=1361 comm="Timer-0" name="1" dev="proc" ino=3121 scontext=u:r:untrusted_app:s0 tcontext=u:r:init:s0 tclass=dir permissive=1
[   23.259999] type=1400 audit(1293887353.820:7): avc:  denied  { read } for  pid=1361 comm="Timer-0" name="cmdline" dev="proc" ino=2572 scontext=u:r:untrusted_app:s0 tcontext=u:r:init:s0 tclass=file permissive=1
[   23.260035] type=1400 audit(1293887353.820:8): avc:  denied  { open } for  pid=1361 comm="Timer-0" path="/proc/1/cmdline" dev="proc" ino=2572 scontext=u:r:untrusted_app:s0 tcontext=u:r:init:s0 tclass=file permissive=1
[   23.260120] type=1400 audit(1293887353.820:9): avc:  denied  { getattr } for  pid=1361 comm="Timer-0" path="/proc/1/cmdline" dev="proc" ino=2572 scontext=u:r:untrusted_app:s0 tcontext=u:r:init:s0 tclass=file permissive=1
[   23.260641] type=1400 audit(1293887353.820:10): avc:  denied  { getattr } for  pid=1361 comm="Timer-0" path="/proc/2" dev="proc" ino=2481 scontext=u:r:untrusted_app:s0 tcontext=u:r:kernel:s0 tclass=dir permissive=1
[   23.260760] type=1400 audit(1293887353.820:11): avc:  denied  { search } for  pid=1361 comm="Timer-0" name="2" dev="proc" ino=2481 scontext=u:r:untrusted_app:s0 tcontext=u:r:kernel:s0 tclass=dir permissive=1
[   23.260803] type=1400 audit(1293887353.820:12): avc:  denied  { read } for  pid=1361 comm="Timer-0" name="cmdline" dev="proc" ino=2574 scontext=u:r:untrusted_app:s0 tcontext=u:r:kernel:s0 tclass=file permissive=1
[   23.260835] type=1400 audit(1293887353.820:13): avc:  denied  { open } for  pid=1361 comm="Timer-0" path="/proc/2/cmdline" dev="proc" ino=2574 scontext=u:r:untrusted_app:s0 tcontext=u:r:kernel:s0 tclass=file permissive=1
[   26.065124] init: sys_prop: permission denied uid:10061  name:sys.gmali.version
[   28.635536] audit_printk_skb: 540 callbacks suppressed
[   28.635563] type=1400 audit(1293887359.290:194): avc:  denied  { getattr } for  pid=1707 comm="pool-2-thread-3" path="/system/bin/app_process" dev="mmcblk0p10" ino=71 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:zygote_exec:s0 tclass=file permissive=1
[   28.635780] type=1400 audit(1293887359.290:195): avc:  denied  { read } for  pid=1707 comm="pool-2-thread-3" name="app_process" dev="mmcblk0p10" ino=71 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:zygote_exec:s0 tclass=file permissive=1
[   28.729203] type=1400 audit(1293887359.380:196): avc:  denied  { getattr } for  pid=1707 comm="pool-2-thread-3" path="/system/bin/cat" dev="mmcblk0p10" ino=91 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:system_file:s0 tclass=lnk_file permissive=1
[   28.764309] type=1400 audit(1293887359.420:197): avc:  denied  { getattr } for  pid=1707 comm="pool-2-thread-3" path="/system/bin/clatd" dev="mmcblk0p10" ino=98 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:clatd_exec:s0 tclass=file permissive=1
[   28.764533] type=1400 audit(1293887359.420:198): avc:  denied  { read } for  pid=1707 comm="pool-2-thread-3" name="clatd" dev="mmcblk0p10" ino=98 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:clatd_exec:s0 tclass=file permissive=1
[   28.793030] type=1400 audit(1293887359.450:199): avc:  denied  { getattr } for  pid=1707 comm="pool-2-thread-3" path="/system/bin/debuggerd" dev="mmcblk0p10" ino=108 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:debuggerd_exec:s0 tclass=file permissive=1
[   28.793247] type=1400 audit(1293887359.450:200): avc:  denied  { read } for  pid=1707 comm="pool-2-thread-3" name="debuggerd" dev="mmcblk0p10" ino=108 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:debuggerd_exec:s0 tclass=file permissive=1
[   28.797877] type=1400 audit(1293887359.450:201): avc:  denied  { getattr } for  pid=1707 comm="pool-2-thread-3" path="/system/bin/dhcpcd" dev="mmcblk0p10" ino=112 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:dhcp_exec:s0 tclass=file permissive=1
[   28.798048] type=1400 audit(1293887359.450:202): avc:  denied  { read } for  pid=1707 comm="pool-2-thread-3" name="dhcpcd" dev="mmcblk0p10" ino=112 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:dhcp_exec:s0 tclass=file permissive=1
[   28.800737] type=1400 audit(1293887359.450:203): avc:  denied  { getattr } for  pid=1707 comm="pool-2-thread-3" path="/system/bin/dnsmasq" dev="mmcblk0p10" ino=115 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:dnsmasq_exec:s0 tclass=file permissive=1
[   29.372504] rk3288-hdmi ff980000.hdmi: Removed.
[   29.545193] rk3288-lcdc lcdc0: blank mode:4
[   64.091306] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au





同时在按照wiki中的设置,做了相应的修改
作者: carlinluo    时间: 2015-9-7 14:53
xyzhou 发表于 2015-9-7 14:46
打印log如下:DDR Version 1.00 20141007
In
Channel a: DDR3 200MHz

DTS的LCD看看
作者: xyzhou    时间: 2015-9-7 14:56
添加的dts文件如下:/*
* Copyright (C) 2014 Firefly, Inc.
* arch/arm/boot/dts/lcd-ips5k0350fpc-mipi.dtsi
* create date: 2014-04-15
* lcd model: ips5k0350fpc
* resolution: 1080X1920
* mipi channel: single
*/
/{
                /* about mipi */
                disp_mipi_init: mipi_dsi_init{
                                        compatible = "rockchip,mipi_dsi_init";
                                        rockchip,screen_init        = <1>;
                                        rockchip,dsi_lane                = <2>;
                                        rockchip,dsi_hs_clk                = <940>;
                                        rockchip,mipi_dsi_num        = <1>;
                };
                disp_mipi_power_ctr: mipi_power_ctr {
                                        compatible = "rockchip,mipi_power_ctr";
                                        mipi_lcd_rst:mipi_lcd_rst{
                                                        compatible = "rockchip,lcd_rst";
                                                        rockchip,gpios = <&gpio8 GPIO_A6 GPIO_ACTIVE_HIGH>;
                                                        rockchip,delay = <100>;
                                        };
                                        };
                disp_mipi_init_cmds: screen-on-cmds {
                                        rockchip,cmd_debug = <0>;
                                        compatible = "rockchip,screen-on-cmds";
                                        rockchip,on-cmds1 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xff 0x00>;
                                                        rockchip,cmd_delay = <1>;
                                        };              
                                                        
                                      rockchip,on-cmds2 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x00 0x08 0x01 0xf4 0x01 0x28>;
                                                        rockchip,cmd_delay = <0>;
                                        };   
                                        rockchip,on-cmds3 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x00 0x0c 0x00 0x00 0x00 0x05>;
                                                        rockchip,cmd_delay = <0>;
                                        };

                                        rockchip,on-cmds4 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x00 0x14 0x0c 0x31 0x80 0x0f>;
                                                        rockchip,cmd_delay = <2>;
                                        };
                                        rockchip,on-cmds5 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x11>;
                                                        rockchip,cmd_delay = <10>;
                                        };
                                        rockchip,on-cmds6 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x10 0x08 0x01 0x20 0x04 0x45>;
                                                        rockchip,cmd_delay = <1>;
                                        };
                                        rockchip,on-cmds7 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x20 0x10 0x00 0x50 0x00 0x24>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds8 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x20 0xA0 0x00 0x55 0x05 0x50>;
                                                        rockchip,cmd_delay = <0>;
                                        };

                                        rockchip,on-cmds9 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x20 0x14 0x02 0x66 0x00 0x0a>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds10 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x20 0x18 0x03 0xdc 0x00 0x12>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds11 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x20 0x30 0x00 0x00 0x00 0x15>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds12 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x20 0x24 0x03 0xc0 0x02 0x1c>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds13 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x20 0x3c 0x03 0xc0 0x02 0x1c>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds14 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x20 0x34 0x00 0x00 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                       
                                        rockchip,on-cmds15 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x20 0x38 0x04 0xff 0x05 0x9f>;
                                                        rockchip,cmd_delay = <0>;
                                        };       
                                       
                                        rockchip,on-cmds16 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x60 0x08 0x00 0xd9 0x00 0x48>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                       
                                        rockchip,on-cmds17 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x60 0x0c 0x0e 0x20 0x04 0x0a>;
                                                        rockchip,cmd_delay = <0>;
                                        };

                                        rockchip,on-cmds18 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x60 0x10 0x03 0xc0 0x0a 0x20>;
                                                        rockchip,cmd_delay = <0>;
                                        };

                                        rockchip,on-cmds19 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x60 0x14 0x01 0x00 0x01 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                       
                                        rockchip,on-cmds20 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x60 0x40 0x14 0x02 0x14 0x02>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds21 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x60 0x80 0x00 0x00 0x00 0x0f>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds22 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x60 0x84 0x00 0x00 0x02 0x1c>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds23 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x60 0xa0 0x00 0x00 0x00 0x0f>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds24 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x60 0xa4 0x00 0x00 0x02 0x1c>;
                                                        rockchip,cmd_delay = <2>;
                                        };
                                        rockchip,on-cmds25 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x10 0x00 0x3a>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds26 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00>;
                                                        rockchip,cmd_delay = <1>;
                                        };
                                        rockchip,on-cmds27 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x10 0x01 0x00>;
                                                        rockchip,cmd_delay = <2>;
                                        };
                                        rockchip,on-cmds28 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00>;
                                                        rockchip,cmd_delay = <1>;
                                        };
                                           rockchip,on-cmds29 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x10 0x01 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds30 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds31 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0x10 0x07 0x00>;
                                                        rockchip,cmd_delay = <1>;
                                        };
                                        rockchip,on-cmds32 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00>;
                                                        rockchip,cmd_delay = <1>;
                                        };
                                           rockchip,on-cmds33 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x11>;
                                                        rockchip,cmd_delay = <150>;
                                        };
                                        rockchip,on-cmds34 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x29>;
                                                        rockchip,cmd_delay = <5>;
                                        };
                                        rockchip,on-cmds35 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xff 0x00>;
                                                        rockchip,cmd_delay = <5>;
                                        };
                                        rockchip,on-cmds36 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x29>;
                                                        rockchip,cmd_delay = <5>;
                                        };
                                        /*
                                         rockchip,on-cmds37 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0x80>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds38 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xc6 0x64>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds39 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xb0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds40 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xc6 0x03 0x10 0x00 0x1f 0x12>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                       rockchip,on-cmds41 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                         rockchip,on-cmds42 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xd0 0x40>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds43 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds44 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xd1 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds45 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xb7>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                       rockchip,on-cmds46 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xb0 0x10>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                         rockchip,on-cmds47 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xc0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds48 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xb0 0x55>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds49 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xb1>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds50 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0xb0 0x03>;
                                                        rockchip,cmd_delay = <0>;
                                        };

                                       rockchip,on-cmds51 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0x80>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                         rockchip,on-cmds52 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcb 0x00 0x00 0x00 0x00 0x00 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds53 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0x90>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds54 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcb 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds55 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xa0>;
                                                        rockchip,cmd_delay = <0>;
                                        };

                                       rockchip,on-cmds56 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcb 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                         rockchip,on-cmds57 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xb0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds58 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcb 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds59 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xc0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds60 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcb 0x00 0x00 0x00 0x00 0x00 0x04 0x00 0x04 0x00 0x04 0x00 0x04 0x04 0x04 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                         rockchip,on-cmds61 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xd0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds62 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                             rockchip,cmd = <0x39 0xcb 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x04 0x00 0x04 0x00 0x04>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds63 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xe0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds64 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcb 0x00 0x04 0x04 0x04 0x00 0x00 0x00 0x00 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                         rockchip,on-cmds65 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xf0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds66 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcb 0x00 0xcc 0xcc 0x00 0x00 0x00 0xcc 0xcc 0x0f 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds67 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0x80>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds68 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcc 0x00 0x00 0x00 0x00 0x00 0x0c 0x00 0x0a 0x00 0x10>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                         rockchip,on-cmds69 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0x90>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds70 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcc 0x00 0x0e 0x02 0x04 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds71 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xa0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds72 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcc 0x0b 0x00 0x09 0x00 0x0f 0x00 0x0d 0x01 0x03 0x00 0x00 0x00 0x00 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                         rockchip,on-cmds73 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xb0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds74 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcc 0x00 0x00 0x00 0x00 0x00 0x0d 0x00 0x0f 0x00 0x09>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds75 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xc0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds76 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcc 0x00 0x0b 0x03 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };

                                        rockchip,on-cmds77 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xd0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                         rockchip,on-cmds78 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcc 0x0e 0x00 0x10 0x00 0x0a 0x00 0x0c 0x04 0x02 0x00 0x00 0x00 0x00 0x00 0x00 >;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds79 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0x80>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds80 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xce 0x8a 0x03 0x28 0x89 0x03 0x28 0x88 0x03 0x28 0x87 0x03 0x28>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds81 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0x90>;
                                                        rockchip,cmd_delay = <0>;
                                        };

                                        rockchip,on-cmds82 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xce 0xf0 0x00 0x00 0xf0 0x00 0x00 0xf0 0x00 0x00 0xf0 0x00 0x00 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                         rockchip,on-cmds83 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xa0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds84 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xce 0x38 0x06 0x03 0xc1 0x00 0x18 0x00 0x38 0x05 0x03 0xc2 0x00 0x18 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds85 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xb0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds86 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xce 0x38 0x04 0x03 0xc3 0x00 0x18 0x00 0x38 0x03 0x03 0xc4 0x00 0x18 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };

                                        rockchip,on-cmds87 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xc0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                         rockchip,on-cmds88 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xce 0x38 0x02 0x03 0xc5 0x00 0x18 0x00 0x38 0x01 0x03 0xc6 0x00 0x08 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds89 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xd0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds90 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xce 0x38 0x00 0x03 0xc7 0x00 0x18 0x00 0x30 0x00 0x03 0xc8 0x00 0x18 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds91 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0x80>;
                                                        rockchip,cmd_delay = <0>;
                                        };

                                        rockchip,on-cmds92 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcf 0xf0 0x00 0x00 0x10 0x00 0x00 0x00 0xf0 0x00 0x00 0x10 0x00 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                         rockchip,on-cmds93 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0x90>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds94 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcf 0xf0 0x00 0x00 0x10 0x00 0x00 0x00 0xf0 0x00 0x00 0x10 0x00 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds95 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xa0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds96 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcf 0xf0 0x00 0x00 0x10 0x00 0x00 0x00 0xf0 0x00 0x00 0x10 0x00 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds97 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xb0>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                         rockchip,on-cmds98 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcf 0xf0 0x00 0x00 0x10 0x00 0x00 0x00 0xf0 0x00 0x00 0x10 0x00 0x00 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds99 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x00 0xc0>;
                                                        rockchip,cmd_delay = <50>;
                                        };

                                        rockchip,on-cmds100 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xcf 0x01 0x01 0x20 0x20 0x00 0x00 0x00 0x8 0x00 0x0f>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds101 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xe1 0x00 0x10 0x17 0x0f 0x08 0x0e 0x0c 0x0a 0x04 0x07 0x0e 0x09 0x10 0x0d 0x07 0x00>;
                                                        rockchip,cmd_delay = <0>;
                                        };
                                        rockchip,on-cmds102 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x39 0xe2 0x00 0x10 0x17 0x0f 0x08 0x0e 0x0c 0x0a 0x04 0x07 0x0e 0x09 0x10 0x0d 0x07 0x00>;
                                                        rockchip,cmd_delay = <50>;
                                        };
                                        rockchip,on-cmds103 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x11>;
                                                        rockchip,cmd_delay = <100>;
                                        };
                                        rockchip,on-cmds104 {
                                                        compatible = "rockchip,on-cmds";
                                                        rockchip,cmd_type = <LPDT>;
                                                        rockchip,dsi_id = <0>;
                                                        rockchip,cmd = <0x15 0x29>;
                                                        rockchip,cmd_delay = <50>;
                                        };*/
                };
                disp_timings: display-timings {
                        native-mode = <&timing0>;
                        compatible = "rockchip,display-timings";
                        timing0: timing0 {
                                screen-type = <SCREEN_MIPI>;
                                lvds-format = <LVDS_8BIT_2>;
                                out-face    = <OUT_P888>;
                                color-mode = <COLOR_RGB>;
                                clock-frequency = <30000000>;
                                hactive = <540>;
                                vactive = <960>;
                                hsync-len = <20>;
                                hback-porch = <60>;
                                hfront-porch = <90>;
                               
                                vsync-len = <2>;
                                vback-porch = <4>;
                                vfront-porch = <8>;
                               
                                hsync-active = <0>;
                                vsync-active = <0>;
                                de-active = <0>;
                                pixelclk-active = <0>;
                                swap-rb = <0>;
                                swap-rg = <0>;
                                swap-gb = <0>;
                             };
               };
};


作者: xyzhou    时间: 2015-9-7 14:58
config文件添加后如下,添加到了最后面
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_KERNEL_LZO=y
CONFIG_SYSVIPC=y
CONFIG_AUDIT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_RCU_FAST_NO_HZ=y
CONFIG_LOG_BUF_SHIFT=19
CONFIG_CGROUPS=y
CONFIG_CGROUP_DEBUG=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_RESOURCE_COUNTERS=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
CONFIG_CGROUP_SCHED=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
# CONFIG_PID_NS is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_PANIC_TIMEOUT=5
# CONFIG_UID16 is not set
CONFIG_KALLSYMS_ALL=y
CONFIG_EMBEDDED=y
CONFIG_PERF_EVENTS=y
# CONFIG_VM_EVENT_COUNTERS is not set
# CONFIG_SLUB_DEBUG is not set
CONFIG_JUMP_LABEL=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_PARTITION_ADVANCED=y
CONFIG_ARCH_ROCKCHIP=y
CONFIG_BLOCK_RKNAND=y
CONFIG_ARM_ERRATA_720789=y
CONFIG_PL310_ERRATA_753970=y
CONFIG_ARM_ERRATA_754322=y
CONFIG_SMP=y
CONFIG_SCHED_MC=y
CONFIG_PREEMPT=y
CONFIG_AEABI=y
# CONFIG_OABI_COMPAT is not set
CONFIG_HIGHMEM=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
# CONFIG_CROSS_MEMORY_ATTACH is not set
CONFIG_CMA=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_ARM_APPENDED_DTB=y
CONFIG_ARM_ATAG_DTB_COMPAT=y
CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND=y
CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_CPU_IDLE=y
CONFIG_VFP=y
CONFIG_NEON=y
# CONFIG_COREDUMP is not set
CONFIG_PM_AUTOSLEEP=y
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=0
# CONFIG_PM_WAKELOCKS_GC is not set
CONFIG_PM_RUNTIME=y
CONFIG_PM_DEBUG=y
CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
CONFIG_SUSPEND_TIME=y
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_XFRM_USER=y
CONFIG_NET_KEY=y
CONFIG_INET=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_INET_AH=y
CONFIG_INET_ESP=y
CONFIG_INET_IPCOMP=y
# CONFIG_INET_LRO is not set
CONFIG_IPV6=y
CONFIG_IPV6_PRIVACY=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
CONFIG_INET6_AH=y
CONFIG_INET6_ESP=y
CONFIG_INET6_IPCOMP=y
CONFIG_IPV6_MIP6=y
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_NETFILTER=y
CONFIG_NF_CONNTRACK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CT_PROTO_DCCP=y
CONFIG_NF_CT_PROTO_SCTP=y
CONFIG_NF_CT_PROTO_UDPLITE=y
CONFIG_NF_CONNTRACK_AMANDA=y
CONFIG_NF_CONNTRACK_FTP=y
CONFIG_NF_CONNTRACK_H323=y
CONFIG_NF_CONNTRACK_IRC=y
CONFIG_NF_CONNTRACK_NETBIOS_NS=y
CONFIG_NF_CONNTRACK_PPTP=y
CONFIG_NF_CONNTRACK_SANE=y
CONFIG_NF_CONNTRACK_TFTP=y
CONFIG_NF_CT_NETLINK=y
CONFIG_NETFILTER_TPROXY=y
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y
CONFIG_NETFILTER_XT_TARGET_CONNMARK=y
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=y
CONFIG_NETFILTER_XT_TARGET_LOG=y
CONFIG_NETFILTER_XT_TARGET_MARK=y
CONFIG_NETFILTER_XT_TARGET_NFLOG=y
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=y
CONFIG_NETFILTER_XT_TARGET_TPROXY=y
CONFIG_NETFILTER_XT_TARGET_TRACE=y
CONFIG_NETFILTER_XT_TARGET_SECMARK=y
CONFIG_NETFILTER_XT_TARGET_TCPMSS=y
CONFIG_NETFILTER_XT_MATCH_COMMENT=y
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=y
CONFIG_NETFILTER_XT_MATCH_CONNMARK=y
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=y
CONFIG_NETFILTER_XT_MATCH_HELPER=y
CONFIG_NETFILTER_XT_MATCH_IPRANGE=y
CONFIG_NETFILTER_XT_MATCH_LENGTH=y
CONFIG_NETFILTER_XT_MATCH_LIMIT=y
CONFIG_NETFILTER_XT_MATCH_MAC=y
CONFIG_NETFILTER_XT_MATCH_MARK=y
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y
CONFIG_NETFILTER_XT_MATCH_POLICY=y
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y
CONFIG_NETFILTER_XT_MATCH_QTAGUID=y
CONFIG_NETFILTER_XT_MATCH_QUOTA=y
CONFIG_NETFILTER_XT_MATCH_QUOTA2=y
CONFIG_NETFILTER_XT_MATCH_QUOTA2_LOG=y
CONFIG_NETFILTER_XT_MATCH_SOCKET=y
CONFIG_NETFILTER_XT_MATCH_STATE=y
CONFIG_NETFILTER_XT_MATCH_STATISTIC=y
CONFIG_NETFILTER_XT_MATCH_STRING=y
CONFIG_NETFILTER_XT_MATCH_TIME=y
CONFIG_NETFILTER_XT_MATCH_U32=y
CONFIG_NF_CONNTRACK_IPV4=y
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_AH=y
CONFIG_IP_NF_MATCH_ECN=y
CONFIG_IP_NF_MATCH_TTL=y
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
CONFIG_IP_NF_TARGET_REJECT_SKERR=y
CONFIG_NF_NAT_IPV4=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_TARGET_NETMAP=y
CONFIG_IP_NF_TARGET_REDIRECT=y
CONFIG_IP_NF_MANGLE=y
CONFIG_IP_NF_RAW=y
CONFIG_IP_NF_SECURITY=y
CONFIG_IP_NF_ARPTABLES=y
CONFIG_IP_NF_ARPFILTER=y
CONFIG_IP_NF_ARP_MANGLE=y
CONFIG_NF_CONNTRACK_IPV6=y
CONFIG_IP6_NF_IPTABLES=y
CONFIG_IP6_NF_FILTER=y
CONFIG_IP6_NF_TARGET_REJECT=y
CONFIG_IP6_NF_TARGET_REJECT_SKERR=y
CONFIG_IP6_NF_MANGLE=y
CONFIG_IP6_NF_RAW=y
CONFIG_BRIDGE_NF_EBTABLES=y
CONFIG_BRIDGE_EBT_BROUTE=y
CONFIG_L2TP=y
CONFIG_BRIDGE=y
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_HTB=y
CONFIG_NET_SCH_PRIO=y
CONFIG_NET_CLS_FW=y
CONFIG_NET_CLS_U32=y
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_FLOW=y
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_CMP=y
CONFIG_NET_EMATCH_NBYTE=y
CONFIG_NET_EMATCH_U32=y
CONFIG_NET_EMATCH_META=y
CONFIG_NET_EMATCH_TEXT=y
CONFIG_NET_CLS_ACT=y
CONFIG_BT=y
CONFIG_BT_RFCOMM=y
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=y
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=y
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_LL=y
CONFIG_CFG80211_WEXT=y
CONFIG_RFKILL=y
CONFIG_RFKILL_RK=y
CONFIG_DEVTMPFS=y
CONFIG_DMA_CMA=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_UID_STAT=y
CONFIG_SRAM=y
CONFIG_MPU_SENSORS_TIMERIRQ=y
CONFIG_SCSI=y
CONFIG_SCSI_TGT=y
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_SG=y
CONFIG_CHR_DEV_SCH=y
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_MD=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y
CONFIG_DM_UEVENT=y
CONFIG_DM_VERITY=y
CONFIG_NETDEVICES=y
CONFIG_TUN=y
# CONFIG_NET_CADENCE is not set
# CONFIG_NET_VENDOR_BROADCOM is not set
# CONFIG_NET_VENDOR_CIRRUS is not set
# CONFIG_NET_VENDOR_FARADAY is not set
# CONFIG_NET_VENDOR_INTEL is not set
# CONFIG_NET_VENDOR_MARVELL is not set
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_NET_VENDOR_MICROCHIP is not set
# CONFIG_NET_VENDOR_NATSEMI is not set
# CONFIG_NET_VENDOR_SEEQ is not set
# CONFIG_NET_VENDOR_SMSC is not set
# CONFIG_NET_VENDOR_STMICRO is not set
# CONFIG_NET_VENDOR_WIZNET is not set
CONFIG_RK_VMAC_ETH=y
CONFIG_RK_GMAC_ETH=y
CONFIG_PPP=y
CONFIG_PPP_BSDCOMP=y
CONFIG_PPP_DEFLATE=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_MPPE=y
CONFIG_PPP_MULTILINK=y
CONFIG_PPPOE=y
CONFIG_PPPOL2TP=y
CONFIG_PPPOLAC=y
CONFIG_PPPOPNS=y
CONFIG_PPP_ASYNC=y
CONFIG_PPP_SYNC_TTY=y
CONFIG_SLIP=y
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_MODE_SLIP6=y
CONFIG_USB_CATC=y
CONFIG_USB_KAWETH=y
CONFIG_USB_PEGASUS=y
CONFIG_USB_RTL8150=y
CONFIG_USB_RTL8152=y
CONFIG_USB_USBNET=y
CONFIG_USB_NET_CDC_EEM=y
CONFIG_USB_NET_CDC_MBIM=y
CONFIG_USB_NET_DM9601=y
CONFIG_USB_NET_DM9620=y
CONFIG_USB_NET_SMSC75XX=y
CONFIG_USB_NET_SMSC95XX=y
CONFIG_USB_NET_GL620A=y
CONFIG_USB_NET_PLUSB=y
CONFIG_USB_NET_MCS7830=y
CONFIG_USB_NET_RNDIS_HOST=y
CONFIG_USB_ALI_M5632=y
CONFIG_USB_AN2720=y
CONFIG_USB_EPSON2888=y
CONFIG_USB_KC2190=y
CONFIG_USB_NET_CX82310_ETH=y
CONFIG_USB_NET_KALMIA=y
CONFIG_USB_NET_QMI_WWAN=y
CONFIG_USB_HSO=y
CONFIG_USB_NET_INT51X1=y
CONFIG_USB_IPHETH=y
CONFIG_USB_SIERRA_NET=y
CONFIG_RTL8188EU=y
CONFIG_ESP8089=y
CONFIG_RKWIFI=y
CONFIG_AP6335=y
# CONFIG_INPUT_MOUSEDEV is not set
CONFIG_INPUT_EVDEV=y
CONFIG_INPUT_KEYRESET=y
# CONFIG_KEYBOARD_ATKBD is not set
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_JOYSTICK=y
CONFIG_JOYSTICK_XPAD=y
CONFIG_JOYSTICK_XPAD_FF=y
CONFIG_JOYSTICK_XPAD_LEDS=y
CONFIG_INPUT_TABLET=y
CONFIG_TABLET_USB_ACECAD=y
CONFIG_TABLET_USB_AIPTEK=y
CONFIG_TABLET_USB_GTCO=y
CONFIG_TABLET_USB_HANWANG=y
CONFIG_TABLET_USB_KBTAB=y
CONFIG_TABLET_USB_WACOM=y
# CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_GSLX680=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_KEYCHORD=y
CONFIG_INPUT_UINPUT=y
CONFIG_INPUT_GPIO=y
# CONFIG_SENSOR_DEVICE is not set
CONFIG_ROCKCHIP_REMOTECTL=y
# CONFIG_RK_REMOTECTL_GPIO is not set
CONFIG_RK_REMOTECTL_PWM=y
# CONFIG_SERIO is not set
# CONFIG_VT is not set
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_ROCKCHIP=y
# CONFIG_HW_RANDOM is not set
CONFIG_I2C=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_ROCKCHIP=y
CONFIG_I2C_ROCKCHIP_COMPAT=y
CONFIG_SPI=y
CONFIG_SPI_ROCKCHIP_CORE=y
CONFIG_SPI_ROCKCHIP=y
CONFIG_SPI_ROCKCHIP_DMA=y
CONFIG_SPI_ROCKCHIP_TEST=y
CONFIG_DEBUG_GPIO=y
CONFIG_GPIO_SYSFS=y
CONFIG_TEST_POWER=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_GPIO=y
CONFIG_SENSORS_ROCKCHIP_TSADC=y
CONFIG_THERMAL=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_ACT8846=y
CONFIG_ACT8846_SUPPORT_RESET=y
CONFIG_REGULATOR_ACT8931=y
CONFIG_ROCKCHIP_PWM_REGULATOR=y
CONFIG_REGULATOR_SYR82X=y
CONFIG_MEDIA_SUPPORT=y
CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_RC_SUPPORT=y
CONFIG_MEDIA_CONTROLLER=y
CONFIG_VIDEO_V4L2_SUBDEV_API=y
CONFIG_MEDIA_USB_SUPPORT=y
CONFIG_USB_VIDEO_CLASS=y
CONFIG_V4L_PLATFORM_DRIVERS=y
# CONFIG_CAMSYS_DRV is not set
CONFIG_MALI_MIDGARD=m
CONFIG_MALI_MIDGARD_DVFS=y
CONFIG_MALI_MIDGARD_RT_PM=y
CONFIG_MALI_MIDGARD_DEBUG_SYS=y
CONFIG_MALI_EXPERT=y
CONFIG_MALI_DEBUG_SHADER_SPLIT_FS=y
CONFIG_MALI_PLATFORM_THIRDPARTY_NAME="rk"
CONFIG_MALI400=m
# CONFIG_MALI400_PROFILING is not set
CONFIG_MALI_SHARED_INTERRUPTS=y
CONFIG_FB=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
# CONFIG_LCD_CLASS_DEVICE is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set
CONFIG_BACKLIGHT_PWM=y
CONFIG_FB_ROCKCHIP=y
CONFIG_LCDC_RK3188=y
CONFIG_LCDC_RK3288=y
CONFIG_LCDC_RK3036=y
CONFIG_LCDC_RK312X=y
CONFIG_RK_TRSM=y
CONFIG_RK32_LVDS=y
CONFIG_RK31XX_LVDS=y
CONFIG_DP_ANX6345=y
CONFIG_RK32_DP=y
CONFIG_RK_HDMI=y
CONFIG_RK_TVENCODER=y
CONFIG_RK3036_TV_ENCODER=y
CONFIG_ROCKCHIP_RGA=y
CONFIG_ROCKCHIP_RGA2=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_SOUND=y
CONFIG_SND=y
# CONFIG_SND_SUPPORT_OLD_API is not set
CONFIG_SND_VERBOSE_PRINTK=y
# CONFIG_SND_DRIVERS is not set
# CONFIG_SND_ARM is not set
# CONFIG_SND_SPI is not set
CONFIG_SND_USB_AUDIO=y
CONFIG_SND_SOC=y
CONFIG_SND_RK_SOC=y
CONFIG_SND_RK_SOC_HDMI_I2S=y
CONFIG_SND_RK_SOC_ES8323=y
CONFIG_HID_BATTERY_STRENGTH=y
CONFIG_HIDRAW=y
CONFIG_UHID=y
CONFIG_HID_A4TECH=y
CONFIG_HID_ACRUX=y
CONFIG_HID_ACRUX_FF=y
CONFIG_HID_APPLE=y
CONFIG_HID_APPLEIR=y
CONFIG_HID_AUREAL=y
CONFIG_HID_BELKIN=y
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
CONFIG_HID_PRODIKEYS=y
CONFIG_HID_CYPRESS=y
CONFIG_HID_DRAGONRISE=y
CONFIG_DRAGONRISE_FF=y
CONFIG_HID_EMS_FF=y
CONFIG_HID_ELECOM=y
CONFIG_HID_EZKEY=y
CONFIG_HID_HOLTEK=y
CONFIG_HID_KEYTOUCH=y
CONFIG_HID_KYE=y
CONFIG_HID_UCLOGIC=y
CONFIG_HID_WALTOP=y
CONFIG_HID_GYRATION=y
CONFIG_HID_ICADE=y
CONFIG_HID_TWINHAN=y
CONFIG_HID_KENSINGTON=y
CONFIG_HID_LCPOWER=y
CONFIG_HID_LENOVO_TPKBD=y
CONFIG_HID_LOGITECH=y
CONFIG_HID_LOGITECH_DJ=y
CONFIG_LOGITECH_FF=y
CONFIG_LOGIRUMBLEPAD2_FF=y
CONFIG_LOGIG940_FF=y
CONFIG_HID_MAGICMOUSE=y
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
CONFIG_HID_MULTITOUCH=y
CONFIG_HID_NTRIG=y
CONFIG_HID_ORTEK=y
CONFIG_HID_PANTHERLORD=y
CONFIG_PANTHERLORD_FF=y
CONFIG_HID_PETALYNX=y
CONFIG_HID_PICOLCD=y
CONFIG_HID_PRIMAX=y
CONFIG_HID_PS3REMOTE=y
CONFIG_HID_ROCCAT=y
CONFIG_HID_SAITEK=y
CONFIG_HID_SAMSUNG=y
CONFIG_HID_SONY=y
CONFIG_HID_SPEEDLINK=y
CONFIG_HID_STEELSERIES=y
CONFIG_HID_SUNPLUS=y
CONFIG_HID_GREENASIA=y
CONFIG_GREENASIA_FF=y
CONFIG_HID_SMARTJOYPLUS=y
CONFIG_SMARTJOYPLUS_FF=y
CONFIG_HID_TIVO=y
CONFIG_HID_TOPSEED=y
CONFIG_HID_THINGM=y
CONFIG_HID_THRUSTMASTER=y
CONFIG_HID_WACOM=y
CONFIG_HID_WIIMOTE=y
CONFIG_HID_ZEROPLUS=y
CONFIG_HID_ZYDACRON=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_RK=y
CONFIG_USB_ACM=y
CONFIG_USB_PRINTER=y
CONFIG_USB_STORAGE=y
CONFIG_USB_STORAGE_DATAFAB=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_USBAT=y
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
CONFIG_USB_STORAGE_JUMPSHOT=y
CONFIG_USB_STORAGE_ALAUDA=y
CONFIG_USB_STORAGE_ONETOUCH=y
CONFIG_USB_STORAGE_KARMA=y
CONFIG_USB_STORAGE_CYPRESS_ATACB=y
CONFIG_USB_STORAGE_ENE_UB6250=y
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_OPTION=y
CONFIG_USB_TRANCEVIBRATOR=y
CONFIG_USB_OTG_WAKELOCK=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_DEBUG_FILES=y
CONFIG_USB_GADGET_VBUS_DRAW=500
CONFIG_USB_G_ANDROID=y
CONFIG_USB20_HOST=y
CONFIG_USB20_OTG=y
CONFIG_MMC=y
CONFIG_MMC_PARANOID_SD_INIT=y
CONFIG_MMC_BLOCK_MINORS=32
# CONFIG_MMC_BLOCK_BOUNCE is not set
CONFIG_MMC_DW=y
CONFIG_MMC_DW_IDMAC=y
CONFIG_MMC_DW_ROCKCHIP=y
CONFIG_LEDS_GPIO=y
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_BACKLIGHT=y
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
CONFIG_SWITCH=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HYM8563=y
CONFIG_STAGING=y
CONFIG_ZSMALLOC=y
CONFIG_ZRAM=y
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ASHMEM=y
CONFIG_ANDROID_LOGGER=y
CONFIG_ANDROID_TIMED_GPIO=y
CONFIG_ANDROID_LOW_MEMORY_KILLER=y
CONFIG_ANDROID_INTF_ALARM_DEV=y
CONFIG_SYNC=y
CONFIG_SW_SYNC=y
CONFIG_SW_SYNC_USER=y
CONFIG_ION=y
CONFIG_ION_ROCKCHIP=y
CONFIG_ION_CMA_HIGHMEM=y
CONFIG_ION_ROCKCHIP_SNAPSHOT=y
CONFIG_ION_SNAPSHOT_BUF_SHIFT=15
CONFIG_FIQ_DEBUGGER=y
CONFIG_FIQ_DEBUGGER_NO_SLEEP=y
CONFIG_FIQ_DEBUGGER_CONSOLE=y
CONFIG_FIQ_DEBUGGER_CONSOLE_DEFAULT_ENABLE=y
CONFIG_COMMON_CLK_DEBUG=y
CONFIG_ROCKCHIP_IOMMU=y
CONFIG_ROCKCHIP_IOVMM=y
CONFIG_IIO=y
CONFIG_ROCKCHIP_ADC=y
CONFIG_PWM=y
CONFIG_PWM_ROCKCHIP=y
CONFIG_RESET_CONTROLLER=y
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT3_FS=y
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_FUSE_FS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
# CONFIG_MISC_FILESYSTEMS is not set
CONFIG_CIFS=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_DEBUG is not set
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_UTF8=y
CONFIG_PRINTK_TIME=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_DEBUG_SECTION_MISMATCH=y
CONFIG_LOCKUP_DETECTOR=y
CONFIG_SCHEDSTATS=y
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_PREEMPT is not set
CONFIG_SCHED_TRACER=y
CONFIG_KEYS=y
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
CONFIG_LSM_MMAP_MIN_ADDR=4096
CONFIG_SECURITY_SELINUX=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_TWOFISH=y
# CONFIG_CRYPTO_ANSI_CPRNG is not set
# Add by xyzhou for mipi out
CONFIG_LCD_MIPI=y
CONFIG_MIPI_DSI=y
CONFIG_RK32_MIPI_DSI=y
作者: carlinluo    时间: 2015-9-7 15:14
rockchip,dsi_lane                = <2>;
你确认你的是2个lane?
作者: carlinluo    时间: 2015-9-7 15:18
clock-frequency = <30000000>;
这个才30M?按规格书来没有
作者: xyzhou    时间: 2015-9-7 15:20
我是用了两组数据线,一组data0,一组data1和一组clock,硬件是这样链接的,屏的电源是外供的,一直亮的,pad版的开始是有信号的,后来启动好了,数据线和时钟线上就没有数据了。不知道为什么

作者: carlinluo    时间: 2015-9-7 15:22
xyzhou 发表于 2015-9-7 15:20
我是用了两组数据线,一组data0,一组data1和一组clock,硬件是这样链接的,屏的电源是外供的,一直亮的,p ...

系统启动后了,不解锁,肯定进入睡眠了,你再按下电源键唤醒
作者: xyzhou    时间: 2015-9-7 15:28
怎么才能解锁?按开发版的电源PWRKEY吗,我按了这个键后最后状态还是没有信号。
作者: carlinluo    时间: 2015-9-7 15:34
先把屏点亮吧,感觉你参数设置不对
作者: xyzhou    时间: 2015-9-7 15:44
参数对应的这个log,看下是不是对的,能不能看出来是哪个地方的问题?


log.tar.gz

16.97 KB, 下载次数: 14, 下载积分: 灯泡 -1 , 经验 -1

log


作者: carlinluo    时间: 2015-9-7 15:46
看不出
作者: ncwuer    时间: 2016-8-8 20:39
楼主的屏怎么样了出来了没
作者: dzh_chaoji    时间: 2017-2-16 16:36
xyzhou 发表于 2015-9-7 14:46
打印log如下:DDR Version 1.00 20141007
In
Channel a: DDR3 200MHz

楼主,还有rk3288+act8846+mipi屏的dts吗?可以参考一下吗?214717161@qq.com
作者: jason_han_2005    时间: 2017-8-6 11:23
oldoffice 发表于 2015-5-8 23:05
是ubuntu14.04+android4.4

没有解析出 rk_fb_trsm_ops_get:un supported transmitter:0! 这个吧
作者: jason_han_2005    时间: 2017-8-6 11:25
abdroid4.4 和android5.1  报错是相同问题,不知lz有没有搞定 mipi
作者: jason_han_2005    时间: 2017-8-15 14:23
mipi 调试

作者: jason_han_2005    时间: 2017-8-15 14:23
mipi 调试





欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/) Powered by Discuz! X3.1