diff options
-rw-r--r-- | src/mainboard/google/rush_ryu/mainboard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/rush_ryu/mainboard.c b/src/mainboard/google/rush_ryu/mainboard.c index 81c15b47d8..9673aa5410 100644 --- a/src/mainboard/google/rush_ryu/mainboard.c +++ b/src/mainboard/google/rush_ryu/mainboard.c @@ -123,8 +123,6 @@ static int enable_lcd_vdd(void) VSEL_1200, 1); pmic_write_reg(I2CPWR_BUS, TI65913_LDO5_CTRL, TI65913_MODE_ACTIVE_ON, 1); - /* wait for 100ms */ - mdelay(100); /* * Enable VDD_LCD |