mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-03-07 08:47:20 +00:00
kboot: Reserve SIO firmware
Signed-off-by: Martin Povišer <povik@cutebit.org>
This commit is contained in:
parent
3a65b207bc
commit
5ad92458b7
1 changed files with 2 additions and 0 deletions
|
@ -1957,6 +1957,8 @@ int kboot_prepare_dt(void *fdt)
|
|||
return -1;
|
||||
if (dt_disable_missing_devs("i2c", "i2c@", 8))
|
||||
return -1;
|
||||
if (dt_reserve_asc_firmware("/arm-io/sio", "/soc/sio"))
|
||||
return -1;
|
||||
#ifndef RELEASE
|
||||
if (dt_transfer_virtios())
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue