Skip to content

Commit 232836b

Browse files
jannaumarcan
authored andcommitted
kboot_gpu: Declare GPU firmware 13.6.2 as 13.5 compatible
Tested on t6001-j314c. Signed-off-by: Janne Grunau <[email protected]>
1 parent 65185bd commit 232836b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/kboot_gpu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ int dt_set_gpu(void *dt)
663663
compat = &fw_versions[V12_3];
664664
break;
665665
case V13_5B4:
666+
case V13_6_2:
666667
compat = &fw_versions[V13_5];
667668
break;
668669
default:

0 commit comments

Comments
 (0)