mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
kboot: Add 13.5 firmware compats
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
f58e213529
commit
86d75d4dba
2 changed files with 4 additions and 0 deletions
|
@ -1276,6 +1276,7 @@ static int dt_set_dcp_firmware(const char *alias)
|
|||
compat = &fw_versions[V12_3];
|
||||
break;
|
||||
case V13_5B4:
|
||||
case V13_5:
|
||||
compat = &fw_versions[V13_3];
|
||||
break;
|
||||
default:
|
||||
|
|
|
@ -617,6 +617,9 @@ int dt_set_gpu(void *dt)
|
|||
case V12_3_1:
|
||||
compat = &fw_versions[V12_3];
|
||||
break;
|
||||
case V13_5B4:
|
||||
compat = &fw_versions[V13_5];
|
||||
break;
|
||||
default:
|
||||
compat = &os_firmware;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue