mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
kboot: dcp: Use OS firmware 13.5 as compat version
The dptxport endpoint changed API between 13.3 and 13.5. Nobody is supposed to run 13.3 OS firmware at this point so do not claim to be compatible. The DCP linux driver is fixed since a couple of weeks to accept 13.5 as compat version. Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
4ce65e1c08
commit
e4ea2d5319
1 changed files with 1 additions and 1 deletions
|
@ -1343,7 +1343,7 @@ static int dt_set_dcp_firmware(const char *alias)
|
|||
break;
|
||||
case V13_5B4:
|
||||
case V13_5:
|
||||
compat = &fw_versions[V13_3];
|
||||
compat = &fw_versions[V13_5];
|
||||
break;
|
||||
default:
|
||||
compat = &os_firmware;
|
||||
|
|
Loading…
Reference in a new issue