kboot_gpu: Add T602x to the support list

Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
Asahi Lina 2023-04-19 21:30:28 +09:00
parent 1c7131e26d
commit b7389c59be

View file

@ -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: