Skip to content

Commit

Permalink
kboot_gpu: Declare GPU firmware 13.6.2 as 13.5 compatible
Browse files Browse the repository at this point in the history
Tested on t6001-j314c.

Signed-off-by: Janne Grunau <[email protected]>
  • Loading branch information
jannau authored and marcan committed Nov 15, 2023
1 parent 65185bd commit 232836b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kboot_gpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ int dt_set_gpu(void *dt)
compat = &fw_versions[V12_3];
break;
case V13_5B4:
case V13_6_2:
compat = &fw_versions[V13_5];
break;
default:
Expand Down

0 comments on commit 232836b

Please sign in to comment.