fix(debug): fix debug uart pro v2
.. | .. |
---|
1880 | 1880 | pdev->dev.init_name = sw_uport->name; |
---|
1881 | 1881 | pdev->dev.platform_data = sw_uport->pdata; |
---|
1882 | 1882 | |
---|
| 1883 | + if( pdev->id == 0) { |
---|
| 1884 | + msleep(50); // for uart0 boot pro |
---|
| 1885 | + } |
---|
| 1886 | + |
---|
1883 | 1887 | snprintf(uart_para, sizeof(uart_para), "uart%d_regulator", pdev->id); |
---|
1884 | 1888 | ret = of_property_read_string(np, uart_para, &uart_string); |
---|
1885 | 1889 | if (ret) |
---|
.. | .. |
---|
642 | 642 | else |
---|
643 | 643 | lcd_rate_set = pll_rate_set; |
---|
644 | 644 | |
---|
645 | | - msleep(100); |
---|
646 | 645 | clk_set_rate(lcdp->clk, lcd_rate_set); |
---|
647 | 646 | lcd_rate_set = clk_get_rate(lcdp->clk); |
---|
648 | 647 | if (lcdp->panel_info.lcd_if == LCD_IF_DSI) { |
---|