mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
kboot: Declare DCP firmware 13.6.2 as 13.5 compatible
Tested on t6001-j314c. Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
0a8aa3da87
commit
65185bd306
1 changed files with 1 additions and 0 deletions
|
@ -1343,6 +1343,7 @@ static int dt_set_dcp_firmware(const char *alias)
|
|||
break;
|
||||
case V13_5B4:
|
||||
case V13_5:
|
||||
case V13_6_2:
|
||||
compat = &fw_versions[V13_5];
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue