By default all DSPs are turned off, for another case option to turn off them is added in this commit. Also add command to turn off itself. Acked-by: Murali Karicheri <m-maricheri2@ti.com> Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>master
parent
4984bce41f
commit
7b26c1f608
@ -0,0 +1,15 @@ |
||||
/*
|
||||
* K2HK: secure kernel command header file |
||||
* |
||||
* (C) Copyright 2014 |
||||
* Texas Instruments Incorporated, <www.ti.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0+ |
||||
*/ |
||||
|
||||
#ifndef _MON_H_ |
||||
#define _MON_H_ |
||||
|
||||
int mon_power_off(int core_id); |
||||
|
||||
#endif |
Loading…
Reference in new issue