Skip to content

Commit

Permalink
Add mt6768
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinolek committed Jan 28, 2021
1 parent 9184286 commit f72b837
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions default_config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,29 @@
"payload": "mt6735_payload.bin"
},

"0x326": { // mt6750
"payload": "mt6750_payload.bin"
},

"0x335": { // mt6737
"watchdog_address": 0x10212000,
"var_0": 0x10,
"var_1": 0x28,
"payload": "mt6737_payload.bin"
},

"0x326": { // mt6750
"payload": "mt6750_payload.bin"
},

"0x699": { // mt6739
"var_0": 0x20,
"var_1": 0xB4,
"payload": "mt6739_payload.bin"
},

"0x707": { // mt6768
"var_0": 0x2C,
"var_1": 0x25,
"payload": "mt6768_payload.bin"
},

"0x766": { // mt6765
"var_0": 0x2C,
"var_1": 0x25,
Expand Down
Binary file added payloads/mt6768_payload.bin
Binary file not shown.

1 comment on commit f72b837

@nguyenthanh19
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add mt6761

Please sign in to comment.