}\r
clk_enable(dcdc->pwm_clk);\r
\r
- dcdc->suspend_lrc = 0x25;\r
+ dcdc->suspend_lrc = 0x12;\r
switch (pdata->suspend_voltage)\r
{\r
case 1000000:\r
default:\r
- dcdc->suspend_hrc = 0x20;\r
+ dcdc->suspend_hrc = 0x10;\r
break;\r
case 1050000:\r
- dcdc->suspend_hrc = 0x1c;\r
+ dcdc->suspend_hrc = 0x0e;\r
break;\r
case 1100000:\r
- dcdc->suspend_hrc = 0x18;\r
+ dcdc->suspend_hrc = 0x0c;\r
break;\r
case 1150000:\r
- dcdc->suspend_hrc = 0x13;\r
+ dcdc->suspend_hrc = 0x0a;\r
break;\r
}\r
\r