pull/408/head
Dmitry Ilyin 2022-08-28 09:23:09 +03:00
parent c2086839c7
commit a56504b28b
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ insert_adv7179()
insert_piris() insert_piris()
{ {
if [ "{chipid}" == "hi3516ev300" -a "${board}" == "demo" ];then if [ "{chipid}" == "hi3516ev300" -a "${board}" == "demo" ];then
mopprobe open_piris modprobe open_piris
# modprobe open_pm # Maybe need for Hi3518Ev300 # modprobe open_pm # Maybe need for Hi3518Ev300
fi fi
} }