mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
kboot_gpu: Add T602x to the support list
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
1c7131e26d
commit
b7389c59be
1 changed files with 2 additions and 0 deletions
|
@ -438,6 +438,8 @@ int dt_set_gpu(void *dt)
|
|||
case T6001:
|
||||
case T6002:
|
||||
case T8112:
|
||||
case T6020:
|
||||
case T6021:
|
||||
calc_power = calc_power_t600x;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue