summaryrefslogtreecommitdiff
path: root/board/hardkernel/odroidc4/firmware/scp_task/pwm_ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/hardkernel/odroidc4/firmware/scp_task/pwm_ctrl.h')
-rw-r--r--board/hardkernel/odroidc4/firmware/scp_task/pwm_ctrl.h39
1 files changed, 10 insertions, 29 deletions
diff --git a/board/hardkernel/odroidc4/firmware/scp_task/pwm_ctrl.h b/board/hardkernel/odroidc4/firmware/scp_task/pwm_ctrl.h
index 11dc06b99b..65c689f4ce 100644
--- a/board/hardkernel/odroidc4/firmware/scp_task/pwm_ctrl.h
+++ b/board/hardkernel/odroidc4/firmware/scp_task/pwm_ctrl.h
@@ -6,35 +6,16 @@
#define __PWM_CTRL_H__
static int pwm_voltage_table_ee[][2] = {
- { 0x1c0000, 681},
- { 0x1b0001, 691},
- { 0x1a0002, 701},
- { 0x190003, 711},
- { 0x180004, 721},
- { 0x170005, 731},
- { 0x160006, 741},
- { 0x150007, 751},
- { 0x140008, 761},
- { 0x130009, 772},
- { 0x12000a, 782},
- { 0x11000b, 792},
- { 0x10000c, 802},
- { 0x0f000d, 812},
- { 0x0e000e, 822},
- { 0x0d000f, 832},
- { 0x0c0010, 842},
- { 0x0b0011, 852},
- { 0x0a0012, 862},
- { 0x090013, 872},
- { 0x080014, 882},
- { 0x070015, 892},
- { 0x060016, 902},
- { 0x050017, 912},
- { 0x040018, 922},
- { 0x030019, 932},
- { 0x02001a, 942},
- { 0x01001b, 952},
- { 0x00001c, 962}
+ { 0x090007, 800},
+ { 0x080008, 810},
+ { 0x070009, 820},
+ { 0x06000a, 830},
+ { 0x05000b, 840},
+ { 0x04000c, 850},
+ { 0x03000d, 860},
+ { 0x02000e, 870},
+ { 0x01000f, 880},
+ { 0x000010, 890},
};
#endif //__PWM_CTRL_H__